diff options
author | James Le Cuirot <chewi@gentoo.org> | 2015-05-22 23:26:22 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2015-05-22 23:26:22 +0000 |
commit | 511f4ee890c40673f0732e377c303432655772f1 (patch) | |
tree | 247e9a5c3506f932fa98b9745cf463f01446789e /dev-util | |
parent | Version bump (diff) | |
download | gentoo-2-511f4ee890c40673f0732e377c303432655772f1.tar.gz gentoo-2-511f4ee890c40673f0732e377c303432655772f1.tar.bz2 gentoo-2-511f4ee890c40673f0732e377c303432655772f1.zip |
~ppc keyword.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 9C6D7DE4)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/patchelf/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/patchelf/patchelf-0.8.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-util/patchelf/ChangeLog b/dev-util/patchelf/ChangeLog index f2a6014b1c15..69fe95084ea9 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.13 2015/03/01 01:18:36 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/patchelf/ChangeLog,v 1.14 2015/05/22 23:26:22 chewi Exp $ + + 22 May 2015; James Le Cuirot <chewi@gentoo.org> patchelf-0.8.ebuild: + ~ppc keyword. 01 Mar 2015; Zac Medico <zmedico@gentoo.org> -files/patchelf-0.6-test-build.patch: diff --git a/dev-util/patchelf/patchelf-0.8.ebuild b/dev-util/patchelf/patchelf-0.8.ebuild index ec2f6779d323..c9e1530cd1c0 100644 --- a/dev-util/patchelf/patchelf-0.8.ebuild +++ b/dev-util/patchelf/patchelf-0.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# 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.3 2014/12/28 10:14:47 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/patchelf/patchelf-0.8.ebuild,v 1.4 2015/05/22 23:26:22 chewi 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 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux" LICENSE="GPL-3" IUSE="" |