diff options
author | Alexis Ballier <aballier@gentoo.org> | 2013-07-30 23:09:41 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2013-07-30 23:09:41 +0000 |
commit | 82c7e13ac8ee3a83492d40e880ec6c212323d06c (patch) | |
tree | ab44c8380f97f6bcf564769fc3f6787b3625d21f /app-admin/chrpath | |
parent | no need to block emul-libs here since it doesnt install any file (diff) | |
download | gentoo-2-82c7e13ac8ee3a83492d40e880ec6c212323d06c.tar.gz gentoo-2-82c7e13ac8ee3a83492d40e880ec6c212323d06c.tar.bz2 gentoo-2-82c7e13ac8ee3a83492d40e880ec6c212323d06c.zip |
keyword ~amd64-fbsd
(Portage version: 2.2.0_alpha191/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
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 3e370588b809..64aaf4964f4a 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.26 2013/05/03 18:14:51 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/chrpath/ChangeLog,v 1.27 2013/07/30 23:09:41 aballier Exp $ + + 30 Jul 2013; Alexis Ballier <aballier@gentoo.org> chrpath-0.13-r2.ebuild: + keyword ~amd64-fbsd 03 May 2013; Fabian Groffen <grobian@gentoo.org> chrpath-0.13-r2.ebuild: Fix building with automake-1.13, bug #467538 diff --git a/app-admin/chrpath/chrpath-0.13-r2.ebuild b/app-admin/chrpath/chrpath-0.13-r2.ebuild index 16dc9a62a633..674e11f14738 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.12 2013/05/03 18:14:51 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/chrpath/chrpath-0.13-r2.ebuild,v 1.13 2013/07/30 23:09:41 aballier 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 ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +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" IUSE="static-libs" src_prepare() { |