diff options
author | Jason Wever <weeve@gentoo.org> | 2004-04-05 18:16:47 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2004-04-05 18:16:47 +0000 |
commit | 4518ba3c47a77a7b368f337f8261a5972fe73597 (patch) | |
tree | df633cf84188e577ecefbd7fd0f41237fb560124 /sys-libs | |
parent | Patched the ebuild to patch the source to fix a known XForms bug where input ... (diff) | |
download | gentoo-2-4518ba3c47a77a7b368f337f8261a5972fe73597.tar.gz gentoo-2-4518ba3c47a77a7b368f337f8261a5972fe73597.tar.bz2 gentoo-2-4518ba3c47a77a7b368f337f8261a5972fe73597.zip |
Stable on sparc.
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/libcap/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/libcap/libcap-1.10-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/libcap/ChangeLog b/sys-libs/libcap/ChangeLog index ec5a68a4e097..0ed3152c5e4a 100644 --- a/sys-libs/libcap/ChangeLog +++ b/sys-libs/libcap/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/libcap # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcap/ChangeLog,v 1.20 2004/03/28 23:21:08 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcap/ChangeLog,v 1.21 2004/04/05 18:16:47 weeve Exp $ + + 05 Apr 2004; Jason Wever <weeve@gentoo.org> libcap-1.10-r3.ebuild: + Stable on sparc. 28 Mar 2004; <solar@gentoo.org> libcap-1.10-r3.ebuild: stable on x86. Bugzilla Bug 44955 diff --git a/sys-libs/libcap/libcap-1.10-r3.ebuild b/sys-libs/libcap/libcap-1.10-r3.ebuild index fb4a21b60355..0b0f7abc2f14 100644 --- a/sys-libs/libcap/libcap-1.10-r3.ebuild +++ b/sys-libs/libcap/libcap-1.10-r3.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-libs/libcap/libcap-1.10-r3.ebuild,v 1.9 2004/03/28 23:21:08 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcap/libcap-1.10-r3.ebuild,v 1.10 2004/04/05 18:16:47 weeve Exp $ inherit base flag-o-matic @@ -12,7 +12,7 @@ SRC_URI="http://www.kernel.org/pub/linux/libs/security/linux-privs/kernel-2.4/${ LICENSE="GPL-2 BSD" SLOT="0" -KEYWORDS="x86 ~mips hppa ~sparc ~ppc alpha amd64 ia64" +KEYWORDS="x86 ~mips hppa sparc ~ppc alpha amd64 ia64" IUSE="python" #patch is in recent 2.2 kernels so it works there |