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, 09 Feb 2017 12:51:05
Message-Id: 1486644336.04efb62898f016ffc1d8c1c100bc5f806140d12a.amadio@gentoo
1 commit: 04efb62898f016ffc1d8c1c100bc5f806140d12a
2 Author: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 9 12:44:53 2017 +0000
4 Commit: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 9 12:45:36 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04efb628
7
8 dev-libs/vc: add ~x64-macos keyword
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-libs/vc/vc-1.2.0.ebuild | 4 ++--
13 dev-libs/vc/vc-1.3.0.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-libs/vc/vc-1.2.0.ebuild b/dev-libs/vc/vc-1.2.0.ebuild
17 index 7bf048a501..7855ff7949 100644
18 --- a/dev-libs/vc/vc-1.2.0.ebuild
19 +++ b/dev-libs/vc/vc-1.2.0.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 @@ -18,7 +18,7 @@ SRC_URI+="https://github.com/VcDevel/Vc/archive/${PV}.tar.gz -> ${P}.tar.gz"
27
28 LICENSE="LGPL-3"
29 SLOT="0"
30 -KEYWORDS="~amd64 ~amd64-linux ~x86 ~x86-linux"
31 +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos"
32 IUSE="test"
33
34 src_unpack() {
35
36 diff --git a/dev-libs/vc/vc-1.3.0.ebuild b/dev-libs/vc/vc-1.3.0.ebuild
37 index 7bf048a501..7855ff7949 100644
38 --- a/dev-libs/vc/vc-1.3.0.ebuild
39 +++ b/dev-libs/vc/vc-1.3.0.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 1999-2016 Gentoo Foundation
42 +# Copyright 1999-2017 Gentoo Foundation
43 # Distributed under the terms of the GNU General Public License v2
44 # $Id$
45
46 @@ -18,7 +18,7 @@ SRC_URI+="https://github.com/VcDevel/Vc/archive/${PV}.tar.gz -> ${P}.tar.gz"
47
48 LICENSE="LGPL-3"
49 SLOT="0"
50 -KEYWORDS="~amd64 ~amd64-linux ~x86 ~x86-linux"
51 +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos"
52 IUSE="test"
53
54 src_unpack() {