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 6BEA0138350 for ; Wed, 11 Mar 2020 12:22:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D96CE08C2; Wed, 11 Mar 2020 12:22:20 +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 6E7AFE08C2 for ; Wed, 11 Mar 2020 12:22:20 +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 5D4C734F21E for ; Wed, 11 Mar 2020 12:22:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 141ED102 for ; Wed, 11 Mar 2020 12:22:17 +0000 (UTC) From: "Guilherme Amadio" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Guilherme Amadio" Message-ID: <1583929298.d43ca36b70b539a811a8a3680b2edcd78af94dc8.amadio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/SoXt/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/SoXt/SoXt-1.3.0.ebuild X-VCS-Directories: media-libs/SoXt/ X-VCS-Committer: amadio X-VCS-Committer-Name: Guilherme Amadio X-VCS-Revision: d43ca36b70b539a811a8a3680b2edcd78af94dc8 X-VCS-Branch: master Date: Wed, 11 Mar 2020 12:22: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 88c30cf8-7078-4c33-ad04-08ade4c6980f X-Archives-Hash: a21d9d112b164817e807ff6de41e3cde commit: d43ca36b70b539a811a8a3680b2edcd78af94dc8 Author: Guilherme Amadio gentoo org> AuthorDate: Wed Mar 11 12:02:16 2020 +0000 Commit: Guilherme Amadio gentoo org> CommitDate: Wed Mar 11 12:21:38 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d43ca36b media-libs/SoXt: update dependency on media-libs/coin Depends on coin-config, not present in >=media-libs/coin-4. Package-Manager: Portage-2.3.93, Repoman-2.3.20 Signed-off-by: Guilherme Amadio gentoo.org> media-libs/SoXt/SoXt-1.3.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/SoXt/SoXt-1.3.0.ebuild b/media-libs/SoXt/SoXt-1.3.0.ebuild index 00fd2ed8390..449806a1369 100644 --- a/media-libs/SoXt/SoXt-1.3.0.ebuild +++ b/media-libs/SoXt/SoXt-1.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -15,7 +15,7 @@ SLOT="0" IUSE="debug doc static-libs" RDEPEND=" - >=media-libs/coin-3.1.3 +