Skip to content

Commit

Permalink
gnome-base/dconf: require <meson-0.52 to workaround build bug
Browse files Browse the repository at this point in the history
meson-0.52 changes link_whole behaviour and dconf fails to build
due to that. Until we have a dconf patch, require older meson to
succeed build of this crucial package meanwhile.
Fix lack of BDEPEND in EAPI-7 dconf-0.32 ebuild while at it.

Bug: https://bugs.gentoo.org/698144
Package-Manager: Portage-2.3.69, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <[email protected]>
  • Loading branch information
leio committed Oct 22, 2019
1 parent 982b253 commit f34d225
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion gnome-base/dconf/dconf-0.30.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ DEPEND="${RDEPEND}
gtk-doc? ( >=dev-util/gtk-doc-1.15 )
>=sys-devel/gettext-0.19.8
virtual/pkgconfig
"
<dev-util/meson-0.52
" # problem with meson-0.52+ https://gitlab.gnome.org/GNOME/dconf/issues/59

PATCHES=(
"${FILESDIR}"/${PV}-bash-completion-dir.patch
Expand Down
6 changes: 4 additions & 2 deletions gnome-base/dconf/dconf-0.32.0-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,17 @@ RDEPEND="
>=dev-libs/glib-2.44.0:2
sys-apps/dbus
"
DEPEND="${RDEPEND}
DEPEND="${RDEPEND}"
BDEPEND="
app-text/docbook-xml-dtd:4.2
app-text/docbook-xsl-stylesheets
dev-libs/libxslt
dev-util/gdbus-codegen
gtk-doc? ( >=dev-util/gtk-doc-1.15 )
>=sys-devel/gettext-0.19.8
virtual/pkgconfig
"
<dev-util/meson-0.52
" # problem with meson-0.52+ https://gitlab.gnome.org/GNOME/dconf/issues/59

PATCHES=(
"${FILESDIR}"/0.30.1-bash-completion-dir.patch
Expand Down

0 comments on commit f34d225

Please sign in to comment.