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 06B1D138335 for ; Sun, 26 Aug 2018 11:28:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D9EC0E08B1; Sun, 26 Aug 2018 11:28:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 B246EE08B1 for ; Sun, 26 Aug 2018 11:28:12 +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 348B5335CC0 for ; Sun, 26 Aug 2018 11:28:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 41E7E3BA for ; Sun, 26 Aug 2018 11:28:09 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1535282882.778727743dea23b93e0cb45af80f59ceba1c8bf2.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/rip/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/rip/rip-1.07.ebuild X-VCS-Directories: media-sound/rip/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 778727743dea23b93e0cb45af80f59ceba1c8bf2 X-VCS-Branch: master Date: Sun, 26 Aug 2018 11:28:09 +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: 1e1508fc-613d-4d2a-82c7-6f50b0870a00 X-Archives-Hash: 3fd013e7c22eaa46339de000967dbac1 commit: 778727743dea23b93e0cb45af80f59ceba1c8bf2 Author: Michał Górny gentoo org> AuthorDate: Sun Aug 26 11:10:23 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Aug 26 11:28:02 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77872774 media-sound/rip: Remove support for non-existent deps media-sound/rip/rip-1.07.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/rip/rip-1.07.ebuild b/media-sound/rip/rip-1.07.ebuild index 718c19991c2..960ece4d292 100644 --- a/media-sound/rip/rip-1.07.ebuild +++ b/media-sound/rip/rip-1.07.ebuild @@ -20,7 +20,7 @@ RDEPEND="media-sound/cdparanoia dev-lang/perl >=dev-perl/CDDB_get-2.10 >=dev-perl/MP3-Info-0.91 - || ( media-sound/vorbis-tools media-sound/lame media-libs/flac media-sound/bladeenc media-sound/gogo )" + || ( media-sound/vorbis-tools media-sound/lame media-libs/flac media-sound/bladeenc )" src_compile() { #the thing itself is just a perl script