diff options
author | Markus Meier <maekke@gentoo.org> | 2014-11-29 19:57:40 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2014-11-29 19:57:40 +0000 |
commit | e71f92b36e3c558328bf7a41e3a82c4190f45c77 (patch) | |
tree | 71919bfea8ad699388c343f826f4d26d6fb28998 | |
parent | Add Perl 5.20 version; the bundled copy is deprecated (diff) | |
download | gentoo-2-e71f92b36e3c558328bf7a41e3a82c4190f45c77.tar.gz gentoo-2-e71f92b36e3c558328bf7a41e3a82c4190f45c77.tar.bz2 gentoo-2-e71f92b36e3c558328bf7a41e3a82c4190f45c77.zip |
arm stable, bug #529542
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
-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 6d5026755cb6..f54cc3c31f36 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.69 2014/11/26 10:39:38 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcap-ng/ChangeLog,v 1.70 2014/11/29 19:57:40 maekke Exp $ + + 29 Nov 2014; Markus Meier <maekke@gentoo.org> libcap-ng-0.7.4.ebuild: + arm stable, bug #529542 26 Nov 2014; Agostino Sarubbo <ago@gentoo.org> libcap-ng-0.7.4.ebuild: Stable for amd64, wrt 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 1b9e91e419d3..6a1a346de221 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.3 2014/11/26 10:39:38 ago Exp $ +# $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 $ 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} )" |