diff options
author | ormorph <roma251078@mail.ru> | 2021-12-03 00:34:19 +0300 |
---|---|---|
committer | ormorph <roma251078@mail.ru> | 2021-12-03 00:34:19 +0300 |
commit | 72c259ee0c7859cbdf5b1219bce820b3adaf5ca0 (patch) | |
tree | 57df3cc3bd498935e3b16767e206aebcc66011bb /trinity-base/kfloppy | |
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 <roma251078@mail.ru>
Diffstat (limited to 'trinity-base/kfloppy')
-rw-r--r-- | trinity-base/kfloppy/kfloppy-14.0.11.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trinity-base/kfloppy/kfloppy-14.0.11.ebuild b/trinity-base/kfloppy/kfloppy-14.0.11.ebuild index 1275aa86..59d186b0 100644 --- a/trinity-base/kfloppy/kfloppy-14.0.11.ebuild +++ b/trinity-base/kfloppy/kfloppy-14.0.11.ebuild @@ -10,5 +10,5 @@ inherit trinity-meta-2 DESCRIPTION="KFloppy - formats disks and puts a DOS or ext2fs filesystem on them." if [[ ${PV} != *9999* ]] ; then - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 ~arm64 ~x86" fi |