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 D0F8B1381F3 for ; Tue, 6 Aug 2013 08:04:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 584BDE0B07; Tue, 6 Aug 2013 08:04:43 +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 CAE5DE0AF4 for ; Tue, 6 Aug 2013 08:04:42 +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 DBA4833E95C for ; Tue, 6 Aug 2013 08:04:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 6EB21E5460 for ; Tue, 6 Aug 2013 08:04:40 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1375776118.dc5a1e449c5fceceec43c068b3e056af423262a4.kensington@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: app-text/poppler/ X-VCS-Repository: proj/qt X-VCS-Files: app-text/poppler/poppler-9999.ebuild X-VCS-Directories: app-text/poppler/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: dc5a1e449c5fceceec43c068b3e056af423262a4 X-VCS-Branch: master Date: Tue, 6 Aug 2013 08:04:40 +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: c0d6e968-ae5c-493c-9fa1-2fd754d042e1 X-Archives-Hash: 0aedde9f979d5fa0d892797efdc05066 commit: dc5a1e449c5fceceec43c068b3e056af423262a4 Author: Michael Palimaka gentoo org> AuthorDate: Tue Aug 6 08:01:58 2013 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Tue Aug 6 08:01:58 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=dc5a1e44 [app-text/poppler] Pin virtual/jpeg SLOT to 0. Package-Manager: portage-2.1.13.5 --- app-text/poppler/poppler-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/poppler/poppler-9999.ebuild b/app-text/poppler/poppler-9999.ebuild index 602e376..155de2f 100644 --- a/app-text/poppler/poppler-9999.ebuild +++ b/app-text/poppler/poppler-9999.ebuild @@ -28,7 +28,7 @@ COMMON_DEPEND=" introspection? ( >=dev-libs/gobject-introspection-1.32.1 ) ) curl? ( net-misc/curl ) - jpeg? ( virtual/jpeg ) + jpeg? ( virtual/jpeg:0 ) jpeg2k? ( media-libs/openjpeg:0 ) lcms? ( media-libs/lcms:2 ) png? ( media-libs/libpng:0= )