diff options
author | Naohiro Aota <naota@gentoo.org> | 2012-03-08 01:19:43 +0000 |
---|---|---|
committer | Naohiro Aota <naota@gentoo.org> | 2012-03-08 01:19:43 +0000 |
commit | 6edabc40e7853626284a1e9477f763e8313ff8aa (patch) | |
tree | 8ddd1ed9ad88d1963fa0a99e3fb68e78732aab0f /dev-ruby/awesome_print/awesome_print-1.0.1.ebuild | |
parent | Switch to EAPI=4 so we don't have to depend on a newer sys-libs/zlib for the ... (diff) | |
download | historical-6edabc40e7853626284a1e9477f763e8313ff8aa.tar.gz historical-6edabc40e7853626284a1e9477f763e8313ff8aa.tar.bz2 historical-6edabc40e7853626284a1e9477f763e8313ff8aa.zip |
Add ~x86-fbsd.
Package-Manager: portage-2.2.0_alpha90/cvs/Linux x86_64
Diffstat (limited to 'dev-ruby/awesome_print/awesome_print-1.0.1.ebuild')
-rw-r--r-- | dev-ruby/awesome_print/awesome_print-1.0.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-ruby/awesome_print/awesome_print-1.0.1.ebuild b/dev-ruby/awesome_print/awesome_print-1.0.1.ebuild index d5ce58268c52..adcdbfe07399 100644 --- a/dev-ruby/awesome_print/awesome_print-1.0.1.ebuild +++ b/dev-ruby/awesome_print/awesome_print-1.0.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/awesome_print/awesome_print-1.0.1.ebuild,v 1.1 2011/12/10 15:33:02 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/awesome_print/awesome_print-1.0.1.ebuild,v 1.2 2012/03/08 01:18:00 naota Exp $ EAPI=2 USE_RUBY="ruby18 ruby19 ree18 jruby" @@ -16,7 +16,7 @@ DESCRIPTION="Ruby library that pretty prints Ruby objects in full color with pro HOMEPAGE="http://github.com/michaeldv/awesome_print" LICENSE="MIT" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~x86 ~x86-fbsd" SLOT="0" IUSE="" |