diff options
author | Chris PeBenito <pebenito@gentoo.org> | 2004-01-26 17:51:12 +0000 |
---|---|---|
committer | Chris PeBenito <pebenito@gentoo.org> | 2004-01-26 17:51:12 +0000 |
commit | 92dfe88c1604cba225a805959e771acf3fdc6385 (patch) | |
tree | b5e8bff2d0bb131c5f4d5a6140119393a9d4cb12 /sys-apps/baselayout/baselayout-1.8.6.12-r4.ebuild | |
parent | just a tiny tiny little whitespace fix (diff) | |
download | gentoo-2-92dfe88c1604cba225a805959e771acf3fdc6385.tar.gz gentoo-2-92dfe88c1604cba225a805959e771acf3fdc6385.tar.bz2 gentoo-2-92dfe88c1604cba225a805959e771acf3fdc6385.zip |
add missing selinux? ( sys-libs/libselinux ) dep
Diffstat (limited to 'sys-apps/baselayout/baselayout-1.8.6.12-r4.ebuild')
-rw-r--r-- | sys-apps/baselayout/baselayout-1.8.6.12-r4.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-apps/baselayout/baselayout-1.8.6.12-r4.ebuild b/sys-apps/baselayout/baselayout-1.8.6.12-r4.ebuild index 3b57aff0aa66..561585ffe00d 100644 --- a/sys-apps/baselayout/baselayout-1.8.6.12-r4.ebuild +++ b/sys-apps/baselayout/baselayout-1.8.6.12-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/baselayout/baselayout-1.8.6.12-r4.ebuild,v 1.4 2004/01/25 23:07:50 pebenito Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/baselayout/baselayout-1.8.6.12-r4.ebuild,v 1.5 2004/01/26 17:51:12 pebenito Exp $ # This ebuild needs to be merged "live". You can't simply make a package # of it and merge it later. @@ -28,7 +28,8 @@ RESTRICT="nomirror" #KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~alpha ~mips ~arm ~hppa ~ia64 ~ppc64" DEPEND="virtual/os-headers - >=sys-apps/portage-2.0.23" + >=sys-apps/portage-2.0.23 + selinux? ( sys-libs/libselinux )" # We need at least portage-2.0.23 to handle these DEPEND's properly. # This version of baselayout needs gawk in /bin, but as we do not have |