diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-12-25 17:17:30 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-12-25 17:17:30 +0100 |
commit | cce2f06f557b7d9c53f1f029be9fdc40ae1a2014 (patch) | |
tree | 11988487f3420c51dadb0073f7e45652e45c4ffc /x11-misc | |
parent | games-emulation/higan: Drop superfluous qmake-utils (diff) | |
download | gentoo-cce2f06f557b7d9c53f1f029be9fdc40ae1a2014.tar.gz gentoo-cce2f06f557b7d9c53f1f029be9fdc40ae1a2014.tar.bz2 gentoo-cce2f06f557b7d9c53f1f029be9fdc40ae1a2014.zip |
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 <asturm@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/urxvtconfig/urxvtconfig-1.0-r1.ebuild | 17 |
1 files 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 |