diff options
author | Mart Raudsepp <leio@gentoo.org> | 2020-02-29 22:47:49 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2020-02-29 22:48:04 +0200 |
commit | 0af2edab5cb973d98e612c98f7145c721fa1aa19 (patch) | |
tree | 27ee63a40b57a2e2126bc43edce2bf0248a92f82 | |
parent | dev-libs/gom: remove, available in ::gentoo (diff) | |
download | gnome-0af2edab5cb973d98e612c98f7145c721fa1aa19.tar.gz gnome-0af2edab5cb973d98e612c98f7145c721fa1aa19.tar.bz2 gnome-0af2edab5cb973d98e612c98f7145c721fa1aa19.zip |
dev-libs/glib: drop epunt-cxx
makes no sense with meson and this live ebuild needs a huge sync
with in-tree version, but fix the global scope inherit failure
at least for now.
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
-rw-r--r-- | dev-libs/glib/glib-9999.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/dev-libs/glib/glib-9999.ebuild b/dev-libs/glib/glib-9999.ebuild index e5bfef19..a34029ba 100644 --- a/dev-libs/glib/glib-9999.ebuild +++ b/dev-libs/glib/glib-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Until bug #537330 glib is a reverse dependency of pkgconfig and, then @@ -10,7 +10,7 @@ PYTHON_COMPAT=( python2_7 ) # Completely useless with or without USE static-libs, people need to use pkg-config GNOME2_LA_PUNT="yes" -inherit bash-completion-r1 epunt-cxx flag-o-matic gnome-meson libtool linux-info \ +inherit bash-completion-r1 flag-o-matic gnome-meson libtool linux-info \ multilib multilib-minimal pax-utils python-r1 toolchain-funcs versionator virtualx if [[ ${PV} = 9999 ]]; then @@ -142,8 +142,6 @@ src_prepare() { -i glib/Makefile.{am,in} || die gnome-meson_src_prepare - - epunt_cxx } multilib_src_configure() { |