diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-01-20 11:42:12 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-01-20 11:42:12 +0200 |
commit | ed78eb226daca45e51d09a0835730041fb7c9be6 (patch) | |
tree | 63e61ad112320ceee5eab5321d06dcbcc70853ec /x11-misc/colord | |
parent | dev-lang/vala: Stabilize 0.52.10 ppc64, #831048 (diff) | |
download | gentoo-ed78eb226daca45e51d09a0835730041fb7c9be6.tar.gz gentoo-ed78eb226daca45e51d09a0835730041fb7c9be6.tar.bz2 gentoo-ed78eb226daca45e51d09a0835730041fb7c9be6.zip |
x11-misc/colord: Stabilize 1.4.5-r3 ppc64, #831048
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'x11-misc/colord')
-rw-r--r-- | x11-misc/colord/colord-1.4.5-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/colord/colord-1.4.5-r3.ebuild b/x11-misc/colord/colord-1.4.5-r3.ebuild index 33836fa71439..6893a465a4e4 100644 --- a/x11-misc/colord/colord-1.4.5-r3.ebuild +++ b/x11-misc/colord/colord-1.4.5-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~sparc ~x86" IUSE="gtk-doc argyllcms examples extra-print-profiles +introspection scanner systemd test vala" RESTRICT="!test? ( test ) test" # Tests try to read and write files in /tmp |