diff options
author | Matt Turner <mattst88@gentoo.org> | 2021-04-27 10:38:38 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2021-04-27 10:39:15 -0400 |
commit | acb3b3a1bde07893627595c7e7ed18190a46c1c5 (patch) | |
tree | ef3637eb589b0b62a6ff2850635fe6e30e21338a /x11-misc | |
parent | dev-php/pecl-gnupg: bump to v1.5.0 (diff) | |
download | gentoo-acb3b3a1bde07893627595c7e7ed18190a46c1c5.tar.gz gentoo-acb3b3a1bde07893627595c7e7ed18190a46c1c5.tar.bz2 gentoo-acb3b3a1bde07893627595c7e7ed18190a46c1c5.zip |
x11-misc/colord: Propagate keywords
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/colord/colord-1.4.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-misc/colord/colord-1.4.5.ebuild b/x11-misc/colord/colord-1.4.5.ebuild index 2d77a0626a2e..deeb744abd98 100644 --- a/x11-misc/colord/colord-1.4.5.ebuild +++ b/x11-misc/colord/colord-1.4.5.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://www.freedesktop.org/software/colord/releases/${P}.tar.xz" LICENSE="GPL-2+" SLOT="0/2" # subslot = libcolord soname version -KEYWORDS="~amd64 ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="gtk-doc argyllcms examples extra-print-profiles +introspection scanner systemd test +udev vala" RESTRICT="!test? ( test ) test" # Tests try to read and write files in /tmp |