diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2016-10-29 15:48:11 +0200 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2016-10-29 15:48:39 +0200 |
commit | fbd0b04c664c4291a61419b1cd67f59d81c6a324 (patch) | |
tree | 860f62f29545aa2a12870bf4eef7f6c59c9c5409 /dev-ruby/filesize | |
parent | app-text/aspell: Fix USE flag generation with 'de@1901' locale (diff) | |
download | gentoo-fbd0b04c664c4291a61419b1cd67f59d81c6a324.tar.gz gentoo-fbd0b04c664c4291a61419b1cd67f59d81c6a324.tar.bz2 gentoo-fbd0b04c664c4291a61419b1cd67f59d81c6a324.zip |
dev-ruby/filesize: Add ruby23, drop ~x86 keyword
Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-ruby/filesize')
-rw-r--r-- | dev-ruby/filesize/filesize-0.1.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-ruby/filesize/filesize-0.1.1.ebuild b/dev-ruby/filesize/filesize-0.1.1.ebuild index ba00a8b71403..b6555445bf60 100644 --- a/dev-ruby/filesize/filesize-0.1.1.ebuild +++ b/dev-ruby/filesize/filesize-0.1.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -USE_RUBY="ruby20 ruby21 ruby22" +USE_RUBY="ruby20 ruby21 ruby22 ruby23" RUBY_FAKEGEM_RECIPE_TEST="rspec3" @@ -17,5 +17,5 @@ HOMEPAGE="https://github.com/dominikh/filesize" LICENSE="MIT" SLOT="${PV}" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="~amd64 ~arm" IUSE="" |