diff options
author | Davide Pesavento <pesa@gentoo.org> | 2018-03-04 22:05:30 +0100 |
---|---|---|
committer | Davide Pesavento <pesa@gentoo.org> | 2018-03-04 23:15:56 +0100 |
commit | ad1a6a6f7c20ad54ee943b9da8124e78009f9e9b (patch) | |
tree | 91a68e2535995530aa71321b1e3353acbfd651fe /app-leechcraft | |
parent | dev-lisp/asdf: Updates gentoo-init dependency (diff) | |
download | gentoo-ad1a6a6f7c20ad54ee943b9da8124e78009f9e9b.tar.gz gentoo-ad1a6a6f7c20ad54ee943b9da8124e78009f9e9b.tar.bz2 gentoo-ad1a6a6f7c20ad54ee943b9da8124e78009f9e9b.zip |
app-leechcraft/lc-popishu: add (+) default on qscintilla[qt5] dep
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'app-leechcraft')
-rw-r--r-- | app-leechcraft/lc-popishu/lc-popishu-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-leechcraft/lc-popishu/lc-popishu-9999.ebuild b/app-leechcraft/lc-popishu/lc-popishu-9999.ebuild index 1940b99df1a9..61a9d3e4cd30 100644 --- a/app-leechcraft/lc-popishu/lc-popishu-9999.ebuild +++ b/app-leechcraft/lc-popishu/lc-popishu-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,5 +12,5 @@ KEYWORDS="" IUSE="debug" DEPEND="~app-leechcraft/lc-core-${PV} - x11-libs/qscintilla[qt5]" + x11-libs/qscintilla[qt5(+)]" RDEPEND="${DEPEND}" |