From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4330813835A for ; Sat, 3 Apr 2021 23:07:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E6D4CE088A; Sat, 3 Apr 2021 23:07:44 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CDBC9E088A for ; Sat, 3 Apr 2021 23:07:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D8C58340C40 for ; Sat, 3 Apr 2021 23:07:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C3AFB640 for ; Sat, 3 Apr 2021 23:07:40 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1617490031.191bbf07359092476c45d912ee55e5ebe8578627.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/quazip/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/quazip/quazip-0.9.1.ebuild dev-libs/quazip/quazip-1.1-r1.ebuild X-VCS-Directories: dev-libs/quazip/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 191bbf07359092476c45d912ee55e5ebe8578627 X-VCS-Branch: master Date: Sat, 3 Apr 2021 23:07:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 20a42a5d-4b67-4db5-9667-4cfb33773abf X-Archives-Hash: 3f7cc83ea57cd698c01fc594155d5393 commit: 191bbf07359092476c45d912ee55e5ebe8578627 Author: Sam James gentoo org> AuthorDate: Sat Apr 3 22:47:11 2021 +0000 Commit: Sam James gentoo 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 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 }