diff options
author | Markus Meier <maekke@gentoo.org> | 2011-12-03 11:00:18 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2011-12-03 11:00:18 +0000 |
commit | 06e548c3a33947bf55be0878abf187163ba9931d (patch) | |
tree | 4c1f301fbb06ab0b4f97af4969caeb029167f8be /app-admin/chrpath | |
parent | Stable on amd64 wrt bug #391573 (diff) | |
download | gentoo-2-06e548c3a33947bf55be0878abf187163ba9931d.tar.gz gentoo-2-06e548c3a33947bf55be0878abf187163ba9931d.tar.bz2 gentoo-2-06e548c3a33947bf55be0878abf187163ba9931d.zip |
arm stable, bug #391239
(Portage version: 2.1.10.38/cvs/Linux i686)
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 eb49ee15d5b6..84ea9b208da9 100644 --- a/app-admin/chrpath/ChangeLog +++ b/app-admin/chrpath/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-admin/chrpath # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/chrpath/ChangeLog,v 1.20 2011/11/29 18:39:55 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/chrpath/ChangeLog,v 1.21 2011/12/03 11:00:18 maekke Exp $ + + 03 Dec 2011; Markus Meier <maekke@gentoo.org> chrpath-0.13-r2.ebuild: + arm stable, bug #391239 29 Nov 2011; Fabian Groffen <grobian@gentoo.org> chrpath-0.13-r2.ebuild: Fix USE-flag name in use_enable diff --git a/app-admin/chrpath/chrpath-0.13-r2.ebuild b/app-admin/chrpath/chrpath-0.13-r2.ebuild index bd9a541c42fe..225a7dafb0fc 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-2011 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.6 2011/11/29 18:39:55 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/chrpath/chrpath-0.13-r2.ebuild,v 1.7 2011/12/03 11:00:18 maekke 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 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 arm ~ppc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="static-libs" src_prepare() { |