diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-06-03 17:32:11 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-06-03 17:32:11 +0000 |
commit | fa55736b6c91327a1b94c2b1cb13acb99df2f43e (patch) | |
tree | 561a8fd3be0ab99548138e35f853e4de25247a86 /dev-ruby/text-format/text-format-0.64.ebuild | |
parent | Detect and make use of SDP support only when bluetooth USE flag is enabled (#... (diff) | |
download | historical-fa55736b6c91327a1b94c2b1cb13acb99df2f43e.tar.gz historical-fa55736b6c91327a1b94c2b1cb13acb99df2f43e.tar.bz2 historical-fa55736b6c91327a1b94c2b1cb13acb99df2f43e.zip |
Add ~amd64 and ~x86-fbsd keyword.
Package-Manager: portage-2.1_rc4
Diffstat (limited to 'dev-ruby/text-format/text-format-0.64.ebuild')
-rw-r--r-- | dev-ruby/text-format/text-format-0.64.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/text-format/text-format-0.64.ebuild b/dev-ruby/text-format/text-format-0.64.ebuild index f1fcdd80fa36..563ffc8251ec 100644 --- a/dev-ruby/text-format/text-format-0.64.ebuild +++ b/dev-ruby/text-format/text-format-0.64.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-format/text-format-0.64.ebuild,v 1.8 2006/03/30 04:00:38 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-format/text-format-0.64.ebuild,v 1.9 2006/06/03 17:32:11 flameeyes Exp $ inherit eutils ruby @@ -10,7 +10,7 @@ SRC_URI="http://www.halostatue.ca/files/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~ia64 ppc ppc64 x86" +KEYWORDS="~amd64 ~ia64 ppc ppc64 x86 ~x86-fbsd" IUSE="" DEPEND="virtual/ruby" USE_RUBY="any" |