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/kcmautostart | |
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/kcmautostart')
-rw-r--r-- | trinity-apps/kcmautostart/Manifest | 1 | ||||
-rw-r--r-- | trinity-apps/kcmautostart/kcmautostart-9999.ebuild | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/trinity-apps/kcmautostart/Manifest b/trinity-apps/kcmautostart/Manifest index 9c9ff0d4..f549ac85 100644 --- a/trinity-apps/kcmautostart/Manifest +++ b/trinity-apps/kcmautostart/Manifest @@ -1,2 +1 @@ -DIST kcmautostart-trinity-14.0.7.tar.xz 37500 BLAKE2B acecb62a4932f1fa2cd5192923c6b10342776a09a8f05d33853afad46943bb7d7055e4d902c1c6ea1a28a10eea53f3c857f66b30d969404bcc21941301c119b6 SHA512 7b7b0995d2c8fffe8bb5e4f8d624243be68e16e9c736520e115759dc9743c470f4d5b15ed66a03bcc2883b5e9769d65bcdd2be2f9d10ad23337bd78e3fa64782 DIST kcmautostart-trinity-14.0.8.tar.xz 39376 BLAKE2B 8d25644d60937601bdfff6efe7ce66f5f9637c53407845f4d94c561b6b671e3dcdd1abda4f2fbbbfe5bd777cbb87fcf71659c9cb14791670529534db6d6e3609 SHA512 3c9e7f42c36c093b7c487e4c69686cff6b762d6430624d40756f10f9076afab719e719448b23c1195e462d77ed0715d4f35cfc5553ec4fa068349f3b1024bc53 diff --git a/trinity-apps/kcmautostart/kcmautostart-9999.ebuild b/trinity-apps/kcmautostart/kcmautostart-9999.ebuild index 032489c8..2f998872 100644 --- a/trinity-apps/kcmautostart/kcmautostart-9999.ebuild +++ b/trinity-apps/kcmautostart/kcmautostart-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 src_configure() { local mycmakeargs=( |