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 12286138359 for ; Sat, 22 Aug 2020 11:33:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A678AE0839; Sat, 22 Aug 2020 11:33:23 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 45F0BE0833 for ; Sat, 22 Aug 2020 11:33:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 0AFD2340E1E for ; Sat, 22 Aug 2020 11:33:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6720C2D2 for ; Sat, 22 Aug 2020 11:33:20 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1598095994.61ad32aa792d143251f0f2b70c9a1ade98098b67.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/lvtk/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/lvtk/lvtk-1.2.0-r1.ebuild X-VCS-Directories: media-libs/lvtk/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 61ad32aa792d143251f0f2b70c9a1ade98098b67 X-VCS-Branch: master Date: Sat, 22 Aug 2020 11:33:20 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 35fb2c81-18c8-4ed3-b773-1c9b8dc0fe04 X-Archives-Hash: fb994722efb3464af74f635c7ea62e9d commit: 61ad32aa792d143251f0f2b70c9a1ade98098b67 Author: Miroslav Šulc gentoo org> AuthorDate: Sat Aug 22 10:59:12 2020 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Sat Aug 22 11:33:14 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61ad32aa media-libs/lvtk: replaced waf hard version with variable in 1.2.0-r1 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Miroslav Šulc gentoo.org> media-libs/lvtk/lvtk-1.2.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/lvtk/lvtk-1.2.0-r1.ebuild b/media-libs/lvtk/lvtk-1.2.0-r1.ebuild index c183d299349..091d531606e 100644 --- a/media-libs/lvtk/lvtk-1.2.0-r1.ebuild +++ b/media-libs/lvtk/lvtk-1.2.0-r1.ebuild @@ -13,7 +13,7 @@ WAF_VER=2.0.20 DESCRIPTION="A set of C++ wrappers around the LV2 C API" HOMEPAGE="https://lvtk.org/" SRC_URI="https://github.com/lvtk/lvtk/archive/${PV}.tar.gz -> ${P}.tar.gz - https://waf.io/waf-2.0.20" + https://waf.io/waf-${WAF_VER}" LICENSE="GPL-3+" SLOT="0"