diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2008-02-11 08:41:23 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2008-02-11 08:41:23 +0000 |
commit | 6509dbd8e0ab21f58e75c4a62b29ecb8c7d11e8e (patch) | |
tree | 719fe88ef768c8e2cc0fe3182b671f522daf4ec9 /sys-libs/libcap | |
parent | version bump: Only some bug fixes (make the japanese patch obsolete e.g.); mo... (diff) | |
download | gentoo-2-6509dbd8e0ab21f58e75c4a62b29ecb8c7d11e8e.tar.gz gentoo-2-6509dbd8e0ab21f58e75c4a62b29ecb8c7d11e8e.tar.bz2 gentoo-2-6509dbd8e0ab21f58e75c4a62b29ecb8c7d11e8e.zip |
stable x86, bug 200512
(Portage version: 2.1.3.19)
Diffstat (limited to 'sys-libs/libcap')
-rw-r--r-- | sys-libs/libcap/ChangeLog | 6 | ||||
-rw-r--r-- | sys-libs/libcap/libcap-1.10-r11.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-libs/libcap/ChangeLog b/sys-libs/libcap/ChangeLog index 664a2d00640e..7967c7a31950 100644 --- a/sys-libs/libcap/ChangeLog +++ b/sys-libs/libcap/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-libs/libcap # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcap/ChangeLog,v 1.52 2008/02/11 03:26:05 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcap/ChangeLog,v 1.53 2008/02/11 08:41:23 opfer Exp $ + + 11 Feb 2008; Christian Faulhammer <opfer@gentoo.org> + libcap-1.10-r11.ebuild: + stable x86, bug 200512 11 Feb 2008; Brent Baude <ranger@gentoo.org> libcap-1.10-r11.ebuild: stable ppc64, bug 200512 diff --git a/sys-libs/libcap/libcap-1.10-r11.ebuild b/sys-libs/libcap/libcap-1.10-r11.ebuild index 4978bdf0cc38..33225bd130d1 100644 --- a/sys-libs/libcap/libcap-1.10-r11.ebuild +++ b/sys-libs/libcap/libcap-1.10-r11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcap/libcap-1.10-r11.ebuild,v 1.2 2008/02/11 03:26:05 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcap/libcap-1.10-r11.ebuild,v 1.3 2008/02/11 08:41:23 opfer Exp $ inherit flag-o-matic eutils python multilib toolchain-funcs @@ -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="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86" IUSE="python" #patch is in recent 2.2 kernels so it works there |