blob: e6cab7c2b1c2dc6c48d8be575ff2b1338e992f44 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Copyright 2015-2016 Adélie Linux Team
# Distributed under the terms of the NCSA license
EAPI=5
DESCRIPTION="Ensures a package manager is installed on the computer"
SLOT="0"
KEYWORDS="~alpha arm arm64 ~hppa mips ppc ~ppc64 ~sparc64 x86 x86_64"
RDEPEND="|| (
sys-apps/apk-tools
sys-apps/portage++
sys-apps/portage
)"
|