diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-10-12 17:28:40 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-10-12 17:28:40 +0000 |
commit | 18e621d5b6aff8efa4195a7a32fbf57e9649132d (patch) | |
tree | 9d1fdd012868eaf46af5d3abe7b1397ba78c6bc4 /sys-libs/libcap | |
parent | Pass user CFLAGS/LDFLAGS through environment instead of setting in stone (#24... (diff) | |
download | gentoo-2-18e621d5b6aff8efa4195a7a32fbf57e9649132d.tar.gz gentoo-2-18e621d5b6aff8efa4195a7a32fbf57e9649132d.tar.bz2 gentoo-2-18e621d5b6aff8efa4195a7a32fbf57e9649132d.zip |
alpha/ia64 stable wrt #240290
(Portage version: 2.1.4.5)
Diffstat (limited to 'sys-libs/libcap')
-rw-r--r-- | sys-libs/libcap/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/libcap/libcap-2.11.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/libcap/ChangeLog b/sys-libs/libcap/ChangeLog index 345b4fb0a2f1..ebbbf09a8979 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.70 2008/10/12 14:30:13 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcap/ChangeLog,v 1.71 2008/10/12 17:28:40 armin76 Exp $ + + 12 Oct 2008; Raúl Porcel <armin76@gentoo.org> libcap-2.11.ebuild: + alpha/ia64 stable wrt #240290 12 Oct 2008; nixnut <nixnut@gentoo.org> libcap-2.11.ebuild: Stable on ppc wrt bug 240290 diff --git a/sys-libs/libcap/libcap-2.11.ebuild b/sys-libs/libcap/libcap-2.11.ebuild index 56f6098841e5..728871f5dac3 100644 --- a/sys-libs/libcap/libcap-2.11.ebuild +++ b/sys-libs/libcap/libcap-2.11.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.11.ebuild,v 1.4 2008/10/12 14:30:13 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcap/libcap-2.11.ebuild,v 1.5 2008/10/12 17:28:40 armin76 Exp $ inherit eutils multilib toolchain-funcs pam @@ -10,7 +10,7 @@ SRC_URI="http://www.kernel.org/pub/linux/libs/security/linux-privs/libcap${PV:0: 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 |