diff options
author | Sam James <sam@gentoo.org> | 2024-04-24 11:31:58 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-04-24 11:31:58 +0100 |
commit | 09ffdaae0fe5d901deb55d5a1acf67611941d72d (patch) | |
tree | c59d981682b760e525ac52b86e00237aaae97a26 /net-misc/vconfig | |
parent | app-editors/mg: Stabilize 20230501 arm64, #930556 (diff) | |
download | gentoo-09ffdaae0fe5d901deb55d5a1acf67611941d72d.tar.gz gentoo-09ffdaae0fe5d901deb55d5a1acf67611941d72d.tar.bz2 gentoo-09ffdaae0fe5d901deb55d5a1acf67611941d72d.zip |
net-misc/vconfig: Stabilize 1.9 arm64, #930557
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/vconfig')
-rw-r--r-- | net-misc/vconfig/vconfig-1.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/vconfig/vconfig-1.9.ebuild b/net-misc/vconfig/vconfig-1.9.ebuild index 6d231ef02de7..5fe5ec3d9908 100644 --- a/net-misc/vconfig/vconfig-1.9.ebuild +++ b/net-misc/vconfig/vconfig-1.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ SRC_URI="http://www.candelatech.com/~greear/vlan/${MY_PN}.${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 hppa ~loong ~ppc ~ppc64 ~riscv sparc x86" +KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~ppc ~ppc64 ~riscv sparc x86" IUSE="static" S="${WORKDIR}/${MY_PN}" |