diff options
author | Hans de Graaff <graaff@gentoo.org> | 2021-03-08 09:11:49 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2021-03-08 10:28:55 +0100 |
commit | 0f6ea956c056e7bd87d767d7de4bfaf533c843a8 (patch) | |
tree | d7ae47b6426b0f60fb06cc893440b0a4efbb19be /dev-ruby/thor | |
parent | dev-ruby/net-telnet: cleanup (diff) | |
download | gentoo-0f6ea956c056e7bd87d767d7de4bfaf533c843a8.tar.gz gentoo-0f6ea956c056e7bd87d767d7de4bfaf533c843a8.tar.bz2 gentoo-0f6ea956c056e7bd87d767d7de4bfaf533c843a8.zip |
dev-ruby/thor: amd64 stable
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/thor')
-rw-r--r-- | dev-ruby/thor/thor-0.20.3-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-ruby/thor/thor-1.0.1.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-ruby/thor/thor-0.20.3-r1.ebuild b/dev-ruby/thor/thor-0.20.3-r1.ebuild index 9f90a059b791..2d5e5d26fd83 100644 --- a/dev-ruby/thor/thor-0.20.3-r1.ebuild +++ b/dev-ruby/thor/thor-0.20.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -19,7 +19,7 @@ SRC_URI="https://github.com/erikhuda/${PN}/archive/v${PV}.tar.gz -> ${PN}-git-${ LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux" IUSE="doc" USE_RUBY="ruby23 ruby24 ruby25" ruby_add_bdepend " diff --git a/dev-ruby/thor/thor-1.0.1.ebuild b/dev-ruby/thor/thor-1.0.1.ebuild index f9f87954f5ca..ef4f6652543c 100644 --- a/dev-ruby/thor/thor-1.0.1.ebuild +++ b/dev-ruby/thor/thor-1.0.1.ebuild @@ -18,7 +18,7 @@ SRC_URI="https://github.com/erikhuda/${PN}/archive/v${PV}.tar.gz -> ${PN}-git-${ LICENSE="MIT" SLOT="$(ver_cut 1)" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux" IUSE="doc" USE_RUBY="ruby25 ruby26" ruby_add_bdepend " |