diff options
author | Alessandro-Barbieri <ale.barbio@alice.it> | 2017-05-13 23:16:31 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-05-15 00:53:03 +0200 |
commit | 6e5ee9af6f5b19313a2c693ca8bf558cf91ec32c (patch) | |
tree | 9bdcba5f2c734b3797131503801e647a7a000bb7 /sci-mathematics/polymake | |
parent | dev-python/pygit2: backport cffi-1.10 fix (diff) | |
download | gentoo-6e5ee9af6f5b19313a2c693ca8bf558cf91ec32c.tar.gz gentoo-6e5ee9af6f5b19313a2c693ca8bf558cf91ec32c.tar.bz2 gentoo-6e5ee9af6f5b19313a2c693ca8bf558cf91ec32c.zip |
sci-mathematics/polymake: fix typo.
Package-Manager: Portage-2.3.5, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/4620
Diffstat (limited to 'sci-mathematics/polymake')
-rw-r--r-- | sci-mathematics/polymake/polymake-3.0_p2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/polymake/polymake-3.0_p2.ebuild b/sci-mathematics/polymake/polymake-3.0_p2.ebuild index 9dc54cea520e..7727fc25d421 100644 --- a/sci-mathematics/polymake/polymake-3.0_p2.ebuild +++ b/sci-mathematics/polymake/polymake-3.0_p2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -85,6 +85,6 @@ pkg_postinst(){ elog "Support for jreality is missing, sorry (see bug #346073)." elog " " elog "Additional features for polymake are available through external" - elog "software such as sci-mathmatics/4ti2 and sci-mathematics/topcom." + elog "software such as sci-mathematics/4ti2 and sci-mathematics/topcom." elog "After installing new external software run 'polymake --reconfigure'." } |