diff options
author | Hans de Graaff <graaff@gentoo.org> | 2018-01-22 21:24:02 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2018-01-22 21:24:51 +0100 |
commit | aef5d6f87bb052e60c6fc5b790d264f45e76b803 (patch) | |
tree | c811f7b1b0bf7150dd79fa37c5b687a105ce9049 /dev-libs | |
parent | dev-ruby/hiera-eyaml: cleanup (diff) | |
download | gentoo-aef5d6f87bb052e60c6fc5b790d264f45e76b803.tar.gz gentoo-aef5d6f87bb052e60c6fc5b790d264f45e76b803.tar.bz2 gentoo-aef5d6f87bb052e60c6fc5b790d264f45e76b803.zip |
dev-libs/leatherman: remove USE_RUBY, no-op due to lack of ruby eclasses
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/leatherman/leatherman-0.10.1.ebuild | 1 | ||||
-rw-r--r-- | dev-libs/leatherman/leatherman-1.2.1.ebuild | 3 | ||||
-rw-r--r-- | dev-libs/leatherman/leatherman-1.2.2.ebuild | 3 | ||||
-rw-r--r-- | dev-libs/leatherman/leatherman-1.3.0-r1.ebuild | 3 | ||||
-rw-r--r-- | dev-libs/leatherman/leatherman-1.3.0.ebuild | 1 |
5 files changed, 3 insertions, 8 deletions
diff --git a/dev-libs/leatherman/leatherman-0.10.1.ebuild b/dev-libs/leatherman/leatherman-0.10.1.ebuild index 0e0d397509cb..a195f2e99708 100644 --- a/dev-libs/leatherman/leatherman-0.10.1.ebuild +++ b/dev-libs/leatherman/leatherman-0.10.1.ebuild @@ -2,7 +2,6 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -USE_RUBY="ruby21 ruby22" inherit cmake-utils multilib diff --git a/dev-libs/leatherman/leatherman-1.2.1.ebuild b/dev-libs/leatherman/leatherman-1.2.1.ebuild index 3447ad21eb30..2b3ec0032cfd 100644 --- a/dev-libs/leatherman/leatherman-1.2.1.ebuild +++ b/dev-libs/leatherman/leatherman-1.2.1.ebuild @@ -1,8 +1,7 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -USE_RUBY="ruby21 ruby22" inherit cmake-utils multilib diff --git a/dev-libs/leatherman/leatherman-1.2.2.ebuild b/dev-libs/leatherman/leatherman-1.2.2.ebuild index 71062c83c1c4..c166cb33d18e 100644 --- a/dev-libs/leatherman/leatherman-1.2.2.ebuild +++ b/dev-libs/leatherman/leatherman-1.2.2.ebuild @@ -1,8 +1,7 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -USE_RUBY="ruby21 ruby22" inherit cmake-utils multilib diff --git a/dev-libs/leatherman/leatherman-1.3.0-r1.ebuild b/dev-libs/leatherman/leatherman-1.3.0-r1.ebuild index a38cf2698c5a..dd10169b1741 100644 --- a/dev-libs/leatherman/leatherman-1.3.0-r1.ebuild +++ b/dev-libs/leatherman/leatherman-1.3.0-r1.ebuild @@ -1,8 +1,7 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -USE_RUBY="ruby21 ruby22" inherit cmake-utils multilib diff --git a/dev-libs/leatherman/leatherman-1.3.0.ebuild b/dev-libs/leatherman/leatherman-1.3.0.ebuild index aeb7a947daad..c1a8c29ae1c1 100644 --- a/dev-libs/leatherman/leatherman-1.3.0.ebuild +++ b/dev-libs/leatherman/leatherman-1.3.0.ebuild @@ -2,7 +2,6 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -USE_RUBY="ruby21 ruby22" inherit cmake-utils multilib |