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 5D39E138330 for ; Sat, 8 Oct 2016 09:51:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 19BBB21C1B7; Sat, 8 Oct 2016 09:51:22 +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 F398421C1B7 for ; Sat, 8 Oct 2016 09:51:21 +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 DB2F03414D3 for ; Sat, 8 Oct 2016 09:51:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E505324AC for ; Sat, 8 Oct 2016 09:51:17 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1475920211.b1c367373f0bd8b805271ab415502be34e34d636.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/pdfpc/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/pdfpc/pdfpc-4.0.3.ebuild X-VCS-Directories: app-misc/pdfpc/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: b1c367373f0bd8b805271ab415502be34e34d636 X-VCS-Branch: master Date: Sat, 8 Oct 2016 09:51:17 +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: 0141e05f-ec71-4086-b6a4-74f6928d66aa X-Archives-Hash: 61e1731d41d4338914ca9f21360c306a commit: b1c367373f0bd8b805271ab415502be34e34d636 Author: Pacho Ramos gentoo org> AuthorDate: Sat Oct 8 08:48:37 2016 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat Oct 8 09:50:11 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1c36737 app-misc/pdfpc: Support vala:0.32 Package-Manager: portage-2.3.1 app-misc/pdfpc/pdfpc-4.0.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-misc/pdfpc/pdfpc-4.0.3.ebuild b/app-misc/pdfpc/pdfpc-4.0.3.ebuild index e57e35c..d09fce2 100644 --- a/app-misc/pdfpc/pdfpc-4.0.3.ebuild +++ b/app-misc/pdfpc/pdfpc-4.0.3.ebuild @@ -5,7 +5,7 @@ EAPI=5 VALA_MIN_API_VERSION="0.26" -VALA_MAX_API_VERSION="0.30" # fix sed line if you increase this +VALA_MAX_API_VERSION="0.32" # fix sed line if you increase this inherit vala cmake-utils @@ -30,7 +30,7 @@ DEPEND="${RDEPEND} $(vala_depend)" src_prepare() { - sed -i -e "s/valac-0.20/valac-0.30 valac-0.28 valac-0.26/" cmake/vala/FindVala.cmake || die + sed -i -e "s/valac-0.20/valac-0.32 valac-0.30 valac-0.28 valac-0.26/" cmake/vala/FindVala.cmake || die vala_src_prepare }