diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-01-25 15:25:39 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-01-25 17:43:06 +0100 |
commit | f8f85e088286dbf1fbcfe62400d56c4402b58555 (patch) | |
tree | 60b767e8019baef6e675e63e31c72e7fb631f1e5 /sci-electronics | |
parent | sci-electronics/klayout: Switch to ruby23, add missing Qt5 deps (diff) | |
download | gentoo-f8f85e088286dbf1fbcfe62400d56c4402b58555.tar.gz gentoo-f8f85e088286dbf1fbcfe62400d56c4402b58555.tar.bz2 gentoo-f8f85e088286dbf1fbcfe62400d56c4402b58555.zip |
sci-electronics/klayout: Drop unused eutils,multilib eclasses
Package-Manager: Portage-2.3.20, Repoman-2.3.6
Diffstat (limited to 'sci-electronics')
-rw-r--r-- | sci-electronics/klayout/klayout-0.25-r1.ebuild | 2 | ||||
-rw-r--r-- | sci-electronics/klayout/klayout-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sci-electronics/klayout/klayout-0.25-r1.ebuild b/sci-electronics/klayout/klayout-0.25-r1.ebuild index 5d833f38cba2..51dc1cbe5380 100644 --- a/sci-electronics/klayout/klayout-0.25-r1.ebuild +++ b/sci-electronics/klayout/klayout-0.25-r1.ebuild @@ -9,7 +9,7 @@ USE_RUBY="ruby23" PYTHON_COMPAT=( python{2_7,3_{4,5,6}} ) -inherit eutils multilib toolchain-funcs python-single-r1 ruby-ng +inherit toolchain-funcs python-single-r1 ruby-ng if [[ ${PV} = 9999* ]]; then EGIT_REPO_URI="https://github.com/klayoutmatthias/${PN}.git" diff --git a/sci-electronics/klayout/klayout-9999.ebuild b/sci-electronics/klayout/klayout-9999.ebuild index 405eec9ad3cf..7c8f9f187849 100644 --- a/sci-electronics/klayout/klayout-9999.ebuild +++ b/sci-electronics/klayout/klayout-9999.ebuild @@ -9,7 +9,7 @@ USE_RUBY="ruby22" PYTHON_COMPAT=( python{2_7,3_{4,5,6}} ) -inherit eutils multilib toolchain-funcs python-single-r1 ruby-ng +inherit toolchain-funcs python-single-r1 ruby-ng if [[ ${PV} = 9999* ]]; then EGIT_REPO_URI="https://github.com/klayoutmatthias/${PN}.git" |