diff options
author | Hans de Graaff <graaff@gentoo.org> | 2012-01-14 07:18:35 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2012-01-14 07:18:35 +0000 |
commit | 19417c49676e79e6f97576ccda5ecd345c34118c (patch) | |
tree | 177a1272fc19080d45a379e47a001d3d8c5b3682 /dev-ruby/tins | |
parent | Remove old versions. (diff) | |
download | historical-19417c49676e79e6f97576ccda5ecd345c34118c.tar.gz historical-19417c49676e79e6f97576ccda5ecd345c34118c.tar.bz2 historical-19417c49676e79e6f97576ccda5ecd345c34118c.zip |
Add ~hppa since spruz also has that keyword and this is essentially just a new version of that code.
Package-Manager: portage-2.1.10.41/cvs/Linux x86_64
Diffstat (limited to 'dev-ruby/tins')
-rw-r--r-- | dev-ruby/tins/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/tins/tins-0.3.6.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-ruby/tins/ChangeLog b/dev-ruby/tins/ChangeLog index cffec1e93b6e..d98fa8de2b52 100644 --- a/dev-ruby/tins/ChangeLog +++ b/dev-ruby/tins/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/tins -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tins/ChangeLog,v 1.1 2011/12/25 09:59:05 graaff Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tins/ChangeLog,v 1.2 2012/01/14 07:18:35 graaff Exp $ + + 14 Jan 2012; Hans de Graaff <graaff@gentoo.org> tins-0.3.6.ebuild: + Add ~hppa since spruz also has that keyword and this is essentially just a + new version of that code. *tins-0.3.6 (25 Dec 2011) diff --git a/dev-ruby/tins/tins-0.3.6.ebuild b/dev-ruby/tins/tins-0.3.6.ebuild index 930dba223c3d..8c2c19c3f705 100644 --- a/dev-ruby/tins/tins-0.3.6.ebuild +++ b/dev-ruby/tins/tins-0.3.6.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/tins/tins-0.3.6.ebuild,v 1.1 2011/12/25 09:59:05 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tins/tins-0.3.6.ebuild,v 1.2 2012/01/14 07:18:35 graaff Exp $ EAPI=2 USE_RUBY="ruby18 ruby19 ree18 jruby" @@ -17,7 +17,7 @@ HOMEPAGE="http://github.com/flori/spruz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" IUSE="" ruby_add_bdepend "test? ( >=dev-ruby/test-unit-2.3 ) " |