commit: a97394e1e546f17a3cb310a86761d0efdad2181e Author: Gerben Jan Dijkman <gjdijkman <AT> gjdwebserver <DOT> nl> AuthorDate: Sun Jul 25 01:25:30 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> 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 <gjdijkman <AT> 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}"
