diff options
author | Sam James <sam@gentoo.org> | 2021-07-25 21:07:59 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-07-25 21:07:59 +0100 |
commit | a6e30a1a9b8ff99ca6b9b0286b5fa26856dfe754 (patch) | |
tree | bc4e2510732b373ff543d4b2c9814cc411dcefdf /net-misc | |
parent | net-misc/ndisc6: Stabilize 1.0.3 arm, #803980 (diff) | |
download | gentoo-a6e30a1a9b8ff99ca6b9b0286b5fa26856dfe754.tar.gz gentoo-a6e30a1a9b8ff99ca6b9b0286b5fa26856dfe754.tar.bz2 gentoo-a6e30a1a9b8ff99ca6b9b0286b5fa26856dfe754.zip |
net-misc/vconfig: Stabilize 1.9 arm, #804046
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc')
-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 a8ad69de9c5a..3eec5302806b 100644 --- a/net-misc/vconfig/vconfig-1.9.ebuild +++ b/net-misc/vconfig/vconfig-1.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 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 ~hppa ~ppc ~ppc64 sparc x86" +KEYWORDS="~alpha amd64 arm ~hppa ~ppc ~ppc64 sparc x86" IUSE="static" S="${WORKDIR}/${MY_PN}" |