diff options
author | Matt Turner <mattst88@gentoo.org> | 2020-03-17 23:12:09 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2020-03-17 23:12:45 -0700 |
commit | cb050562eb35ca602bc8b2c85b75399228854339 (patch) | |
tree | d754b477aabf84d8c5ac7269251532a3a3f7717c /dev-ruby/rspec-its | |
parent | dev-util/aruba: drop alpha keywords, bug 698080 (diff) | |
download | gentoo-cb050562eb35ca602bc8b2c85b75399228854339.tar.gz gentoo-cb050562eb35ca602bc8b2c85b75399228854339.tar.bz2 gentoo-cb050562eb35ca602bc8b2c85b75399228854339.zip |
dev-ruby/*: drop alpha keywords where possible
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-ruby/rspec-its')
-rw-r--r-- | dev-ruby/rspec-its/rspec-its-1.2.0-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-ruby/rspec-its/rspec-its-1.3.0.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/rspec-its/rspec-its-1.2.0-r1.ebuild b/dev-ruby/rspec-its/rspec-its-1.2.0-r1.ebuild index 266cad6ecefb..6807110bd8c9 100644 --- a/dev-ruby/rspec-its/rspec-its-1.2.0-r1.ebuild +++ b/dev-ruby/rspec-its/rspec-its-1.2.0-r1.ebuild @@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/rspec/rspec-its" LICENSE="MIT" SLOT="1" -KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~ppc ~ppc64 x86" +KEYWORDS="amd64 ~arm ~arm64 hppa ~ia64 ~ppc ~ppc64 x86" IUSE="" ruby_add_rdepend ">=dev-ruby/rspec-core-3.0.0 >=dev-ruby/rspec-expectations-3.0.0" diff --git a/dev-ruby/rspec-its/rspec-its-1.3.0.ebuild b/dev-ruby/rspec-its/rspec-its-1.3.0.ebuild index 7f05bd44961c..e13eccf192ee 100644 --- a/dev-ruby/rspec-its/rspec-its-1.3.0.ebuild +++ b/dev-ruby/rspec-its/rspec-its-1.3.0.ebuild @@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/rspec/rspec-its" LICENSE="MIT" SLOT="1" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" IUSE="" ruby_add_rdepend ">=dev-ruby/rspec-core-3.0.0 >=dev-ruby/rspec-expectations-3.0.0" |