From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B5ED71396D9 for ; Tue, 14 Nov 2017 02:04:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CCE72E100B; Tue, 14 Nov 2017 02:04:56 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A83D4E100B for ; Tue, 14 Nov 2017 02:04:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 002E933BF0F for ; Tue, 14 Nov 2017 02:04:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B5ED298C1 for ; Tue, 14 Nov 2017 02:04:53 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1510624829.f9a9fd0a2ecc04820e903c0018939f6e8ce82c77.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/podofo-build/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/podofo-build/podofo-build-0.9.6_pre20171027.ebuild X-VCS-Directories: virtual/podofo-build/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: f9a9fd0a2ecc04820e903c0018939f6e8ce82c77 X-VCS-Branch: master Date: Tue, 14 Nov 2017 02:04:53 +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: 5a8a7e05-a0f9-4100-acd6-6eef2f899df9 X-Archives-Hash: 8269d8c106459ea281c4bfde44f704b4 commit: f9a9fd0a2ecc04820e903c0018939f6e8ce82c77 Author: Zac Medico gentoo org> AuthorDate: Tue Nov 14 01:59:02 2017 +0000 Commit: Zac Medico gentoo org> CommitDate: Tue Nov 14 02:00:29 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9a9fd0a virtual/podofo-build: version bump to 0.9.6_pre20171027 Thanks to jorgicio for the report. Closes: https://bugs.gentoo.org/637290 Package-Manager: Portage-2.3.13, Repoman-2.3.3 .../podofo-build/podofo-build-0.9.6_pre20171027.ebuild | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/virtual/podofo-build/podofo-build-0.9.6_pre20171027.ebuild b/virtual/podofo-build/podofo-build-0.9.6_pre20171027.ebuild new file mode 100644 index 00000000000..a2df3a30eb0 --- /dev/null +++ b/virtual/podofo-build/podofo-build-0.9.6_pre20171027.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="Virtual package for building against PoDoFo" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86" +IUSE="+boost idn debug test +tools" + +# Pull in boost for build-against header dependency (see bug #503802). +RDEPEND=" + app-text/podofo:0/${PV}[boost=,idn=,debug=,test=,tools=] + boost? ( dev-libs/boost ) +"