summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/qqwing')
-rw-r--r--dev-libs/qqwing/qqwing-1.3.3.ebuild8
-rw-r--r--dev-libs/qqwing/qqwing-1.3.4.ebuild8
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