commit: cd08499a62bbfd5db1835b970f0096c397cf8c7d Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Oct 1 12:02:05 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Oct 1 12:02:37 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd08499a
Revert "dev-libs/libgee: Call vala_setup in pkg_setup" This reverts commit b2fa199d292ae87ce73b055be600a9c432c1f764. 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 | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/dev-libs/libgee/libgee-0.20.6.ebuild b/dev-libs/libgee/libgee-0.20.6.ebuild index 4b4fb7a89b2c..31ae5bb1cead 100644 --- a/dev-libs/libgee/libgee-0.20.6.ebuild +++ b/dev-libs/libgee/libgee-0.20.6.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit gnome2 vala +inherit gnome2 DESCRIPTION="GObject-based interfaces and classes for commonly used data structures" HOMEPAGE="https://wiki.gnome.org/Projects/Libgee" @@ -21,11 +21,8 @@ RDEPEND=" DEPEND="${RDEPEND}" BDEPEND="virtual/pkgconfig" -pkg_setup() { - vala_setup -} - src_configure() { gnome2_src_configure \ - $(use_enable introspection) + $(use_enable introspection) \ + VALAC="$(type -P false)" }
