From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-872346-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 4564659CA9 for <garchives@archives.gentoo.org>; Sat, 26 Mar 2016 00:08:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B1DE21C005; Sat, 26 Mar 2016 00:08:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1F93E21C005 for <gentoo-commits@lists.gentoo.org>; Sat, 26 Mar 2016 00:08:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 40049340A60 for <gentoo-commits@lists.gentoo.org>; Sat, 26 Mar 2016 00:08:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D2BBB85E for <gentoo-commits@lists.gentoo.org>; Sat, 26 Mar 2016 00:08:46 +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: <1458950866.b27dee7889d40e62bc76bff077f152f5990eceac.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-r2.ebuild X-VCS-Directories: app-text/atril/ X-VCS-Committer: np-hardass X-VCS-Committer-Name: NP Hardass X-VCS-Revision: b27dee7889d40e62bc76bff077f152f5990eceac X-VCS-Branch: master Date: Sat, 26 Mar 2016 00:08:46 +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: e45b75ca-82b1-4620-8c12-1de7293874b2 X-Archives-Hash: ba108ab341a7162ba7d5941d07f93300 commit: b27dee7889d40e62bc76bff077f152f5990eceac Author: NP-Hardass <NP-Hardass <AT> gentoo <DOT> org> AuthorDate: Sat Mar 26 00:06:47 2016 +0000 Commit: NP Hardass <np-hardass <AT> gentoo <DOT> org> CommitDate: Sat Mar 26 00:07:46 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b27dee78 app-text/atril: Fix epub USE flag. #578220, Thanks to Klaus Kusche Package-Manager: portage-2.2.26 app-text/atril/{atril-1.10.3-r1.ebuild => atril-1.10.3-r2.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/atril/atril-1.10.3-r1.ebuild b/app-text/atril/atril-1.10.3-r2.ebuild similarity index 98% rename from app-text/atril/atril-1.10.3-r1.ebuild rename to app-text/atril/atril-1.10.3-r2.ebuild index 5c44cbd..8d9e85c 100644 --- a/app-text/atril/atril-1.10.3-r1.ebuild +++ b/app-text/atril/atril-1.10.3-r2.ebuild @@ -87,7 +87,7 @@ src_configure() { $(use_enable dbus) \ $(use_enable djvu) \ $(use_enable dvi) \ - $(use_with epub webkit) \ + $(use_enable epub) \ $(use_with gnome-keyring keyring) \ $(use_enable introspection) \ $(use_enable caja) \