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 /dev-libs | |
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 'dev-libs')
-rw-r--r-- | dev-libs/dbus-1-tqt/dbus-1-tqt-14.0.11.ebuild | 2 | ||||
-rw-r--r-- | dev-libs/dbus-tqt/dbus-tqt-14.0.11.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/dbus-1-tqt/dbus-1-tqt-14.0.11.ebuild b/dev-libs/dbus-1-tqt/dbus-1-tqt-14.0.11.ebuild index 217a95f0..af124378 100644 --- a/dev-libs/dbus-1-tqt/dbus-1-tqt-14.0.11.ebuild +++ b/dev-libs/dbus-1-tqt/dbus-1-tqt-14.0.11.ebuild @@ -14,7 +14,7 @@ HOMEPAGE="https://trinitydesktop.org/" LICENSE="|| ( GPL-2 GPL-3 )" SLOT="0" if [[ ${PV} != *9999* ]] ; then - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 ~arm64 ~x86" fi DEPEND="sys-apps/dbus diff --git a/dev-libs/dbus-tqt/dbus-tqt-14.0.11.ebuild b/dev-libs/dbus-tqt/dbus-tqt-14.0.11.ebuild index 301e6a57..e810a418 100644 --- a/dev-libs/dbus-tqt/dbus-tqt-14.0.11.ebuild +++ b/dev-libs/dbus-tqt/dbus-tqt-14.0.11.ebuild @@ -14,7 +14,7 @@ HOMEPAGE="https://trinitydesktop.org/" LICENSE="|| ( GPL-2 GPL-3 )" SLOT="0" if [[ ${PV} != *9999* ]] ; then - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 ~arm64 ~x86" fi DEPEND="sys-apps/dbus |