summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-01-25 15:25:39 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-01-25 17:43:06 +0100
commitf8f85e088286dbf1fbcfe62400d56c4402b58555 (patch)
tree60b767e8019baef6e675e63e31c72e7fb631f1e5
parentsci-electronics/klayout: Switch to ruby23, add missing Qt5 deps (diff)
downloadgentoo-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
-rw-r--r--sci-electronics/klayout/klayout-0.25-r1.ebuild2
-rw-r--r--sci-electronics/klayout/klayout-9999.ebuild2
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"