commit: a423dab2e629c38028a5a0ef4e260e45f956b7e6
Author: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 11 17:22:30 2025 +0000
Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Fri Jun 13 07:16:11 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a423dab2
xfce-base/exo: make sure elibtoolize is used
Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>
xfce-base/exo/exo-4.20.0-r1.ebuild | 7 ++++++-
xfce-base/exo/exo-4.21.0-r1.ebuild | 7 ++++++-
2 files changed, 12 insertions(+), 2 deletions(-)
diff --git a/xfce-base/exo/exo-4.20.0-r1.ebuild
b/xfce-base/exo/exo-4.20.0-r1.ebuild
index 4f6c76d390c8..6635e2840c61 100644
--- a/xfce-base/exo/exo-4.20.0-r1.ebuild
+++ b/xfce-base/exo/exo-4.20.0-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-inherit flag-o-matic xdg-utils
+inherit flag-o-matic libtool xdg-utils
DESCRIPTION="Extensions, widgets and framework library with session support
for Xfce"
HOMEPAGE="
@@ -31,6 +31,11 @@ BDEPEND="
virtual/pkgconfig
"
+src_prepare() {
+ default
+ elibtoolize
+}
+
src_configure() {
# defang automagic dependencies
use X || append-cppflags -DGENTOO_GTK_HIDE_X11
diff --git a/xfce-base/exo/exo-4.21.0-r1.ebuild
b/xfce-base/exo/exo-4.21.0-r1.ebuild
index f1e70a679ef2..21d725c8c29b 100644
--- a/xfce-base/exo/exo-4.21.0-r1.ebuild
+++ b/xfce-base/exo/exo-4.21.0-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-inherit flag-o-matic xdg-utils
+inherit flag-o-matic libtool xdg-utils
DESCRIPTION="Extensions, widgets and framework library with session support
for Xfce"
HOMEPAGE="
@@ -31,6 +31,11 @@ BDEPEND="
virtual/pkgconfig
"
+src_prepare() {
+ default
+ elibtoolize
+}
+
src_configure() {
# defang automagic dependencies
use X || append-cppflags -DGENTOO_GTK_HIDE_X11