From cce2f06f557b7d9c53f1f029be9fdc40ae1a2014 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Fri, 25 Dec 2020 17:17:30 +0100 Subject: x11-misc/urxvtconfig: EAPI-7 bump Bug: https://bugs.gentoo.org/750023 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner --- x11-misc/urxvtconfig/urxvtconfig-1.0-r1.ebuild | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/x11-misc/urxvtconfig/urxvtconfig-1.0-r1.ebuild b/x11-misc/urxvtconfig/urxvtconfig-1.0-r1.ebuild index 52577904a6b7..a913d75590fd 100644 --- a/x11-misc/urxvtconfig/urxvtconfig-1.0-r1.ebuild +++ b/x11-misc/urxvtconfig/urxvtconfig-1.0-r1.ebuild @@ -1,19 +1,18 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 - -inherit qmake-utils +EAPI=7 MY_PN=URXVTConfig +inherit qmake-utils DESCRIPTION="GUI configuration tool for the rxvt-unicode terminal emulator" HOMEPAGE="https://github.com/daedreth/URXVTConfig" SRC_URI="https://github.com/daedreth/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" -KEYWORDS="~amd64 ~x86" -SLOT="0" LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" S="${WORKDIR}/${MY_PN}-${PV}" @@ -24,11 +23,13 @@ RDEPEND=" dev-qt/qtsingleapplication[X,qt5(+)] dev-qt/qtwidgets:5 dev-qt/qtxml:5 - x11-terms/rxvt-unicode[xft]" + x11-terms/rxvt-unicode[xft] +" DEPEND="${RDEPEND} media-gfx/imagemagick + media-libs/fontconfig x11-libs/libXft - media-libs/fontconfig" +" src_configure() { eqmake5 source/URXVTConfig.pro -- cgit v1.2.3-65-gdbad