diff options
author | David Seifert <soap@gentoo.org> | 2022-01-09 19:39:52 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-01-09 19:39:52 +0100 |
commit | 9db03c0bb34092e42413b014f3f226ce83b9d288 (patch) | |
tree | 03e39c714ef792bcf89fcc4f365ad8d6b0603718 /dev-cpp/libxmlpp | |
parent | dev-cpp/libglademm: update EAPI 5 -> 8 (diff) | |
download | gentoo-9db03c0bb34092e42413b014f3f226ce83b9d288.tar.gz gentoo-9db03c0bb34092e42413b014f3f226ce83b9d288.tar.bz2 gentoo-9db03c0bb34092e42413b014f3f226ce83b9d288.zip |
dev-cpp/libxmlpp: update EAPI 5 -> 8
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-cpp/libxmlpp')
-rw-r--r-- | dev-cpp/libxmlpp/libxmlpp-2.40.1-r2.ebuild (renamed from dev-cpp/libxmlpp/libxmlpp-2.40.1-r1.ebuild) | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/dev-cpp/libxmlpp/libxmlpp-2.40.1-r1.ebuild b/dev-cpp/libxmlpp/libxmlpp-2.40.1-r2.ebuild index dbcdc3dcd83e..0cee82eb4444 100644 --- a/dev-cpp/libxmlpp/libxmlpp-2.40.1-r1.ebuild +++ b/dev-cpp/libxmlpp/libxmlpp-2.40.1-r2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="5" -GCONF_DEBUG="no" +EAPI=8 + GNOME_ORG_MODULE="${PN/pp/++}" inherit gnome2 multilib-minimal @@ -19,9 +19,8 @@ RDEPEND=" >=dev-libs/libxml2-2.7.7[${MULTILIB_USEDEP}] >=dev-cpp/glibmm-2.32:2[${MULTILIB_USEDEP}] " -DEPEND="${RDEPEND} - virtual/pkgconfig -" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" multilib_src_prepare() { gnome2_src_prepare |