dev-libs/libtommath: remove double prefix.
authorBenda Xu <heroxbd@gentoo.org>
Wed, 11 Jan 2017 04:46:29 +0000 (13:46 +0900)
committerBenda Xu <heroxbd@gentoo.org>
Wed, 11 Jan 2017 04:46:44 +0000 (13:46 +0900)
  Shorten DESCRIPTION.

Package-Manager: portage-2.3.3

dev-libs/libtommath/libtommath-1.0.ebuild

index 98b3e2027e2b6bb0990c705fd11cac7c03b8a412..fec978681d41353fa749b3cf9e0420125914286f 100644 (file)
@@ -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