diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-08-31 14:47:26 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-08-31 14:47:26 +0000 |
commit | a60aab3c48fa2111788553139fef08e85e3a868d (patch) | |
tree | acd59ccda0862c692156e71184ba5154b2e13f1e | |
parent | Fix LDFLAGS/gcc usage (#338903), deps (#421703) and gcc-4.7 building (#426454... (diff) | |
download | gentoo-2-a60aab3c48fa2111788553139fef08e85e3a868d.tar.gz gentoo-2-a60aab3c48fa2111788553139fef08e85e3a868d.tar.bz2 gentoo-2-a60aab3c48fa2111788553139fef08e85e3a868d.zip |
Stable for arm, wrt bug #479616
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="arm", signed Manifest commit with key 7194459F)
-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 e1cc1f805a5f..978ee7342e57 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.59 2013/08/31 09:08:18 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcap-ng/ChangeLog,v 1.60 2013/08/31 14:47:26 ago Exp $ + + 31 Aug 2013; Agostino Sarubbo <ago@gentoo.org> libcap-ng-0.7.3.ebuild: + Stable for arm, wrt bug #479616 31 Aug 2013; Agostino Sarubbo <ago@gentoo.org> libcap-ng-0.7.3.ebuild: Stable for amd64, 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 d651ac28b77e..021fcfef2b6d 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.7 2013/08/31 09:08:18 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcap-ng/libcap-ng-0.7.3.ebuild,v 1.8 2013/08/31 14:47:26 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 )" |