diff options
author | 0xd34df00d <0xd34df00d@gmail.com> | 2020-04-17 19:39:11 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-05-06 14:50:50 +0300 |
commit | e8071ebbfc5b216c0b1a41290c7aa3fef11c783f (patch) | |
tree | ee84cf8ab0ca43341b62a312a2f728ebb4d2f407 /app-leechcraft | |
parent | app-leechcraft/lc-lhtr: bump EAPI=7 (diff) | |
download | gentoo-e8071ebbfc5b216c0b1a41290c7aa3fef11c783f.tar.gz gentoo-e8071ebbfc5b216c0b1a41290c7aa3fef11c783f.tar.bz2 gentoo-e8071ebbfc5b216c0b1a41290c7aa3fef11c783f.zip |
app-leechcraft/lc-krigstask: bump EAPI=7
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-krigstask/lc-krigstask-9999.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-leechcraft/lc-krigstask/lc-krigstask-9999.ebuild b/app-leechcraft/lc-krigstask/lc-krigstask-9999.ebuild index 534f2aa8d3c4..9394370a04e3 100644 --- a/app-leechcraft/lc-krigstask/lc-krigstask-9999.ebuild +++ b/app-leechcraft/lc-krigstask/lc-krigstask-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,9 +12,9 @@ KEYWORDS="" IUSE="debug" DEPEND="~app-leechcraft/lc-core-${PV} - x11-libs/libXcomposite - dev-qt/qtwidgets:5 dev-qt/qtdeclarative:5 + dev-qt/qtwidgets:5 + x11-libs/libXcomposite " RDEPEND="${DEPEND} ~virtual/leechcraft-quark-sideprovider-${PV}" |