diff options
author | Sam James <sam@gentoo.org> | 2025-01-12 13:10:18 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2025-01-12 13:10:18 +0000 |
commit | e50d2cd25da736882a9edea05915e7948867e7c4 (patch) | |
tree | ddf0102a6b16f43b70e2432a921a82e0c56cd1b0 /app-shells | |
parent | app-shells/dash: Stabilize 0.5.12-r1 amd64, #947959 (diff) | |
download | gentoo-e50d2cd25da736882a9edea05915e7948867e7c4.tar.gz gentoo-e50d2cd25da736882a9edea05915e7948867e7c4.tar.bz2 gentoo-e50d2cd25da736882a9edea05915e7948867e7c4.zip |
app-shells/dash: Stabilize 0.5.12-r1 x86, #947959
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/dash/dash-0.5.12-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-shells/dash/dash-0.5.12-r1.ebuild b/app-shells/dash/dash-0.5.12-r1.ebuild index 12237f692926..cabb18dc226f 100644 --- a/app-shells/dash/dash-0.5.12-r1.ebuild +++ b/app-shells/dash/dash-0.5.12-r1.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]] ; then inherit autotools git-r3 else SRC_URI="http://gondor.apana.org.au/~herbert/dash/files/${P}.tar.gz" - KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" + KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" fi LICENSE="BSD" |