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 E0DFD1396D9 for ; Sun, 12 Nov 2017 15:12:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 37038E1011; Sun, 12 Nov 2017 15:12:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 16D94E1011 for ; Sun, 12 Nov 2017 15:12:31 +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 AD59D33FE2A for ; Sun, 12 Nov 2017 15:12:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1FC189A7D for ; Sun, 12 Nov 2017 15:12:29 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1510499525.5f77b1e1aca516e0482f750bfd26cfa8ad0b2b08.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/jalv/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/jalv/jalv-1.6.0-r2.ebuild X-VCS-Directories: media-sound/jalv/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 5f77b1e1aca516e0482f750bfd26cfa8ad0b2b08 X-VCS-Branch: master Date: Sun, 12 Nov 2017 15:12:29 +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: f6eadd7b-9f2c-40b8-9304-3064dc3a07f5 X-Archives-Hash: 7a443924dfe202ee2ee3ab0043b7736e commit: 5f77b1e1aca516e0482f750bfd26cfa8ad0b2b08 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Nov 12 14:48:51 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Nov 12 15:12:05 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f77b1e1 media-sound/jalv: Bump required media-libs/suil version Reported-by: Marc Joliet gmx.de> Closes: https://bugs.gentoo.org/636142 Package-Manager: Portage-2.3.13, Repoman-2.3.4 media-sound/jalv/jalv-1.6.0-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/jalv/jalv-1.6.0-r2.ebuild b/media-sound/jalv/jalv-1.6.0-r2.ebuild index eb91d17f85f..7a65d17a0fb 100644 --- a/media-sound/jalv/jalv-1.6.0-r2.ebuild +++ b/media-sound/jalv/jalv-1.6.0-r2.ebuild @@ -23,7 +23,7 @@ RDEPEND=" >=media-libs/lilv-0.24.0 >=media-libs/lv2-1.6.0 >=media-libs/sratom-0.6.0 - >=media-libs/suil-0.6.0 + >=media-libs/suil-0.10.0 gtk? ( >=x11-libs/gtk+-3.0.0:3 ) gtk2? ( >=x11-libs/gtk+-2.18.0:2 ) gtkmm? ( >=dev-cpp/gtkmm-2.20.0:2.4 )