diff options
author | Sam James <sam@gentoo.org> | 2021-04-03 22:50:41 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-03 22:50:41 +0000 |
commit | e6cef39ef658b97ae598d7696e0091342b624282 (patch) | |
tree | 8edf6c0055198ec6fa96623b6bafac9ebd54f07a /dev-libs/qqwing | |
parent | dev-libs/stfl: eutils--, multilib-- (diff) | |
download | gentoo-e6cef39ef658b97ae598d7696e0091342b624282.tar.gz gentoo-e6cef39ef658b97ae598d7696e0091342b624282.tar.bz2 gentoo-e6cef39ef658b97ae598d7696e0091342b624282.zip |
dev-libs/qqwing: eutils->epatch, eutils--
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/qqwing')
-rw-r--r-- | dev-libs/qqwing/qqwing-1.3.3.ebuild | 8 | ||||
-rw-r--r-- | dev-libs/qqwing/qqwing-1.3.4.ebuild | 8 |
2 files changed, 4 insertions, 12 deletions
diff --git a/dev-libs/qqwing/qqwing-1.3.3.ebuild b/dev-libs/qqwing/qqwing-1.3.3.ebuild index f9527626400d..8755e040c441 100644 --- a/dev-libs/qqwing/qqwing-1.3.3.ebuild +++ b/dev-libs/qqwing/qqwing-1.3.3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit autotools eutils +inherit autotools epatch DESCRIPTION="Sudoku puzzle generator and solver" HOMEPAGE="https://qqwing.com" @@ -12,10 +12,6 @@ SRC_URI="https://github.com/stephenostermiller/${PN}/archive/v${PV}.tar.gz -> ${ LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 arm x86" -IUSE="" - -RDEPEND="" -DEPEND="${RDEPEND}" src_prepare() { # Make autotools work out of the box diff --git a/dev-libs/qqwing/qqwing-1.3.4.ebuild b/dev-libs/qqwing/qqwing-1.3.4.ebuild index 30b47aeb2c3b..ccd031c7ed29 100644 --- a/dev-libs/qqwing/qqwing-1.3.4.ebuild +++ b/dev-libs/qqwing/qqwing-1.3.4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils ltprune +inherit ltprune DESCRIPTION="Sudoku puzzle generator and solver" HOMEPAGE="https://qqwing.com" @@ -12,10 +12,6 @@ SRC_URI="https://qqwing.com/${P}.tar.gz" LICENSE="GPL-2+" SLOT="0/2" KEYWORDS="amd64 arm ~arm64 x86" -IUSE="" - -RDEPEND="" -DEPEND="${RDEPEND}" src_install() { default |