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 /dev-tqt/tqt | |
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 'dev-tqt/tqt')
-rw-r--r-- | dev-tqt/tqt/tqt-14.0.11.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-tqt/tqt/tqt-14.0.11.ebuild b/dev-tqt/tqt/tqt-14.0.11.ebuild index 37903dbb..24bd2caa 100644 --- a/dev-tqt/tqt/tqt-14.0.11.ebuild +++ b/dev-tqt/tqt/tqt-14.0.11.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == *9999* ]]; then else SRC_URI="http://mirror.ppa.trinitydesktop.org/trinity/releases/R${PV}/main/dependencies/tqt3-trinity-${PV}.tar.xz" S="${WORKDIR}/tqt3-trinity-${PV}" - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 ~arm64 ~x86" fi DESCRIPTION="Trinity's Qt3 fork - a comprehensive C++ application development framework" |