From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-862631-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 5649058973 for <garchives@archives.gentoo.org>; Wed, 10 Feb 2016 23:01:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A037E087F; Wed, 10 Feb 2016 23:01:49 +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 8CA7DE087F for <gentoo-commits@lists.gentoo.org>; Wed, 10 Feb 2016 23:01:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 91687340B0B for <gentoo-commits@lists.gentoo.org>; Wed, 10 Feb 2016 23:01:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F1DBFCEC for <gentoo-commits@lists.gentoo.org>; Wed, 10 Feb 2016 23:01:44 +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: <1455145266.5e6f094f26f4f7fa3172c9fecb20109ddfe4ce8e.np-hardass@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.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: 5e6f094f26f4f7fa3172c9fecb20109ddfe4ce8e X-VCS-Branch: master Date: Wed, 10 Feb 2016 23:01:44 +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: a6ef622a-8bf9-4638-a184-8061c02d6f6b X-Archives-Hash: 688845af19eee76bccb19113636b6f6a commit: 5e6f094f26f4f7fa3172c9fecb20109ddfe4ce8e 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 23:01:06 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e6f094f 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) \