diff options
author | ormorph <[email protected]> | 2021-12-03 00:34:19 +0300 |
---|---|---|
committer | ormorph <[email protected]> | 2021-12-03 00:34:19 +0300 |
commit | 72c259ee0c7859cbdf5b1219bce820b3adaf5ca0 (patch) | |
tree | 57df3cc3bd498935e3b16767e206aebcc66011bb /trinity-base/arts | |
parent | def40ef6d5308f043c2fc4761e99994270ec94f9 (diff) | |
download | tde-packaging-gentoo-72c259ee0c7859cbdf5b1219bce820b3adaf5ca0.tar.gz tde-packaging-gentoo-72c259ee0c7859cbdf5b1219bce820b3adaf5ca0.zip |
Added ~arm64 to the KEYWORDS variable for the 14.0.11 stable branch
Signed-off-by: ormorph <[email protected]>
Diffstat (limited to 'trinity-base/arts')
-rw-r--r-- | trinity-base/arts/arts-14.0.11.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trinity-base/arts/arts-14.0.11.ebuild b/trinity-base/arts/arts-14.0.11.ebuild index f59262c3..6c2f5ffb 100644 --- a/trinity-base/arts/arts-14.0.11.ebuild +++ b/trinity-base/arts/arts-14.0.11.ebuild @@ -15,7 +15,7 @@ LICENSE="|| ( GPL-2 GPL-3 )" IUSE="alsa -artswrappersuid jack mp3 vorbis" if [[ ${PV} != *9999* ]] ; then - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 ~arm64 ~x86" fi SLOT="14" |