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 789D913934E for ; Mon, 26 Jul 2021 14:05:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6DEDEE091C; Mon, 26 Jul 2021 14:05:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 536CCE091C for ; Mon, 26 Jul 2021 14:05:40 +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 154DC342A3C for ; Mon, 26 Jul 2021 14:05:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7E112842 for ; Mon, 26 Jul 2021 14:05:37 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1627176330.a97394e1e546f17a3cb310a86761d0efdad2181e.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-libs/properties-cpp/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-libs/properties-cpp/properties-cpp-0.0.2-r1.ebuild dev-libs/properties-cpp/properties-cpp-0.0.2.ebuild X-VCS-Directories: dev-libs/properties-cpp/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: a97394e1e546f17a3cb310a86761d0efdad2181e X-VCS-Branch: master Date: Mon, 26 Jul 2021 14:05:37 +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: 1320271b-3af9-41f2-9e1f-bf59d11f0ce3 X-Archives-Hash: 3035e6bd9c892ef2ab35780d0a75336b commit: a97394e1e546f17a3cb310a86761d0efdad2181e Author: Gerben Jan Dijkman gjdwebserver nl> AuthorDate: Sun Jul 25 01:25:30 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Sun Jul 25 01:25:30 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a97394e1 dev-libs/properties-cpp: Dropped test USE flag since it breaks Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Gerben jan Dijkman gjdwebserver.nl> ...properties-cpp-0.0.2-r1.ebuild => properties-cpp-0.0.2.ebuild} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-libs/properties-cpp/properties-cpp-0.0.2-r1.ebuild b/dev-libs/properties-cpp/properties-cpp-0.0.2.ebuild similarity index 88% rename from dev-libs/properties-cpp/properties-cpp-0.0.2-r1.ebuild rename to dev-libs/properties-cpp/properties-cpp-0.0.2.ebuild index ce77b9352..23f3e7548 100644 --- a/dev-libs/properties-cpp/properties-cpp-0.0.2-r1.ebuild +++ b/dev-libs/properties-cpp/properties-cpp-0.0.2.ebuild @@ -18,12 +18,12 @@ SRC_URI="https://launchpad.net/ubuntu/+archive/primary/+files/${PN}_${MY_PV}.ori LICENSE="LGPL-3" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="doc test" -RESTRICT="!test? ( test ) mirror" +IUSE="doc" +RESTRICT="mirror" -DEPEND="dev-libs/boost +DEPEND=" + dev-libs/boost doc? ( app-doc/doxygen ) - test? ( >=dev-cpp/gtest-1.8.1 ) " S="${WORKDIR}/${MY_P}"