summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2017-12-28 12:42:29 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2017-12-28 12:42:50 +0100
commit20efdba7b39f8f8c6cc136bd314e2c5beb09cac3 (patch)
tree85a39d08f700dd0f519782b59083df4f7d34965c /sci-electronics/klayout/klayout-0.25.ebuild
parentdev-util/eric: Switch to TLS in HOMEPAGE (no revbump). (diff)
downloadgentoo-20efdba7b39f8f8c6cc136bd314e2c5beb09cac3.tar.gz
gentoo-20efdba7b39f8f8c6cc136bd314e2c5beb09cac3.tar.bz2
gentoo-20efdba7b39f8f8c6cc136bd314e2c5beb09cac3.zip
sci-electronics/klayout: Add one more patch, restore keywords.
See also: https://github.com/klayoutmatthias/klayout/issues/47 https://github.com/klayoutmatthias/klayout/commit/28ff493de71cbafa38e214b75dd6874b0226813f Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'sci-electronics/klayout/klayout-0.25.ebuild')
-rw-r--r--sci-electronics/klayout/klayout-0.25.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/sci-electronics/klayout/klayout-0.25.ebuild b/sci-electronics/klayout/klayout-0.25.ebuild
index e3b40dead5b8..a819784c86aa 100644
--- a/sci-electronics/klayout/klayout-0.25.ebuild
+++ b/sci-electronics/klayout/klayout-0.25.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} = 9999* ]]; then
EGIT_CHECKOUT_DIR=${WORKDIR}/all/${P}
else
SRC_URI="http://www.klayout.org/downloads/source/${P}.tar.gz"
-# KEYWORDS="~amd64 ~x86"
+ KEYWORDS="~amd64 ~x86"
fi
DESCRIPTION="Viewer and editor for GDS and OASIS integrated circuit layouts"
@@ -37,7 +37,10 @@ RDEPEND="
"
DEPEND="${RDEPEND}"
-PATCHES=( "${FILESDIR}/${P}-qt58.patch" )
+PATCHES=(
+ "${FILESDIR}/${P}-qt58.patch"
+ "${FILESDIR}/${P}-qt59.patch"
+)
pkg_setup() {
python-single-r1_pkg_setup