summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-03 22:47:11 +0000
committerSam James <sam@gentoo.org>2021-04-03 22:47:11 +0000
commit191bbf07359092476c45d912ee55e5ebe8578627 (patch)
treedd66332008eaf3efd030635bed6310b6b4df0ca3 /dev-libs
parentdev-libs/tvmet: eutils->epatch (diff)
downloadgentoo-191bbf07359092476c45d912ee55e5ebe8578627.tar.gz
gentoo-191bbf07359092476c45d912ee55e5ebe8578627.tar.bz2
gentoo-191bbf07359092476c45d912ee55e5ebe8578627.zip
dev-libs/quazip: flag-o-matic--
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/quazip/quazip-0.9.1.ebuild5
-rw-r--r--dev-libs/quazip/quazip-1.1-r1.ebuild3
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-libs/quazip/quazip-0.9.1.ebuild b/dev-libs/quazip/quazip-0.9.1.ebuild
index e1cde21e0b7f..cec7a955d1d5 100644
--- a/dev-libs/quazip/quazip-0.9.1.ebuild
+++ b/dev-libs/quazip/quazip-0.9.1.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=7
-inherit cmake flag-o-matic qmake-utils
+inherit cmake qmake-utils
DESCRIPTION="Simple C++ wrapper over Gilles Vollant's ZIP/UNZIP package"
HOMEPAGE="https://stachenov.github.io/quazip/"
@@ -12,7 +12,6 @@ SRC_URI="https://github.com/stachenov/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
LICENSE="LGPL-2.1-with-linking-exception"
SLOT="0"
KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 x86 ~amd64-linux ~x86-linux"
-IUSE=""
RDEPEND="
dev-qt/qtcore:5
diff --git a/dev-libs/quazip/quazip-1.1-r1.ebuild b/dev-libs/quazip/quazip-1.1-r1.ebuild
index 6a18b5ce23ed..a5077d44ea3d 100644
--- a/dev-libs/quazip/quazip-1.1-r1.ebuild
+++ b/dev-libs/quazip/quazip-1.1-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit cmake flag-o-matic
+inherit cmake
DESCRIPTION="Simple C++ wrapper over Gilles Vollant's ZIP/UNZIP package"
HOMEPAGE="https://stachenov.github.io/quazip/"
@@ -37,6 +37,7 @@ src_configure() {
-DQUAZIP_QT_MAJOR_VERSION=5
-DBUILD_TESTING=$(usex test)
)
+
cmake_src_configure
}