summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenda Xu <heroxbd@gentoo.org>2017-01-11 13:46:29 +0900
committerBenda Xu <heroxbd@gentoo.org>2017-01-11 13:46:44 +0900
commita8bc1cd7d12287494d6d66d37e8de5d71fddbb83 (patch)
treec28b673891f68a26e520df0473c7efae3817eee9 /dev-libs/libtommath
parentarch.list: add arm64-linux prefix arch. (diff)
downloadgentoo-a8bc1cd7d12287494d6d66d37e8de5d71fddbb83.tar.gz
gentoo-a8bc1cd7d12287494d6d66d37e8de5d71fddbb83.tar.bz2
gentoo-a8bc1cd7d12287494d6d66d37e8de5d71fddbb83.zip
dev-libs/libtommath: remove double prefix.
Shorten DESCRIPTION. Package-Manager: portage-2.3.3
Diffstat (limited to 'dev-libs/libtommath')
-rw-r--r--dev-libs/libtommath/libtommath-1.0.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/libtommath/libtommath-1.0.ebuild b/dev-libs/libtommath/libtommath-1.0.ebuild
index 98b3e2027e2b..fec978681d41 100644
--- a/dev-libs/libtommath/libtommath-1.0.ebuild
+++ b/dev-libs/libtommath/libtommath-1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -6,7 +6,7 @@ EAPI=5
inherit autotools eutils multilib toolchain-funcs
-DESCRIPTION="highly optimized and portable routines for integer based number theoretic applications"
+DESCRIPTION="highly optimized and portable routines for integer theoretic applications"
HOMEPAGE="http://www.libtom.org/"
SRC_URI="https://github.com/libtom/libtommath/releases/download/v${PV}/ltm-${PV}.tar.xz"
@@ -49,7 +49,7 @@ src_compile() {
}
src_install() {
- _emake DESTDIR="${ED}" install
+ _emake DESTDIR="${D}" install
# We only link against -lc, so drop the .la file.
find "${ED}" -name '*.la' -delete