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 B9D27138334 for ; Sun, 7 Apr 2019 11:35:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8CACFE0828; Sun, 7 Apr 2019 11:35:12 +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 60A92E0828 for ; Sun, 7 Apr 2019 11:35:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 62B1B335C86 for ; Sun, 7 Apr 2019 11:35:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A5B83593 for ; Sun, 7 Apr 2019 11:35:07 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1554636884.f40e92e5a15e7dcfe7dcc60ccba6eff0a778b8ad.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/atril/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/atril/atril-1.22.0.ebuild X-VCS-Directories: app-text/atril/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f40e92e5a15e7dcfe7dcc60ccba6eff0a778b8ad X-VCS-Branch: master Date: Sun, 7 Apr 2019 11:35:07 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d9a18db5-d37c-4381-b5b7-0d0b2a888986 X-Archives-Hash: 8626fb38888107c873a474037f9bc5c9 commit: f40e92e5a15e7dcfe7dcc60ccba6eff0a778b8ad Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Apr 7 11:34:00 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Apr 7 11:34:44 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f40e92e5 app-text/atril: Add missing dev-util/glib-utils Non-maintainer fix. Closes: https://bugs.gentoo.org/680876 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> app-text/atril/atril-1.22.0.ebuild | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app-text/atril/atril-1.22.0.ebuild b/app-text/atril/atril-1.22.0.ebuild index 6ccb2b4d54d..59f71871fb2 100644 --- a/app-text/atril/atril-1.22.0.ebuild +++ b/app-text/atril/atril-1.22.0.ebuild @@ -19,7 +19,8 @@ IUSE="caja dbus debug djvu dvi epub +introspection gnome-keyring +postscript t1l REQUIRED_USE="t1lib? ( dvi )" -COMMON_DEPEND=">=app-text/poppler-0.22[cairo] +RDEPEND=" + >=app-text/poppler-0.22[cairo] dev-libs/atk >=dev-libs/glib-2.50:2 >=dev-libs/libxml2-2.5:2 @@ -48,18 +49,17 @@ COMMON_DEPEND=">=app-text/poppler-0.22[cairo] xps? ( >=app-text/libgxps-0.2.1 ) !!app-text/mate-document-viewer" -RDEPEND="${COMMON_DEPEND}" - -DEPEND="${COMMON_DEPEND} +DEPEND="${RDEPEND} app-text/docbook-xml-dtd:4.1.2 app-text/rarian app-text/yelp-tools >=app-text/scrollkeeper-dtd-1:1.0 + dev-util/glib-utils dev-util/gtk-doc dev-util/gtk-doc-am >=dev-util/intltool-0.50.1 - virtual/pkgconfig:* - sys-devel/gettext:*" + sys-devel/gettext + virtual/pkgconfig" # Tests use dogtail which is not available on Gentoo. RESTRICT="test"