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 CD56913989D for ; Wed, 26 Aug 2015 12:31:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B68D7E088B; Wed, 26 Aug 2015 12:31:13 +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 62D0DE088B for ; Wed, 26 Aug 2015 12:31:13 +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 530FC340A7D for ; Wed, 26 Aug 2015 12:31:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B3F9115B for ; Wed, 26 Aug 2015 12:31:09 +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: <1440592240.b9136d0e0a400e952faac8f93b42e8050fc502ea.amadio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/maxima/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/maxima/maxima-5.34.1.ebuild sci-mathematics/maxima/maxima-5.36.1.ebuild X-VCS-Directories: sci-mathematics/maxima/ X-VCS-Committer: amadio X-VCS-Committer-Name: Guilherme Amadio X-VCS-Revision: b9136d0e0a400e952faac8f93b42e8050fc502ea X-VCS-Branch: master Date: Wed, 26 Aug 2015 12:31: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: 682a28ef-9429-4053-b133-6b5c468f016e X-Archives-Hash: b16bc4a26a95331775b12720fdec4eca commit: b9136d0e0a400e952faac8f93b42e8050fc502ea Author: Guilherme Amadio gentoo org> AuthorDate: Wed Aug 26 12:30:40 2015 +0000 Commit: Guilherme Amadio gentoo org> CommitDate: Wed Aug 26 12:30:40 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9136d0e sci-mathematics/maxima: fix prefix compilation, bug 548260 Signed-off-by: Guilherme Amadio gentoo.org> Package-Manager: portage-2.2.20.1 sci-mathematics/maxima/maxima-5.34.1.ebuild | 4 ++-- sci-mathematics/maxima/maxima-5.36.1.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sci-mathematics/maxima/maxima-5.34.1.ebuild b/sci-mathematics/maxima/maxima-5.34.1.ebuild index d683128..b679a8a 100644 --- a/sci-mathematics/maxima/maxima-5.34.1.ebuild +++ b/sci-mathematics/maxima/maxima-5.34.1.ebuild @@ -144,12 +144,12 @@ src_configure() { done fi - econf ${CONFS} $(use_with tk wish) --with-lispdir="${SITELISP}"/${PN} + econf ${CONFS} $(use_with tk wish) --with-lispdir="${EPREFIX}/${SITELISP}"/${PN} } src_install() { docompress -x /usr/share/info - emake DESTDIR="${D}" emacsdir="${SITELISP}/${PN}" install + emake DESTDIR="${D}" emacsdir="${EPREFIX}/${SITELISP}/${PN}" install use tk && make_desktop_entry xmaxima xmaxima \ /usr/share/${PN}/${PV}/xmaxima/maxima-new.png \ diff --git a/sci-mathematics/maxima/maxima-5.36.1.ebuild b/sci-mathematics/maxima/maxima-5.36.1.ebuild index fc3eb93..79aa856 100644 --- a/sci-mathematics/maxima/maxima-5.36.1.ebuild +++ b/sci-mathematics/maxima/maxima-5.36.1.ebuild @@ -144,12 +144,12 @@ src_configure() { done fi - econf ${CONFS} $(use_with tk wish) --with-lispdir="${SITELISP}"/${PN} + econf ${CONFS} $(use_with tk wish) --with-lispdir="${EPREFIX}/${SITELISP}"/${PN} } src_install() { docompress -x /usr/share/info - emake DESTDIR="${D}" emacsdir="${SITELISP}/${PN}" install + emake DESTDIR="${D}" emacsdir="${EPREFIX}/${SITELISP}/${PN}" install use tk && make_desktop_entry xmaxima xmaxima \ /usr/share/${PN}/${PV}/xmaxima/maxima-new.png \