diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-02-10 18:45:23 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-02-10 18:45:23 +0000 |
commit | 5cd05f618ff021164b84d431bd17261c27370ace (patch) | |
tree | 19d4161e588702b5eb68a77d978fecbcf293c389 /app-admin/chrpath | |
parent | Basically -r3 is the same as -r2, just with fix for the MAIL issue with su, (diff) | |
download | gentoo-2-5cd05f618ff021164b84d431bd17261c27370ace.tar.gz gentoo-2-5cd05f618ff021164b84d431bd17261c27370ace.tar.bz2 gentoo-2-5cd05f618ff021164b84d431bd17261c27370ace.zip |
Added amd64 to KEYWORDS.
(Portage version: 2.0.51.16)
Diffstat (limited to 'app-admin/chrpath')
-rw-r--r-- | app-admin/chrpath/ChangeLog | 7 | ||||
-rw-r--r-- | app-admin/chrpath/chrpath-0.13.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/app-admin/chrpath/ChangeLog b/app-admin/chrpath/ChangeLog index 54ae6533bd30..8564886e784a 100644 --- a/app-admin/chrpath/ChangeLog +++ b/app-admin/chrpath/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-admin/chrpath # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/chrpath/ChangeLog,v 1.1 2005/02/05 21:40:16 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/chrpath/ChangeLog,v 1.2 2005/02/10 18:45:23 wolf31o2 Exp $ + +*chrpath-0.13 (10 Feb 2005) + + 10 Feb 2005; Chris Gianelloni <wolf31o2@gentoo.org> chrpath-0.13.ebuild: + Added amd64 to KEYWORDS. 05 Feb 2005; Tavis Ormandy <taviso@gentoo.org> +metadata.xml: initial import diff --git a/app-admin/chrpath/chrpath-0.13.ebuild b/app-admin/chrpath/chrpath-0.13.ebuild index 5d513d6d5368..26f0f3417bf7 100644 --- a/app-admin/chrpath/chrpath-0.13.ebuild +++ b/app-admin/chrpath/chrpath-0.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/chrpath/chrpath-0.13.ebuild,v 1.2 2005/02/10 09:12:18 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/chrpath/chrpath-0.13.ebuild,v 1.3 2005/02/10 18:45:23 wolf31o2 Exp $ inherit eutils @@ -11,7 +11,7 @@ SRC_URI="ftp://ftp.hungry.com/pub/hungry/chrpath/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86" +KEYWORDS="x86 amd64" IUSE="" |