diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-05-24 05:13:09 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-05-24 05:13:09 +0000 |
commit | af89c92aadd7481b361fa1ffdd3a813fcf587e19 (patch) | |
tree | 8e394410edfd90b2d60bb4f90484989277524c54 /sys-libs | |
parent | get_number_of_jobs sucks (diff) | |
download | gentoo-2-af89c92aadd7481b361fa1ffdd3a813fcf587e19.tar.gz gentoo-2-af89c92aadd7481b361fa1ffdd3a813fcf587e19.tar.bz2 gentoo-2-af89c92aadd7481b361fa1ffdd3a813fcf587e19.zip |
m68k/sh love
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/libcap/libcap-1.10-r5.ebuild | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/sys-libs/libcap/libcap-1.10-r5.ebuild b/sys-libs/libcap/libcap-1.10-r5.ebuild index c7fb90697721..c5d59ba314dc 100644 --- a/sys-libs/libcap/libcap-1.10-r5.ebuild +++ b/sys-libs/libcap/libcap-1.10-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcap/libcap-1.10-r5.ebuild,v 1.3 2005/02/09 23:06:17 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcap/libcap-1.10-r5.ebuild,v 1.4 2005/05/24 05:13:09 vapier Exp $ inherit flag-o-matic eutils @@ -12,15 +12,13 @@ SRC_URI="http://www.kernel.org/pub/linux/libs/security/linux-privs/kernel-2.4/${ LICENSE="GPL-2 BSD" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86" IUSE="nocxx python static" #patch is in recent 2.2 kernels so it works there -DEPEND="virtual/libc - virtual/os-headers +DEPEND="virtual/os-headers !nocxx? ( python? ( >=virtual/python-2.2.1 >=dev-lang/swig-1.3.10 ) )" -RDEPEND="!nocxx? ( python? ( >=virtual/python-2.2.1 ) ) - virtual/libc" +RDEPEND="!nocxx? ( python? ( >=virtual/python-2.2.1 ) )" src_unpack() { unpack ${A} |