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 487151395E2 for ; Tue, 13 Dec 2016 01:26:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1799621C2D2; Mon, 12 Dec 2016 16:50:19 +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 E4C9321C2D2 for ; Mon, 12 Dec 2016 16:50:18 +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 B0A31341301 for ; Mon, 12 Dec 2016 16:50:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 295D8492 for ; Mon, 12 Dec 2016 16:50:16 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1481561412.13e3c803f30c76012bc1c06e3c8170de216d68c1.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/suil/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/suil/suil-0.8.4.ebuild X-VCS-Directories: media-libs/suil/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 13e3c803f30c76012bc1c06e3c8170de216d68c1 X-VCS-Branch: master Date: Mon, 12 Dec 2016 16:50:16 +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: a000802f-b83e-4196-9e1c-b4f007ad2acd X-Archives-Hash: 3aaac49cff912584b8fbcb6bc44c0b03 commit: 13e3c803f30c76012bc1c06e3c8170de216d68c1 Author: Lars Wendler gentoo org> AuthorDate: Mon Dec 12 16:49:57 2016 +0000 Commit: Lars Wendler gentoo org> CommitDate: Mon Dec 12 16:50:12 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13e3c803 media-libs/suil: Fixed dependency on media-libs/lv2 (bug #602448). Package-Manager: Portage-2.3.3, Repoman-2.3.1 media-libs/suil/suil-0.8.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/suil/suil-0.8.4.ebuild b/media-libs/suil/suil-0.8.4.ebuild index c0aa5b8..567d527 100644 --- a/media-libs/suil/suil-0.8.4.ebuild +++ b/media-libs/suil/suil-0.8.4.ebuild @@ -18,7 +18,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="doc gtk qt5" -RDEPEND="media-libs/lv2 +RDEPEND=">=media-libs/lv2-1.12.0 gtk? ( x11-libs/gtk+:2 ) qt5? ( dev-qt/qtcore:5