diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-04-24 15:35:02 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-04-24 15:35:02 +0000 |
commit | 13cc5518204d9cc6b89dbd69f5ff5d4c510b03f1 (patch) | |
tree | 9ea731022579d2cdf356a2e8053be41bd285631e /dev-perl/GDTextUtil/GDTextUtil-0.86.ebuild | |
parent | Add ~x86-fbsd keyword. (diff) | |
download | gentoo-2-13cc5518204d9cc6b89dbd69f5ff5d4c510b03f1.tar.gz gentoo-2-13cc5518204d9cc6b89dbd69f5ff5d4c510b03f1.tar.bz2 gentoo-2-13cc5518204d9cc6b89dbd69f5ff5d4c510b03f1.zip |
Add ~x86-fbsd keyword.
(Portage version: 2.1_pre9-r4)
Diffstat (limited to 'dev-perl/GDTextUtil/GDTextUtil-0.86.ebuild')
-rw-r--r-- | dev-perl/GDTextUtil/GDTextUtil-0.86.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-perl/GDTextUtil/GDTextUtil-0.86.ebuild b/dev-perl/GDTextUtil/GDTextUtil-0.86.ebuild index 20091fed428c..b38a92179a47 100644 --- a/dev-perl/GDTextUtil/GDTextUtil-0.86.ebuild +++ b/dev-perl/GDTextUtil/GDTextUtil-0.86.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/GDTextUtil/GDTextUtil-0.86.ebuild,v 1.12 2005/07/09 23:08:25 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/GDTextUtil/GDTextUtil-0.86.ebuild,v 1.13 2006/04/24 15:35:02 flameeyes Exp $ inherit perl-module @@ -10,7 +10,7 @@ HOMEPAGE="http://www.cpan.org/modules/by-module/GD/${P}.readme" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd" IUSE="" DEPEND="dev-perl/GD" |