summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2017-10-07 11:24:27 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2017-10-07 11:25:33 +0200
commit1fdb0bcfc939df9627bb06171b8ca58a8d67dfdb (patch)
tree6db9d70eee61ef7bf609138a5b7f564a46019d24 /sci-electronics/klayout/klayout-9999.ebuild
parentapp-crypt/aespipe: version bump (diff)
downloadgentoo-1fdb0bcfc939df9627bb06171b8ca58a8d67dfdb.tar.gz
gentoo-1fdb0bcfc939df9627bb06171b8ca58a8d67dfdb.tar.bz2
gentoo-1fdb0bcfc939df9627bb06171b8ca58a8d67dfdb.zip
sci-electronics/klayout: Simplify; remove upstreamed patch
Package-Manager: Portage-2.3.11, Repoman-2.3.3
Diffstat (limited to 'sci-electronics/klayout/klayout-9999.ebuild')
-rw-r--r--sci-electronics/klayout/klayout-9999.ebuild9
1 files changed, 1 insertions, 8 deletions
diff --git a/sci-electronics/klayout/klayout-9999.ebuild b/sci-electronics/klayout/klayout-9999.ebuild
index c7e32ad87f9e..d6a39fafedfe 100644
--- a/sci-electronics/klayout/klayout-9999.ebuild
+++ b/sci-electronics/klayout/klayout-9999.ebuild
@@ -37,10 +37,6 @@ RDEPEND="
"
DEPEND="${RDEPEND}"
-PATCHES=(
- "${FILESDIR}/${PN}-9999-expert.patch"
-)
-
pkg_setup() {
python-single-r1_pkg_setup
ruby-ng_pkg_setup
@@ -61,10 +57,7 @@ each_ruby_configure() {
-option "${MAKEOPTS}" \
-with-qtbinding \
-without-64bit-coord \
- -qt5 \
- -qtbin /usr/lib64/qt5/bin \
- -qtinc /usr/include/qt5 \
- -qtlib "/usr/$(get_libdir)/qt5" || die "Configuration failed"
+ -qt5 || die "Configuration failed"
}
each_ruby_compile() {