summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuilherme Amadio <amadio@gentoo.org>2018-10-19 12:05:26 +0200
committerGuilherme Amadio <amadio@gentoo.org>2018-11-15 14:55:07 +0100
commitfbb1139d8010a040a58de4f0717fe685fe370c10 (patch)
tree0b17ff158461d93cdf67f7a6967bac8a54f37c79 /dev-libs/vc
parentdev-libs/vc: drop old versions (diff)
downloadgentoo-fbb1139d8010a040a58de4f0717fe685fe370c10.tar.gz
gentoo-fbb1139d8010a040a58de4f0717fe685fe370c10.tar.bz2
gentoo-fbb1139d8010a040a58de4f0717fe685fe370c10.zip
dev-libs/vc: move stable ebuild to EAPI 6
Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
Diffstat (limited to 'dev-libs/vc')
-rw-r--r--dev-libs/vc/vc-1.3.0.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/vc/vc-1.3.0.ebuild b/dev-libs/vc/vc-1.3.0.ebuild
index 3f8ec13e4bc9..36f0890c4fff 100644
--- a/dev-libs/vc/vc-1.3.0.ebuild
+++ b/dev-libs/vc/vc-1.3.0.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=6
inherit cmake-utils
@@ -33,7 +33,7 @@ src_unpack() {
src_configure() {
local mycmakeargs=(
- $(cmake-utils_use_build test)
+ -DBUILD_TESTING=$(usex test)
)
cmake-utils_src_configure
}