Gentoo Archives: gentoo-commits

From: Guilherme Amadio <amadio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/vc/
Date: Thu, 15 Nov 2018 13:57:54
Message-Id: 1542290107.fbb1139d8010a040a58de4f0717fe685fe370c10.amadio@gentoo
1 commit: fbb1139d8010a040a58de4f0717fe685fe370c10
2 Author: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 19 10:05:26 2018 +0000
4 Commit: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 15 13:55:07 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbb1139d
7
8 dev-libs/vc: move stable ebuild to EAPI 6
9
10 Package-Manager: Portage-2.3.51, Repoman-2.3.11
11 Signed-off-by: Guilherme Amadio <amadio <AT> gentoo.org>
12
13 dev-libs/vc/vc-1.3.0.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-libs/vc/vc-1.3.0.ebuild b/dev-libs/vc/vc-1.3.0.ebuild
17 index 3f8ec13e4bc..36f0890c4ff 100644
18 --- a/dev-libs/vc/vc-1.3.0.ebuild
19 +++ b/dev-libs/vc/vc-1.3.0.ebuild
20 @@ -1,7 +1,7 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=5
26 +EAPI=6
27
28 inherit cmake-utils
29
30 @@ -33,7 +33,7 @@ src_unpack() {
31
32 src_configure() {
33 local mycmakeargs=(
34 - $(cmake-utils_use_build test)
35 + -DBUILD_TESTING=$(usex test)
36 )
37 cmake-utils_src_configure
38 }