diff options
author | Sam James <sam@gentoo.org> | 2021-03-11 02:35:34 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-11 02:35:34 +0000 |
commit | 47f527297fae0153bd057629e99da7e56e52c9d7 (patch) | |
tree | a1909eb8eb0ec17c9aeda5c4a8b34b06b7ebebc7 /net-misc | |
parent | dev-ruby/logue: Stabilize 1.0.18 amd64, #774780 (diff) | |
download | gentoo-47f527297fae0153bd057629e99da7e56e52c9d7.tar.gz gentoo-47f527297fae0153bd057629e99da7e56e52c9d7.tar.bz2 gentoo-47f527297fae0153bd057629e99da7e56e52c9d7.zip |
net-misc/dhcpcd: Stabilize 9.3.4 amd64, #774942
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/dhcpcd/dhcpcd-9.3.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/dhcpcd/dhcpcd-9.3.4.ebuild b/net-misc/dhcpcd/dhcpcd-9.3.4.ebuild index 092c6e4a1dda..b440e7067422 100644 --- a/net-misc/dhcpcd/dhcpcd-9.3.4.ebuild +++ b/net-misc/dhcpcd/dhcpcd-9.3.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ else MY_P="${MY_P/_beta/-beta}" MY_P="${MY_P/_rc/-rc}" SRC_URI="https://roy.marples.name/downloads/${PN}/${MY_P}.tar.xz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" S="${WORKDIR}/${MY_P}" fi |