diff options
author | Guilherme Amadio <amadio@gentoo.org> | 2024-03-10 10:29:48 +0100 |
---|---|---|
committer | Guilherme Amadio <amadio@gentoo.org> | 2024-03-10 13:16:26 +0100 |
commit | f661310071664fbfc3994418907be067e951b1a5 (patch) | |
tree | 811812fa07011c764accb3f2a9c624fc6665a19f /dev-libs/vc | |
parent | sci-physics/root: webgui option depends on USE=http (diff) | |
download | gentoo-f661310071664fbfc3994418907be067e951b1a5.tar.gz gentoo-f661310071664fbfc3994418907be067e951b1a5.tar.bz2 gentoo-f661310071664fbfc3994418907be067e951b1a5.zip |
dev-libs/vc: stabilize 1.4.4 for amd64, arm64, x86
Bug: https://bugs.gentoo.org/920138
Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
Diffstat (limited to 'dev-libs/vc')
-rw-r--r-- | dev-libs/vc/vc-1.4.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/vc/vc-1.4.4.ebuild b/dev-libs/vc/vc-1.4.4.ebuild index 07cfd7ab2726..0d4d60715bcc 100644 --- a/dev-libs/vc/vc-1.4.4.ebuild +++ b/dev-libs/vc/vc-1.4.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,4 +12,4 @@ S="${WORKDIR}"/Vc-${PV} LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux ~x64-macos" +KEYWORDS="amd64 ~arm arm64 x86 ~amd64-linux ~x86-linux ~x64-macos" |