diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-05-20 18:02:46 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-05-20 19:42:48 +0200 |
commit | 7f37f13b22fa31e18552e0b94e521af8407d38ae (patch) | |
tree | 7cfd3223b8f57d51c9bedcc06a6a7762b916cd7f /x11-misc | |
parent | x11-misc/kaqaz: EAPI-7 bump (diff) | |
download | gentoo-7f37f13b22fa31e18552e0b94e521af8407d38ae.tar.gz gentoo-7f37f13b22fa31e18552e0b94e521af8407d38ae.tar.bz2 gentoo-7f37f13b22fa31e18552e0b94e521af8407d38ae.zip |
x11-misc/qarma: EAPI-7 bump, one line per DEPEND
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/qarma/qarma-1.ebuild | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/x11-misc/qarma/qarma-1.ebuild b/x11-misc/qarma/qarma-1.ebuild index e1c4f05d258e..941c13cbebca 100644 --- a/x11-misc/qarma/qarma-1.ebuild +++ b/x11-misc/qarma/qarma-1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit qmake-utils @@ -14,7 +14,11 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND="dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5" +DEPEND=" + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + dev-qt/qtx11extras:5" RDEPEND="${DEPEND}" S="${WORKDIR}/${PN}-t${PV}" |