diff options
author | Brent Baude <ranger@gentoo.org> | 2008-12-27 18:55:41 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2008-12-27 18:55:41 +0000 |
commit | 4584be5a5776f940225eb5fbb971d785b868685b (patch) | |
tree | 0cc458c9f38d460289e5f4b8cd8de35747f0e0a6 /sys-libs/libcap | |
parent | stable ppc64, bug 250892 (diff) | |
download | gentoo-2-4584be5a5776f940225eb5fbb971d785b868685b.tar.gz gentoo-2-4584be5a5776f940225eb5fbb971d785b868685b.tar.bz2 gentoo-2-4584be5a5776f940225eb5fbb971d785b868685b.zip |
stable ppc64, bug 252321
(Portage version: 2.1.6.1/cvs/Linux 2.6.24-gentoo-r3-g5-64 ppc64)
Diffstat (limited to 'sys-libs/libcap')
-rw-r--r-- | sys-libs/libcap/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/libcap/libcap-2.15.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/libcap/ChangeLog b/sys-libs/libcap/ChangeLog index 6afccd42e99b..eafe5b75cdb3 100644 --- a/sys-libs/libcap/ChangeLog +++ b/sys-libs/libcap/ChangeLog @@ -1,6 +1,9 @@ # 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.82 2008/12/26 16:30:48 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcap/ChangeLog,v 1.83 2008/12/27 18:55:41 ranger Exp $ + + 27 Dec 2008; Brent Baude <ranger@gentoo.org> libcap-2.15.ebuild: + stable ppc64, bug 252321 26 Dec 2008; Raúl Porcel <armin76@gentoo.org> libcap-2.15.ebuild: ia64 stable wrt #252321 diff --git a/sys-libs/libcap/libcap-2.15.ebuild b/sys-libs/libcap/libcap-2.15.ebuild index c65fcf4b2148..d133ced7165a 100644 --- a/sys-libs/libcap/libcap-2.15.ebuild +++ b/sys-libs/libcap/libcap-2.15.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-2.15.ebuild,v 1.6 2008/12/26 16:30:48 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcap/libcap-2.15.ebuild,v 1.7 2008/12/27 18:55:41 ranger Exp $ inherit eutils multilib toolchain-funcs pam @@ -10,7 +10,7 @@ SRC_URI="mirror://kernel/linux/libs/security/linux-privs/libcap${PV:0:1}/${P}.ta 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="pam" RDEPEND="sys-apps/attr |