diff options
author | Guilherme Amadio <amadio@gentoo.org> | 2019-05-08 10:43:14 +0200 |
---|---|---|
committer | Guilherme Amadio <amadio@gentoo.org> | 2019-05-08 10:44:07 +0200 |
commit | 0a6edf54c6732cb2b19ece30fd9ebde8f159a06e (patch) | |
tree | 175d49b9c58c80712da54a0303585c11b69cb7e0 /dev-libs/vc | |
parent | www-client/vivaldi-snapshot: Old (diff) | |
download | gentoo-0a6edf54c6732cb2b19ece30fd9ebde8f159a06e.tar.gz gentoo-0a6edf54c6732cb2b19ece30fd9ebde8f159a06e.tar.bz2 gentoo-0a6edf54c6732cb2b19ece30fd9ebde8f159a06e.zip |
dev-libs/vc: stabilize 1.4.1 for amd64 and x86
Closes: https://bugs.gentoo.org/658138
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
Diffstat (limited to 'dev-libs/vc')
-rw-r--r-- | dev-libs/vc/vc-1.4.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/vc/vc-1.4.1.ebuild b/dev-libs/vc/vc-1.4.1.ebuild index c46a6c1dd52f..007dec1ebb50 100644 --- a/dev-libs/vc/vc-1.4.1.ebuild +++ b/dev-libs/vc/vc-1.4.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/VcDevel/Vc/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-3" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~x64-macos" src_unpack() { default_src_unpack |