diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-10-13 07:55:49 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-10-13 07:55:49 +0000 |
commit | 946ed68d8e2fca21952cfcdbfb7f58eb09b0352e (patch) | |
tree | e066b0b893c5f044dd4d9e05919e01a15f50bc55 /app-admin/chrpath | |
parent | Add ppc64, wrt bug #320221 (diff) | |
download | gentoo-2-946ed68d8e2fca21952cfcdbfb7f58eb09b0352e.tar.gz gentoo-2-946ed68d8e2fca21952cfcdbfb7f58eb09b0352e.tar.bz2 gentoo-2-946ed68d8e2fca21952cfcdbfb7f58eb09b0352e.zip |
Add ppc64, wrt bug #320221
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-admin/chrpath')
-rw-r--r-- | app-admin/chrpath/ChangeLog | 5 | ||||
-rw-r--r-- | app-admin/chrpath/chrpath-0.13-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-admin/chrpath/ChangeLog b/app-admin/chrpath/ChangeLog index 64aaf4964f4a..079f00f13ec3 100644 --- a/app-admin/chrpath/ChangeLog +++ b/app-admin/chrpath/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-admin/chrpath # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/chrpath/ChangeLog,v 1.27 2013/07/30 23:09:41 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/chrpath/ChangeLog,v 1.28 2013/10/13 07:55:49 ago Exp $ + + 13 Oct 2013; Agostino Sarubbo <ago@gentoo.org> chrpath-0.13-r2.ebuild: + Add ppc64, wrt bug #320221 30 Jul 2013; Alexis Ballier <aballier@gentoo.org> chrpath-0.13-r2.ebuild: keyword ~amd64-fbsd diff --git a/app-admin/chrpath/chrpath-0.13-r2.ebuild b/app-admin/chrpath/chrpath-0.13-r2.ebuild index 674e11f14738..e91f2af48e89 100644 --- a/app-admin/chrpath/chrpath-0.13-r2.ebuild +++ b/app-admin/chrpath/chrpath-0.13-r2.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/app-admin/chrpath/chrpath-0.13-r2.ebuild,v 1.13 2013/07/30 23:09:41 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/chrpath/chrpath-0.13-r2.ebuild,v 1.14 2013/10/13 07:55:49 ago Exp $ EAPI="2" @@ -13,7 +13,7 @@ SRC_URI="http://ftp.tux.org/pub/X-Windows/ftp.hungry.com/chrpath/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 arm ppc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 arm ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="static-libs" src_prepare() { |