From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A76DF139A8D for ; Tue, 8 Sep 2015 12:17:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B646141B2; Tue, 8 Sep 2015 12:17:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AB43A141B2 for ; Tue, 8 Sep 2015 12:17:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A1270340885 for ; Tue, 8 Sep 2015 12:17:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 70960183 for ; Tue, 8 Sep 2015 12:17:17 +0000 (UTC) From: "Ian Delaney" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Delaney" Message-ID: <1441714582.2eb7554fdec8f4b3c90783f2ff8dbacf32f51f5f.idella4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/rnv/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/rnv/rnv-1.7.11-r1.ebuild X-VCS-Directories: app-text/rnv/ X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: 2eb7554fdec8f4b3c90783f2ff8dbacf32f51f5f X-VCS-Branch: master Date: Tue, 8 Sep 2015 12:17: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-Archives-Salt: 36bcb660-67bb-4952-8081-b33049469bc4 X-Archives-Hash: 40468e67f38dfa731b6f146fd37690fb commit: 2eb7554fdec8f4b3c90783f2ff8dbacf32f51f5f Author: Ian Delaney gentoo org> AuthorDate: Tue Sep 8 12:13:37 2015 +0000 Commit: Ian Delaney gentoo org> CommitDate: Tue Sep 8 12:16:22 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2eb7554f app-text/rnv: re-set dep scm in DEPEND, fixes bug #558920 Package-Manager: portage-2.2.20.1 app-text/rnv/rnv-1.7.11-r1.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app-text/rnv/rnv-1.7.11-r1.ebuild b/app-text/rnv/rnv-1.7.11-r1.ebuild index aa115b8..5d0d5e3 100644 --- a/app-text/rnv/rnv-1.7.11-r1.ebuild +++ b/app-text/rnv/rnv-1.7.11-r1.ebuild @@ -13,10 +13,9 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="scheme" RDEPEND="dev-libs/expat - scheme? ( dev-scheme/scm[libscm] )" + dev-scheme/scm[libscm]" DEPEND="${RDEPEND}" src_prepare() {