From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5AEB61381F3 for ; Thu, 18 Jul 2013 10:48:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3807EE08C0; Thu, 18 Jul 2013 10:48:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5093BE081D for ; Thu, 18 Jul 2013 10:48:37 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4AFFD33E907 for ; Thu, 18 Jul 2013 10:48:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 8422AE468F for ; Thu, 18 Jul 2013 10:48:34 +0000 (UTC) From: "Nikoli" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nikoli" Message-ID: <1374144486.6cda23683b3a86484ad0a66c8c914bdc3c688fcc.nikoli@gentoo> Subject: [gentoo-commits] proj/x11:master commit in: dev-libs/weston/ X-VCS-Repository: proj/x11 X-VCS-Files: dev-libs/weston/weston-1.2.0.ebuild dev-libs/weston/weston-9999.ebuild X-VCS-Directories: dev-libs/weston/ X-VCS-Committer: nikoli X-VCS-Committer-Name: Nikoli X-VCS-Revision: 6cda23683b3a86484ad0a66c8c914bdc3c688fcc X-VCS-Branch: master Date: Thu, 18 Jul 2013 10:48:34 +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: a4d01990-8ed1-458a-bd02-c0a36a3385b3 X-Archives-Hash: 81e1367c660a4c955a51b357999a887b commit: 6cda23683b3a86484ad0a66c8c914bdc3c688fcc Author: Nikoli lavabit com> AuthorDate: Thu Jul 18 10:48:06 2013 +0000 Commit: Nikoli lavabit com> CommitDate: Thu Jul 18 10:48:06 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=6cda2368 dev-libs/weston: fix USE pdf, thanks to Civilian Package-Manager: portage-2.1.12.2 RepoMan-Options: --force --- dev-libs/weston/weston-1.2.0.ebuild | 2 +- dev-libs/weston/weston-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/weston/weston-1.2.0.ebuild b/dev-libs/weston/weston-1.2.0.ebuild index 55d4016..148cdcd 100644 --- a/dev-libs/weston/weston-1.2.0.ebuild +++ b/dev-libs/weston/weston-1.2.0.ebuild @@ -66,7 +66,7 @@ RDEPEND=" examples? ( pango? ( x11-libs/pango ) pdf? ( - app-text/poppler + app-text/poppler:=[cairo] dev-libs/glib:2 ) ) diff --git a/dev-libs/weston/weston-9999.ebuild b/dev-libs/weston/weston-9999.ebuild index 55d4016..148cdcd 100644 --- a/dev-libs/weston/weston-9999.ebuild +++ b/dev-libs/weston/weston-9999.ebuild @@ -66,7 +66,7 @@ RDEPEND=" examples? ( pango? ( x11-libs/pango ) pdf? ( - app-text/poppler + app-text/poppler:=[cairo] dev-libs/glib:2 ) )