diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2013-12-10 18:57:46 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2013-12-10 18:57:46 +0000 |
commit | 4449136c2e93a6323070d8431494c65e0e2f0229 (patch) | |
tree | 01ca3928f9773a373e677e0b2446cd56fb3ed559 /app-admin/chrpath | |
parent | Install GeoIP.dat properly (bug #493842 by Stefan Talpalaru). (diff) | |
download | gentoo-2-4449136c2e93a6323070d8431494c65e0e2f0229.tar.gz gentoo-2-4449136c2e93a6323070d8431494c65e0e2f0229.tar.bz2 gentoo-2-4449136c2e93a6323070d8431494c65e0e2f0229.zip |
Add ~mips
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key C2BA7F3C!)
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 079f00f13ec3..44085ade5076 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.28 2013/10/13 07:55:49 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/chrpath/ChangeLog,v 1.29 2013/12/10 18:57:46 hwoarang Exp $ + + 10 Dec 2013; Markos Chandras <hwoarang@gentoo.org> chrpath-0.13-r2.ebuild: + Add ~mips 13 Oct 2013; Agostino Sarubbo <ago@gentoo.org> chrpath-0.13-r2.ebuild: Add ppc64, wrt bug #320221 diff --git a/app-admin/chrpath/chrpath-0.13-r2.ebuild b/app-admin/chrpath/chrpath-0.13-r2.ebuild index e91f2af48e89..0c0f0706d241 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.14 2013/10/13 07:55:49 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/chrpath/chrpath-0.13-r2.ebuild,v 1.15 2013/12/10 18:57:46 hwoarang 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 ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 arm ~mips 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() { |