diff options
author | Hans de Graaff <graaff@gentoo.org> | 2016-12-29 09:06:21 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2016-12-29 14:05:26 +0100 |
commit | 1a6f882a8b621be220a0b74e8434941fe572665d (patch) | |
tree | efb4416e13af577818a5afa5b51596341d160cf0 /dev-ruby/activejob | |
parent | dev-ruby/actionview: drop ~ppc, keywording timeout (diff) | |
download | gentoo-1a6f882a8b621be220a0b74e8434941fe572665d.tar.gz gentoo-1a6f882a8b621be220a0b74e8434941fe572665d.tar.bz2 gentoo-1a6f882a8b621be220a0b74e8434941fe572665d.zip |
dev-ruby/activejob: drop ~ppc, keywording timeout
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-ruby/activejob')
-rw-r--r-- | dev-ruby/activejob/activejob-4.2.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/activejob/activejob-4.2.6.ebuild b/dev-ruby/activejob/activejob-4.2.6.ebuild index e0406d24262e..212b047752c7 100644 --- a/dev-ruby/activejob/activejob-4.2.6.ebuild +++ b/dev-ruby/activejob/activejob-4.2.6.ebuild @@ -20,7 +20,7 @@ SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz LICENSE="MIT" SLOT="$(get_version_component_range 1-2)" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux" +KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-linux" IUSE="" RUBY_S="rails-${PV}/${PN}" |