From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1557F138330 for ; Sat, 26 May 2018 23:45:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 250AEE0AFF; Sat, 26 May 2018 23:45:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0085FE0AFF for ; Sat, 26 May 2018 23:45:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E0C08335CBF for ; Sat, 26 May 2018 23:45:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B83792AD for ; Sat, 26 May 2018 23:45:46 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1527378304.d82f18f5e9e21173a8818178e7c9ab154e849da2.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: app-arch/file-roller/ X-VCS-Repository: proj/gnome X-VCS-Files: app-arch/file-roller/file-roller-3.26.2.ebuild X-VCS-Directories: app-arch/file-roller/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: d82f18f5e9e21173a8818178e7c9ab154e849da2 X-VCS-Branch: master Date: Sat, 26 May 2018 23:45:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 12e8307f-7bbb-4835-af75-f9b48cd3b559 X-Archives-Hash: 4fd392059d51943d1fdb3796e66c9fa8 commit: d82f18f5e9e21173a8818178e7c9ab154e849da2 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sat May 26 22:09:54 2018 +0000 Commit: Gilles Dartiguelongue gentoo 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