commit: 8df0d79319765acb4a7b2967340bf0e3a2ad843e Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Oct 1 12:02:03 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Oct 1 12:02:34 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8df0d793
Revert "dev-libs/libgee: move vala_setup to src_configure" This reverts commit e5d8fda9c11d7af8452ac8c9084a6939458008e3. Bug: https://bugs.gentoo.org/894376 Bug: https://bugs.gentoo.org/915015 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-libs/libgee/libgee-0.20.6.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-libs/libgee/libgee-0.20.6.ebuild b/dev-libs/libgee/libgee-0.20.6.ebuild index d04df6b84520..4b4fb7a89b2c 100644 --- a/dev-libs/libgee/libgee-0.20.6.ebuild +++ b/dev-libs/libgee/libgee-0.20.6.ebuild @@ -21,9 +21,11 @@ RDEPEND=" DEPEND="${RDEPEND}" BDEPEND="virtual/pkgconfig" -src_configure() { +pkg_setup() { vala_setup +} +src_configure() { gnome2_src_configure \ $(use_enable introspection) }
