diff options
author | Sam James <sam@gentoo.org> | 2020-07-10 00:24:19 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-07-10 00:24:41 +0000 |
commit | ff4a162289c82b2ba2afcfe840f12bdf99c514da (patch) | |
tree | dd6eeed7c8bc3a450caf26b7f74b9d38e7a84a77 /media-sound | |
parent | media-libs/vulkan-loader: become sysroot-aware (diff) | |
download | gentoo-ff4a162289c82b2ba2afcfe840f12bdf99c514da.tar.gz gentoo-ff4a162289c82b2ba2afcfe840f12bdf99c514da.tar.bz2 gentoo-ff4a162289c82b2ba2afcfe840f12bdf99c514da.zip |
media-sound/timidity-freepats: arm64 keyworded (bug #730970)
In 1be67eec, the commit script for tatt marked as "arm64",
not "~arm64".
This is actually harmless because it's a data-only
package, but none of its dependencies *need* it stable, because
the dependency for anything stable in arm64 is fulfilled by
media-sound/timidity-eawpatches.
Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/timidity-freepats/timidity-freepats-20060219-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-sound/timidity-freepats/timidity-freepats-20060219-r1.ebuild b/media-sound/timidity-freepats/timidity-freepats-20060219-r1.ebuild index 028625aa19dd..a83ace79b20c 100644 --- a/media-sound/timidity-freepats/timidity-freepats-20060219-r1.ebuild +++ b/media-sound/timidity-freepats/timidity-freepats-20060219-r1.ebuild @@ -11,7 +11,7 @@ SRC_URI="http://freepats.opensrc.org/${MY_PN}-${PV}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ppc ppc64 x86" +KEYWORDS="~alpha amd64 arm ~arm64 hppa ppc ppc64 x86" IUSE="" RESTRICT="binchecks strip" |