diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-12-01 09:29:13 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-12-01 09:29:13 +0000 |
commit | 47782bee336a16f83392ad963033fc11527a5f9c (patch) | |
tree | 0e0651fd212a39a2b151809f5a0b7c4bc3a69dbc /sys-libs/libcap-ng | |
parent | Stable for sparc, wrt bug #528004 (diff) | |
download | gentoo-2-47782bee336a16f83392ad963033fc11527a5f9c.tar.gz gentoo-2-47782bee336a16f83392ad963033fc11527a5f9c.tar.bz2 gentoo-2-47782bee336a16f83392ad963033fc11527a5f9c.zip |
Stable for sparc, wrt bug #529542
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'sys-libs/libcap-ng')
-rw-r--r-- | sys-libs/libcap-ng/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/libcap-ng/libcap-ng-0.7.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/libcap-ng/ChangeLog b/sys-libs/libcap-ng/ChangeLog index f54cc3c31f36..6692e6ef8f4c 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-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcap-ng/ChangeLog,v 1.70 2014/11/29 19:57:40 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcap-ng/ChangeLog,v 1.71 2014/12/01 09:29:13 ago Exp $ + + 01 Dec 2014; Agostino Sarubbo <ago@gentoo.org> libcap-ng-0.7.4.ebuild: + Stable for sparc, wrt bug #529542 29 Nov 2014; Markus Meier <maekke@gentoo.org> libcap-ng-0.7.4.ebuild: arm stable, bug #529542 diff --git a/sys-libs/libcap-ng/libcap-ng-0.7.4.ebuild b/sys-libs/libcap-ng/libcap-ng-0.7.4.ebuild index 6a1a346de221..faa8b4bca945 100644 --- a/sys-libs/libcap-ng/libcap-ng-0.7.4.ebuild +++ b/sys-libs/libcap-ng/libcap-ng-0.7.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 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.4.ebuild,v 1.4 2014/11/29 19:57:40 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcap-ng/libcap-ng-0.7.4.ebuild,v 1.5 2014/12/01 09:29:13 ago Exp $ EAPI=5 @@ -16,7 +16,7 @@ SRC_URI="http://people.redhat.com/sgrubb/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~arm-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86 ~arm-linux ~x86-linux" IUSE="python static-libs" RDEPEND="python? ( ${PYTHON_DEPS} )" |