diff options
author | Matoro Mahri <matoro_gentoo@matoro.tk> | 2024-01-15 17:32:38 -0500 |
---|---|---|
committer | Viorel Munteanu <ceamac@gentoo.org> | 2024-01-16 07:41:51 +0200 |
commit | 283b44579ddbb779d6c96fb053a99da98861819e (patch) | |
tree | 8645f717040bc62ccbda08735c150a3c86f6444f /sys-apps/coreutils | |
parent | sci-mathematics/coq: Stabilize 8.18.0 amd64, #915951 (diff) | |
download | gentoo-283b44579ddbb779d6c96fb053a99da98861819e.tar.gz gentoo-283b44579ddbb779d6c96fb053a99da98861819e.tar.bz2 gentoo-283b44579ddbb779d6c96fb053a99da98861819e.zip |
sys-apps/coreutils: Stabilize 9.4 amd64, #916089
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk>
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
Diffstat (limited to 'sys-apps/coreutils')
-rw-r--r-- | sys-apps/coreutils/coreutils-9.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/coreutils/coreutils-9.4.ebuild b/sys-apps/coreutils/coreutils-9.4.ebuild index 69d10c2f1533..5e6734d78ae7 100644 --- a/sys-apps/coreutils/coreutils-9.4.ebuild +++ b/sys-apps/coreutils/coreutils-9.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 @@ -33,7 +33,7 @@ else verify-sig? ( mirror://gnu/${PN}/${P}.tar.xz.sig ) " - KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc ~x86 ~x86-linux" + KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc ~x86 ~x86-linux" fi SRC_URI+=" !vanilla? ( https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${MY_PATCH}.tar.xz )" |