commit: e5d8fda9c11d7af8452ac8c9084a6939458008e3
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 1 07:49:11 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Oct 1 07:49:11 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5d8fda9
dev-libs/libgee: move vala_setup to src_configure
We don't want to run for binpkg merges.
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-libs/libgee/libgee-0.20.6.ebuild | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/dev-libs/libgee/libgee-0.20.6.ebuild
b/dev-libs/libgee/libgee-0.20.6.ebuild
index 4b4fb7a89b2c..d04df6b84520 100644
--- a/dev-libs/libgee/libgee-0.20.6.ebuild
+++ b/dev-libs/libgee/libgee-0.20.6.ebuild
@@ -21,11 +21,9 @@ RDEPEND="
DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig"
-pkg_setup() {
+src_configure() {
vala_setup
-}
-src_configure() {
gnome2_src_configure \
$(use_enable introspection)
}