diff options
author | Hans de Graaff <graaff@gentoo.org> | 2016-12-03 08:35:20 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2016-12-03 08:36:28 +0100 |
commit | bc4990cb45589d4288008bd505e0ca9b4e2c787a (patch) | |
tree | 8e37e13108a46cd0ba465ff3103ebd4aa140b9c6 /sci-electronics | |
parent | app-misc/neofetch: support Prefix. (diff) | |
download | gentoo-bc4990cb45589d4288008bd505e0ca9b4e2c787a.tar.gz gentoo-bc4990cb45589d4288008bd505e0ca9b4e2c787a.tar.bz2 gentoo-bc4990cb45589d4288008bd505e0ca9b4e2c787a.zip |
sci-electronics/klayout: use ruby21, bug 589420; add missing designer dependency
Package-Manager: portage-2.3.0
Diffstat (limited to 'sci-electronics')
-rw-r--r-- | sci-electronics/klayout/klayout-0.23.10.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sci-electronics/klayout/klayout-0.23.10.ebuild b/sci-electronics/klayout/klayout-0.23.10.ebuild index 6f143c744b55..df07ce19519d 100644 --- a/sci-electronics/klayout/klayout-0.23.10.ebuild +++ b/sci-electronics/klayout/klayout-0.23.10.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -USE_RUBY="ruby20" +USE_RUBY="ruby21" # note: define maximally ONE implementation here RUBY_OPTIONAL=no @@ -20,6 +20,7 @@ KEYWORDS="amd64 x86" IUSE="" RDEPEND=" + dev-qt/designer:4 dev-qt/qtgui:4[qt3support] $(ruby_implementations_depend) " |