diff options
author | Alfred Wingate <parona@protonmail.com> | 2023-12-02 11:58:51 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-12-02 21:29:36 +0000 |
commit | aee78921202a9f02e705d0451813a8a17ddb43ac (patch) | |
tree | 99ae2364bce9b45c7d32aa914fe79b4d09359eca /x11-misc | |
parent | dev-python/pygdbmi: update maintainers (diff) | |
download | gentoo-aee78921202a9f02e705d0451813a8a17ddb43ac.tar.gz gentoo-aee78921202a9f02e705d0451813a8a17ddb43ac.tar.bz2 gentoo-aee78921202a9f02e705d0451813a8a17ddb43ac.zip |
x11-misc/colord: fix usage of vala eclass in EAPI 8
Fixes: 17ee1596c7eb55a81cfbb018ca62f9900a7e0eac
Closes: https://bugs.gentoo.org/919032
Signed-off-by: Alfred Wingate <parona@protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/34089
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/colord/colord-1.4.6-r2.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11-misc/colord/colord-1.4.6-r2.ebuild b/x11-misc/colord/colord-1.4.6-r2.ebuild index 20e350ceb6e5..d8ce66e2029e 100644 --- a/x11-misc/colord/colord-1.4.6-r2.ebuild +++ b/x11-misc/colord/colord-1.4.6-r2.ebuild @@ -63,9 +63,12 @@ PATCHES=( "${FILESDIR}"/${P}-FILE_OFFSET_BITS.patch ) +pkg_setup() { + use vala && vala_setup +} + src_prepare() { default - use vala && vala_src_prepare # Test requires a running session # https://github.com/hughsie/colord/issues/94 |