diff options
author | ormorph <roma251078@mail.ru> | 2021-11-04 13:49:40 +0300 |
---|---|---|
committer | ormorph <roma251078@mail.ru> | 2021-11-04 16:36:09 +0300 |
commit | 87c5721b1296f80677005db5b40da3c056f34114 (patch) | |
tree | 2149339a23b8bacafd39fa503fa6d0747c991340 /trinity-apps/kima | |
parent | 3a121fb3bb996e90bbf63236d0bc32add7223a69 (diff) | |
download | tde-packaging-gentoo-87c5721b1296f80677005db5b40da3c056f34114.tar.gz tde-packaging-gentoo-87c5721b1296f80677005db5b40da3c056f34114.zip |
Added KEYWORD to live ebuilds
Signed-off-by: ormorph <roma251078@mail.ru>
Diffstat (limited to 'trinity-apps/kima')
-rw-r--r-- | trinity-apps/kima/Manifest | 1 | ||||
-rw-r--r-- | trinity-apps/kima/kima-9999.ebuild | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/trinity-apps/kima/Manifest b/trinity-apps/kima/Manifest index 718d5442..2dd98d39 100644 --- a/trinity-apps/kima/Manifest +++ b/trinity-apps/kima/Manifest @@ -1,2 +1 @@ -DIST kima-trinity-14.0.7.tar.xz 289088 BLAKE2B 457a3e6429bfa76249235f6524b3195f816c0328b9d8938546a082ee160c39d90f323e1b26943a7762a680db318f980c450a1c33d44c5cba5f2dcd29eb94bb32 SHA512 6ac6a287c5994204b8a878bdd0ff011298d971847b9af2aedbf34cdc0c11ccab583e187a6f938e2b8981d22a35bce7dc4b646988d02d3c4237ba5b94229c3429 DIST kima-trinity-14.0.8.tar.xz 290228 BLAKE2B 3d9c7c7baa47ec0c214b871e179229f4756332c562b5f9c8c9539dfd8369a6d124503ebb4ce0f8125d02a99cae6503900c5a260f8cae0c365ae5a754eee335c9 SHA512 f311ac2d6a38c9d60505e3409948549dfe1ca88791cf51d29159a8336c18bb9bd802763490a30ef35932c4b6749c0eb16f9953b8a404a34f4b1c5651455e3609 diff --git a/trinity-apps/kima/kima-9999.ebuild b/trinity-apps/kima/kima-9999.ebuild index e8589e0f..bf9e8237 100644 --- a/trinity-apps/kima/kima-9999.ebuild +++ b/trinity-apps/kima/kima-9999.ebuild @@ -16,6 +16,9 @@ HOMEPAGE="https://trinitydesktop.org/" LICENSE="|| ( GPL-2 GPL-3 )" SLOT="14" +if [[ ${PV} != *9999* ]] ; then + KEYWORDS="~amd64 ~x86" +fi # NVControl support needs the nvidia-settings package, # which isn't in the Portage tree anymore. So if there |