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 EC4CF138330 for ; Thu, 25 Aug 2016 01:42:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 635C721C06B; Thu, 25 Aug 2016 01:42:03 +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 09B1B21C06B for ; Thu, 25 Aug 2016 01:42:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 58B14340940 for ; Thu, 25 Aug 2016 01:42:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1DB9B245A for ; Thu, 25 Aug 2016 01:41:59 +0000 (UTC) From: "Benda XU" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Benda XU" Message-ID: <1472089315.f14d948e9c4ea935116142674740e5a66f2e45a4.heroxbd@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-scheme/guile/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-scheme/guile/guile-2.0.12-r1.ebuild X-VCS-Directories: dev-scheme/guile/ X-VCS-Committer: heroxbd X-VCS-Committer-Name: Benda XU X-VCS-Revision: f14d948e9c4ea935116142674740e5a66f2e45a4 X-VCS-Branch: master Date: Thu, 25 Aug 2016 01:41:59 +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: ffc575d7-6d5c-4420-b767-3771ae329fa4 X-Archives-Hash: 7dee25d878ea2d58694fecd0fb4790d5 commit: f14d948e9c4ea935116142674740e5a66f2e45a4 Author: Benda Xu gentoo org> AuthorDate: Thu Aug 25 01:41:40 2016 +0000 Commit: Benda XU gentoo org> CommitDate: Thu Aug 25 01:41:55 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f14d948e dev-scheme/guile: always use mv (non ebuild helpers) with ED. Package-Manager: portage-2.3.0 dev-scheme/guile/guile-2.0.12-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-scheme/guile/guile-2.0.12-r1.ebuild b/dev-scheme/guile/guile-2.0.12-r1.ebuild index 2cfc2b1..9043cc5 100644 --- a/dev-scheme/guile/guile-2.0.12-r1.ebuild +++ b/dev-scheme/guile/guile-2.0.12-r1.ebuild @@ -63,7 +63,7 @@ src_install() { # From Novell # https://bugzilla.novell.com/show_bug.cgi?id=874028#c0 dodir /usr/share/gdb/auto-load/$(get_libdir) - mv "${D}"/usr/$(get_libdir)/libguile-*-gdb.scm "${D}"/usr/share/gdb/auto-load/$(get_libdir) || die + mv "${ED}"/usr/$(get_libdir)/libguile-*-gdb.scm "${ED}"/usr/share/gdb/auto-load/$(get_libdir) || die # texmacs needs this, closing bug #23493 dodir /etc/env.d