summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Kahle <tomka@gentoo.org>2012-06-03 14:54:00 +0000
committerThomas Kahle <tomka@gentoo.org>2012-06-03 14:54:00 +0000
commitb8647d866291b01ee649194e8a3d82bd6bf0f651 (patch)
treec789e584ceb930f55e985d7c5ccdcf190622f4c2 /sci-mathematics
parentAdd gcc/unistd patch (diff)
downloadgentoo-2-b8647d866291b01ee649194e8a3d82bd6bf0f651.tar.gz
gentoo-2-b8647d866291b01ee649194e8a3d82bd6bf0f651.tar.bz2
gentoo-2-b8647d866291b01ee649194e8a3d82bd6bf0f651.zip
Fix libpolymake.so.0 symlink
(Portage version: 2.1.10.64/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/polymake/ChangeLog5
-rw-r--r--sci-mathematics/polymake/polymake-2.12.ebuild3
2 files changed, 6 insertions, 2 deletions
diff --git a/sci-mathematics/polymake/ChangeLog b/sci-mathematics/polymake/ChangeLog
index 0e5b7aba9bce..62cb05ff0d02 100644
--- a/sci-mathematics/polymake/ChangeLog
+++ b/sci-mathematics/polymake/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-mathematics/polymake
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/polymake/ChangeLog,v 1.9 2012/04/20 13:32:19 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/polymake/ChangeLog,v 1.10 2012/06/03 14:54:00 tomka Exp $
+
+ 03 Jun 2012; Thomas Kahle <tomka@gentoo.org> polymake-2.12.ebuild:
+ Fix libpolymake.so.0 symlink
*polymake-2.12 (20 Apr 2012)
diff --git a/sci-mathematics/polymake/polymake-2.12.ebuild b/sci-mathematics/polymake/polymake-2.12.ebuild
index 2e948dd717a3..70ce7df0f0d9 100644
--- a/sci-mathematics/polymake/polymake-2.12.ebuild
+++ b/sci-mathematics/polymake/polymake-2.12.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/polymake/polymake-2.12.ebuild,v 1.1 2012/04/20 13:32:19 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/polymake/polymake-2.12.ebuild,v 1.2 2012/06/03 14:54:00 tomka Exp $
EAPI=2
@@ -66,6 +66,7 @@ src_configure () {
src_install(){
emake -j1 DESTDIR="${D}" install || die "install failed"
+ dosym libpolymake.so "${EPREFIX}/usr/$(get_libdir)/libpolymake.so.0" || die
}
pkg_postinst(){