diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-07-15 17:26:44 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-07-15 17:26:44 +0200 |
commit | 7618b79e0ae0cd92fa4921edf2b22f4bea18eb04 (patch) | |
tree | 890ef7a57ae33240ea0f2bdcca68dd557eb536f9 /sys-boot/tboot | |
parent | sys-boot/bootcreator: Sort KEYWORDS (diff) | |
download | gentoo-7618b79e0ae0cd92fa4921edf2b22f4bea18eb04.tar.gz gentoo-7618b79e0ae0cd92fa4921edf2b22f4bea18eb04.tar.bz2 gentoo-7618b79e0ae0cd92fa4921edf2b22f4bea18eb04.zip |
sys-boot/tboot: Sort KEYWORDS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-boot/tboot')
-rw-r--r-- | sys-boot/tboot/tboot-1.9.6_p20171118.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-boot/tboot/tboot-1.9.6_p20171118.ebuild b/sys-boot/tboot/tboot-1.9.6_p20171118.ebuild index 3da7e7525a77..d858b8202cf6 100644 --- a/sys-boot/tboot/tboot-1.9.6_p20171118.ebuild +++ b/sys-boot/tboot/tboot-1.9.6_p20171118.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~perfinion/distfiles/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86 -*" +KEYWORDS="-* ~amd64 ~x86" IUSE="custom-cflags selinux" # requires patching the kernel src |