commit:     fbb1139d8010a040a58de4f0717fe685fe370c10
Author:     Guilherme Amadio <amadio <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 19 10:05:26 2018 +0000
Commit:     Guilherme Amadio <amadio <AT> gentoo <DOT> org>
CommitDate: Thu Nov 15 13:55:07 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbb1139d

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 <AT> gentoo.org>

 dev-libs/vc/vc-1.3.0.ebuild | 6 +++---
 1 file 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 3f8ec13e4bc..36f0890c4ff 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
 }

Reply via email to