diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-11-26 10:39:38 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-11-26 10:39:38 +0000 |
commit | 1f4599d07a8815bdb4acd51750f7db7f2105a422 (patch) | |
tree | dc56f95f041e81da40c455b79ff8b194456ee293 /sys-libs/libcap-ng | |
parent | Stable for amd64, wrt bug #528004 (diff) | |
download | gentoo-2-1f4599d07a8815bdb4acd51750f7db7f2105a422.tar.gz gentoo-2-1f4599d07a8815bdb4acd51750f7db7f2105a422.tar.bz2 gentoo-2-1f4599d07a8815bdb4acd51750f7db7f2105a422.zip |
Stable for amd64, wrt bug #529542
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", 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 1948f681d1c8..6d5026755cb6 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.68 2014/11/25 07:39:36 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcap-ng/ChangeLog,v 1.69 2014/11/26 10:39:38 ago Exp $ + + 26 Nov 2014; Agostino Sarubbo <ago@gentoo.org> libcap-ng-0.7.4.ebuild: + Stable for amd64, wrt bug #529542 25 Nov 2014; Ian Delaney <idella4@gentoo.org> libcap-ng-0.7.4.ebuild: clean old python impls 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 51852dcc98f1..1b9e91e419d3 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.2 2014/11/25 07:39:36 idella4 Exp $ +# $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 $ 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} )" |