commit: 2db7f8c53afd97c4190417662ded271bdc17f241 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> AuthorDate: Sun Jun 24 14:31:45 2018 +0000 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> CommitDate: Sun Jun 24 19:17:21 2018 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=2db7f8c5
sys-apps/baobab: sync live ebuild sys-apps/baobab/baobab-9999.ebuild | 25 +++++++++++-------------- 1 file changed, 11 insertions(+), 14 deletions(-) diff --git a/sys-apps/baobab/baobab-9999.ebuild b/sys-apps/baobab/baobab-9999.ebuild index 6debfcb4..408a123a 100644 --- a/sys-apps/baobab/baobab-9999.ebuild +++ b/sys-apps/baobab/baobab-9999.ebuild @@ -1,13 +1,10 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" -GCONF_DEBUG="no" +EAPI=6 inherit gnome2 if [[ ${PV} = 9999 ]]; then - VALA_MIN_API_VERSION="0.26" + VALA_MIN_API_VERSION="0.38" VALA_USE_DEPEND="vapigen" inherit gnome2-live vala fi @@ -21,29 +18,30 @@ IUSE="" if [[ ${PV} = 9999 ]]; then KEYWORDS="" else - KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux" + KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" fi COMMON_DEPEND=" >=dev-libs/glib-2.40:2[dbus] - >=x11-libs/gtk+-3.13.2:3 + >=x11-libs/gtk+-3.19.1:3 " RDEPEND="${COMMON_DEPEND} gnome-base/gsettings-desktop-schemas - x11-themes/gnome-icon-theme-extras + x11-themes/adwaita-icon-theme !<gnome-extra/gnome-utils-3.4 " # ${PN} was part of gnome-utils before 3.4 DEPEND="${COMMON_DEPEND} - dev-libs/libxml2 - >=dev-util/intltool-0.40 - >=sys-devel/gettext-0.17 + app-text/yelp-tools + dev-libs/appstream-glib + dev-libs/libxml2:2 + >=sys-devel/gettext-0.19.8 virtual/pkgconfig + x11-libs/gdk-pixbuf:2 " if [[ ${PV} = 9999 ]]; then DEPEND="${DEPEND} - app-text/yelp-tools $(vala_depend)" fi @@ -57,7 +55,6 @@ src_configure() { local myconf="" if [[ ${PV} != 9999 ]]; then myconf="${myconf} - ITSTOOL=$(type -P true) VALAC=$(type -P true) VAPIGEN=$(type -P true)" fi