commit: db047339ac35bf0b1c717eab3d4b4e41e54fe25b
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 19 18:50:44 2022 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jun 19 18:50:44 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db047339
dev-libs/libIDL: update EAPI 6 -> 8
Signed-off-by: David Seifert <soap <AT> gentoo.org>
.../{libIDL-0.8.14-r2.ebuild => libIDL-0.8.14-r3.ebuild} | 16 +++++++---------
1 file changed, 7 insertions(+), 9 deletions(-)
diff --git a/dev-libs/libIDL/libIDL-0.8.14-r2.ebuild
b/dev-libs/libIDL/libIDL-0.8.14-r3.ebuild
similarity index 79%
rename from dev-libs/libIDL/libIDL-0.8.14-r2.ebuild
rename to dev-libs/libIDL/libIDL-0.8.14-r3.ebuild
index b8846164f94a..6f9443f5ab35 100644
--- a/dev-libs/libIDL/libIDL-0.8.14-r2.ebuild
+++ b/dev-libs/libIDL/libIDL-0.8.14-r3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
-GNOME_TARBALL_SUFFIX="bz2"
+EAPI=8
+GNOME_TARBALL_SUFFIX="bz2"
inherit gnome2 multilib-minimal
DESCRIPTION="CORBA tree builder"
@@ -12,18 +12,16 @@ HOMEPAGE="https://www.gnome.org/"
LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris
~x64-solaris ~x86-solaris ~x86-winnt"
-IUSE=""
RDEPEND=">=dev-libs/glib-2.44.1-r1:2[${MULTILIB_USEDEP}]"
-DEPEND="${RDEPEND}
+DEPEND="${RDEPEND}"
+BDEPEND="
sys-devel/flex
virtual/yacc
- virtual/pkgconfig
-"
+ virtual/pkgconfig"
multilib_src_configure() {
- local ECONF_SOURCE="${S}"
- gnome2_src_configure --disable-static
+ ECONF_SOURCE="${S}" gnome2_src_configure
}
multilib_src_compile() {