From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-862629-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C999758973 for <garchives@archives.gentoo.org>; Wed, 10 Feb 2016 22:58:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 684F9E080A; Wed, 10 Feb 2016 22:58:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 12900E080A for <gentoo-commits@lists.gentoo.org>; Wed, 10 Feb 2016 22:58:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 37EDA34099A for <gentoo-commits@lists.gentoo.org>; Wed, 10 Feb 2016 22:58:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7471F8F8 for <gentoo-commits@lists.gentoo.org>; Wed, 10 Feb 2016 22:58:26 +0000 (UTC) From: "NP Hardass" <np-hardass@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "NP Hardass" <np-hardass@gentoo.org> Message-ID: <1455144628.5c1d93acb75dc31fc8354b4781811f0515b811a5.np-hardass@gentoo> Subject: [gentoo-commits] proj/gentoo-mate:master commit in: app-text/atril/ X-VCS-Repository: proj/gentoo-mate X-VCS-Files: app-text/atril/atril-1.10.3-r1.ebuild app-text/atril/atril-1.10.3.ebuild X-VCS-Directories: app-text/atril/ X-VCS-Committer: np-hardass X-VCS-Committer-Name: NP Hardass X-VCS-Revision: 5c1d93acb75dc31fc8354b4781811f0515b811a5 X-VCS-Branch: master Date: Wed, 10 Feb 2016 22:58:26 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0190e250-0b10-404e-801e-89b25d788c3a X-Archives-Hash: f37426185eb218ba1a815547a14cff9b commit: 5c1d93acb75dc31fc8354b4781811f0515b811a5 Author: NP-Hardass <NP-Hardass <AT> gentoo <DOT> org> AuthorDate: Wed Feb 10 22:50:28 2016 +0000 Commit: NP Hardass <np-hardass <AT> gentoo <DOT> org> CommitDate: Wed Feb 10 22:50:28 2016 +0000 URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=5c1d93ac app-text/atril: Fix missing configure option. Thanks to joost_op Package-Manager: portage-2.2.26 app-text/atril/{atril-1.10.3.ebuild => atril-1.10.3-r1.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-text/atril/atril-1.10.3.ebuild b/app-text/atril/atril-1.10.3-r1.ebuild similarity index 97% rename from app-text/atril/atril-1.10.3.ebuild rename to app-text/atril/atril-1.10.3-r1.ebuild index 3753f7a..5c44cbd 100644 --- a/app-text/atril/atril-1.10.3.ebuild +++ b/app-text/atril/atril-1.10.3-r1.ebuild @@ -43,7 +43,7 @@ RDEPEND=">=app-text/poppler-0.16:0=[cairo] virtual/tex-base:0 t1lib? ( >=media-libs/t1lib-5:5 ) ) - epub? ( net-libs/webkit-gtk:2 ) + epub? ( >=net-libs/webkit-gtk-2.4.3:2 ) gnome-keyring? ( >=app-crypt/libsecret-0.5:0 ) introspection? ( >=dev-libs/gobject-introspection-0.6:0 ) postscript? ( >=app-text/libspectre-0.2:0 ) @@ -87,6 +87,7 @@ src_configure() { $(use_enable dbus) \ $(use_enable djvu) \ $(use_enable dvi) \ + $(use_with epub webkit) \ $(use_with gnome-keyring keyring) \ $(use_enable introspection) \ $(use_enable caja) \