diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-06-24 10:55:41 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-06-24 10:55:41 +0000 |
commit | 1e7f00b05d7fe12daa235ae78f9ee6a01831b14c (patch) | |
tree | 2b21531813a11ed38c31088f5adbff37d435520f /dev-util | |
parent | Stable for ppc, wrt bug #537940 (diff) | |
download | gentoo-2-1e7f00b05d7fe12daa235ae78f9ee6a01831b14c.tar.gz gentoo-2-1e7f00b05d7fe12daa235ae78f9ee6a01831b14c.tar.bz2 gentoo-2-1e7f00b05d7fe12daa235ae78f9ee6a01831b14c.zip |
Stable for ppc, wrt bug #537940
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/patchelf/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/patchelf/patchelf-0.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/patchelf/ChangeLog b/dev-util/patchelf/ChangeLog index 69fe95084ea9..d17586495d39 100644 --- a/dev-util/patchelf/ChangeLog +++ b/dev-util/patchelf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/patchelf # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/patchelf/ChangeLog,v 1.14 2015/05/22 23:26:22 chewi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/patchelf/ChangeLog,v 1.15 2015/06/24 10:55:41 ago Exp $ + + 24 Jun 2015; Agostino Sarubbo <ago@gentoo.org> patchelf-0.8.ebuild: + Stable for ppc, wrt bug #537940 22 May 2015; James Le Cuirot <chewi@gentoo.org> patchelf-0.8.ebuild: ~ppc keyword. diff --git a/dev-util/patchelf/patchelf-0.8.ebuild b/dev-util/patchelf/patchelf-0.8.ebuild index c9e1530cd1c0..f6b234af45ff 100644 --- a/dev-util/patchelf/patchelf-0.8.ebuild +++ b/dev-util/patchelf/patchelf-0.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/patchelf/patchelf-0.8.ebuild,v 1.4 2015/05/22 23:26:22 chewi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/patchelf/patchelf-0.8.ebuild,v 1.5 2015/06/24 10:55:41 ago Exp $ EAPI=5 @@ -13,7 +13,7 @@ HOMEPAGE="http://nixos.org/patchelf.html" SRC_URI="http://releases.nixos.org/${PN}/${P}/${P}.tar.bz2" SLOT="0" -KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux" LICENSE="GPL-3" IUSE="" |