diff options
author | ormorph <[email protected]> | 2021-11-04 13:49:40 +0300 |
---|---|---|
committer | ormorph <[email protected]> | 2021-11-04 16:36:09 +0300 |
commit | 87c5721b1296f80677005db5b40da3c056f34114 (patch) | |
tree | 2149339a23b8bacafd39fa503fa6d0747c991340 /trinity-apps/tdeio-locate | |
parent | 3a121fb3bb996e90bbf63236d0bc32add7223a69 (diff) | |
download | tde-packaging-gentoo-87c5721b1296f80677005db5b40da3c056f34114.tar.gz tde-packaging-gentoo-87c5721b1296f80677005db5b40da3c056f34114.zip |
Added KEYWORD to live ebuilds
Signed-off-by: ormorph <[email protected]>
Diffstat (limited to 'trinity-apps/tdeio-locate')
-rw-r--r-- | trinity-apps/tdeio-locate/Manifest | 1 | ||||
-rw-r--r-- | trinity-apps/tdeio-locate/tdeio-locate-9999.ebuild | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/trinity-apps/tdeio-locate/Manifest b/trinity-apps/tdeio-locate/Manifest index fc73eb3f..c97d0bb6 100644 --- a/trinity-apps/tdeio-locate/Manifest +++ b/trinity-apps/tdeio-locate/Manifest @@ -1,2 +1 @@ -DIST tdeio-locate-trinity-14.0.7.tar.xz 95724 BLAKE2B 6e01eb8f2844b93920a6668c28f56bcb5495c870203276ad34dbf7866c7457ed08fb6d338b0a07de069f882361488e8abde495c71a5fdfcd7c25fdbebaff5aec SHA512 b9e65c527591c69543483d63db7ee265132f6138e75f1dc44670645047323e735d3d501172bfa45ba8738e01aeb54976d01ee332c11bb7166a8ae83e2aea89eb DIST tdeio-locate-trinity-14.0.8.tar.xz 97268 BLAKE2B b1b750b68d516bdceaa337c9cea446fe44c8d775ed99b4cfec9c0c1682ba1fadab7daf3015c103aaa95ab55759fbe17773cbd2d5c402d92eb4df540efcb30221 SHA512 e871bfb8ba5fb00acdeef6e06164b10706ed077745796142128918eab5381854dd0fdc9b6b2aeda391e52e74593b3a9c6e20f480661f6aba16d8c660712039e2 diff --git a/trinity-apps/tdeio-locate/tdeio-locate-9999.ebuild b/trinity-apps/tdeio-locate/tdeio-locate-9999.ebuild index 57a408f1..a6471940 100644 --- a/trinity-apps/tdeio-locate/tdeio-locate-9999.ebuild +++ b/trinity-apps/tdeio-locate/tdeio-locate-9999.ebuild @@ -17,5 +17,8 @@ HOMEPAGE="https://trinitydesktop.org/" LICENSE="|| ( GPL-2 GPL-3 )" SLOT="14" +if [[ ${PV} != *9999* ]] ; then + KEYWORDS="~amd64 ~x86" +fi RDEPEND="sys-apps/mlocate" |