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: Wed, 08 May 2019 08:45:27
Message-Id: 1557305047.0a6edf54c6732cb2b19ece30fd9ebde8f159a06e.amadio@gentoo
1 commit: 0a6edf54c6732cb2b19ece30fd9ebde8f159a06e
2 Author: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 8 08:43:14 2019 +0000
4 Commit: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
5 CommitDate: Wed May 8 08:44:07 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a6edf54
7
8 dev-libs/vc: stabilize 1.4.1 for amd64 and x86
9
10 Closes: https://bugs.gentoo.org/658138
11 Package-Manager: Portage-2.3.66, Repoman-2.3.12
12 Signed-off-by: Guilherme Amadio <amadio <AT> gentoo.org>
13
14 dev-libs/vc/vc-1.4.1.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-libs/vc/vc-1.4.1.ebuild b/dev-libs/vc/vc-1.4.1.ebuild
18 index c46a6c1dd52..007dec1ebb5 100644
19 --- a/dev-libs/vc/vc-1.4.1.ebuild
20 +++ b/dev-libs/vc/vc-1.4.1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Authors
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/VcDevel/Vc/archive/${PV}.tar.gz -> ${P}.tar.gz"
28
29 LICENSE="LGPL-3"
30 SLOT="0"
31 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos"
32 +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~x64-macos"
33
34 src_unpack() {
35 default_src_unpack