commit: 191bbf07359092476c45d912ee55e5ebe8578627 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Apr 3 22:47:11 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Apr 3 22:47:11 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=191bbf07
dev-libs/quazip: flag-o-matic-- Signed-off-by: Sam James <sam <AT> gentoo.org> dev-libs/quazip/quazip-0.9.1.ebuild | 5 ++--- dev-libs/quazip/quazip-1.1-r1.ebuild | 3 ++- 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 e1cde21e0b7..cec7a955d1d 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 6a18b5ce23e..a5077d44ea3 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 }
