diff options
author | 0xd34df00d <0xd34df00d@gmail.com> | 2020-04-18 19:41:37 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-05-06 14:50:54 +0300 |
commit | f77163004ba864fb69ec47de84ac89d952c13bc5 (patch) | |
tree | 85a5fdd98f2536d3199f34823014d9368c42c207 /app-leechcraft | |
parent | app-leechcraft/lc-popishu: bump EAPI, update deps (diff) | |
download | gentoo-f77163004ba864fb69ec47de84ac89d952c13bc5.tar.gz gentoo-f77163004ba864fb69ec47de84ac89d952c13bc5.tar.bz2 gentoo-f77163004ba864fb69ec47de84ac89d952c13bc5.zip |
app-leechcraft/lc-rosenthal: bump EAPI, fix deps
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Georg Rudoy <0xd34df00d@gmail.com>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-leechcraft')
-rw-r--r-- | app-leechcraft/lc-rosenthal/lc-rosenthal-9999.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-leechcraft/lc-rosenthal/lc-rosenthal-9999.ebuild b/app-leechcraft/lc-rosenthal/lc-rosenthal-9999.ebuild index ca903e3958e9..52c22d03a337 100644 --- a/app-leechcraft/lc-rosenthal/lc-rosenthal-9999.ebuild +++ b/app-leechcraft/lc-rosenthal/lc-rosenthal-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit leechcraft @@ -12,6 +12,6 @@ KEYWORDS="" IUSE="debug" DEPEND="~app-leechcraft/lc-core-${PV} - dev-qt/qtgui:5 - app-text/hunspell" + app-text/hunspell:= +" RDEPEND="${DEPEND}" |