commit:     d82f18f5e9e21173a8818178e7c9ab154e849da2
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat May 26 22:09:54 2018 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sat May 26 23:45:04 2018 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=d82f18f5

app-arch/file-roller: add glib-compile-resource dependencies

Drop unused eutils eclass. Add keyword from gentoo repository.

Package-Manager: Portage-2.3.40, Repoman-2.3.9
Manifest-Sign-Key: 0x5A56C8CD0C13248A

 app-arch/file-roller/file-roller-3.26.2.ebuild | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/app-arch/file-roller/file-roller-3.26.2.ebuild 
b/app-arch/file-roller/file-roller-3.26.2.ebuild
index df7b3862..d06306b4 100644
--- a/app-arch/file-roller/file-roller-3.26.2.ebuild
+++ b/app-arch/file-roller/file-roller-3.26.2.ebuild
@@ -4,7 +4,7 @@
 EAPI=6
 GNOME2_LA_PUNT="yes"
 
-inherit eutils gnome2 readme.gentoo-r1
+inherit gnome2 readme.gentoo-r1
 
 DESCRIPTION="Archive manager for GNOME"
 HOMEPAGE="https://wiki.gnome.org/Apps/FileRoller";
@@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/FileRoller";
 LICENSE="GPL-2+ CC-BY-SA-3.0"
 SLOT="0"
 IUSE="libnotify nautilus packagekit"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
 
 # gdk-pixbuf used extensively in the source
 # cairo used in eggtreemultidnd.c
@@ -30,7 +30,9 @@ RDEPEND="
        nautilus? ( >=gnome-base/nautilus-2.22.2 )
        packagekit? ( app-admin/packagekit-base )
 "
+# libxml2+gdk-pixbuf required for glib-compile-resources
 DEPEND="${RDEPEND}
+       dev-libs/libxml2
        >=dev-util/intltool-0.50.1
        dev-util/itstool
        sys-devel/gettext

Reply via email to