diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-08-31 09:08:18 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-08-31 09:08:18 +0000 |
commit | 543437dfcd3ed014db00c87fd7b3cdbc2bb10575 (patch) | |
tree | 75d9554aaad2afbf91ae253033490a36910fef4e /sys-libs | |
parent | Stable for amd64, wrt bug #455834 (diff) | |
download | gentoo-2-543437dfcd3ed014db00c87fd7b3cdbc2bb10575.tar.gz gentoo-2-543437dfcd3ed014db00c87fd7b3cdbc2bb10575.tar.bz2 gentoo-2-543437dfcd3ed014db00c87fd7b3cdbc2bb10575.zip |
Stable for amd64, wrt bug #479616
(Portage version: 2.1.13.7/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/libcap-ng/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/libcap-ng/libcap-ng-0.7.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/libcap-ng/ChangeLog b/sys-libs/libcap-ng/ChangeLog index 879053e4d202..e1cc1f805a5f 100644 --- a/sys-libs/libcap-ng/ChangeLog +++ b/sys-libs/libcap-ng/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/libcap-ng # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcap-ng/ChangeLog,v 1.58 2013/08/29 19:46:09 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcap-ng/ChangeLog,v 1.59 2013/08/31 09:08:18 ago Exp $ + + 31 Aug 2013; Agostino Sarubbo <ago@gentoo.org> libcap-ng-0.7.3.ebuild: + Stable for amd64, wrt bug #479616 29 Aug 2013; Agostino Sarubbo <ago@gentoo.org> libcap-ng-0.7.3.ebuild: Stable for ia64, wrt bug #479616 diff --git a/sys-libs/libcap-ng/libcap-ng-0.7.3.ebuild b/sys-libs/libcap-ng/libcap-ng-0.7.3.ebuild index 4fd0bf286f59..d651ac28b77e 100644 --- a/sys-libs/libcap-ng/libcap-ng-0.7.3.ebuild +++ b/sys-libs/libcap-ng/libcap-ng-0.7.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcap-ng/libcap-ng-0.7.3.ebuild,v 1.6 2013/08/29 19:46:09 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcap-ng/libcap-ng-0.7.3.ebuild,v 1.7 2013/08/31 09:08:18 ago Exp $ EAPI=5 @@ -15,7 +15,7 @@ SRC_URI="http://people.redhat.com/sgrubb/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~arm-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~arm-linux ~x86-linux" IUSE="python static-libs" RDEPEND="python? ( dev-lang/python )" |