diff options
author | 2025-01-12 13:47:45 +0000 | |
---|---|---|
committer | 2025-01-12 13:47:45 +0000 | |
commit | b45d5433b5df36bd062b1f7283ab629e7bc4d76f (patch) | |
tree | 6cb9d6e128888bb0080cf94589e335eb07aa7e60 /app-shells | |
parent | dev-libs/libfido2: Stabilize 1.15.0-r1 ppc, #947951 (diff) | |
download | gentoo-b45d5433b5df36bd062b1f7283ab629e7bc4d76f.tar.gz gentoo-b45d5433b5df36bd062b1f7283ab629e7bc4d76f.tar.bz2 gentoo-b45d5433b5df36bd062b1f7283ab629e7bc4d76f.zip |
app-shells/dash: Stabilize 0.5.12-r1 ppc64, #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 392e6d159822..ef5d5b68afa6 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" |