diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-05-26 10:38:29 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-11-29 17:10:09 -0500 |
commit | 1083683f43157a9066c6d4a640d6bd3f90bd2809 (patch) | |
tree | ce3cf0e06e3e72ff66019165cfe4a1cc3c783ee0 /dev-libs/libtompoly | |
parent | sci-libs/ldl: remove unused patch(es) (diff) | |
download | gentoo-1083683f43157a9066c6d4a640d6bd3f90bd2809.tar.gz gentoo-1083683f43157a9066c6d4a640d6bd3f90bd2809.tar.bz2 gentoo-1083683f43157a9066c6d4a640d6bd3f90bd2809.zip |
dev-libs/libtompoly: fix HOMEPAGE
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-libs/libtompoly')
-rw-r--r-- | dev-libs/libtompoly/libtompoly-0.04.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libtompoly/libtompoly-0.04.ebuild b/dev-libs/libtompoly/libtompoly-0.04.ebuild index 038467c5d147..498b2f55e6d0 100644 --- a/dev-libs/libtompoly/libtompoly-0.04.ebuild +++ b/dev-libs/libtompoly/libtompoly-0.04.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="4" @@ -6,7 +6,7 @@ EAPI="4" inherit toolchain-funcs multilib DESCRIPTION="portable ISO C library for polynomial basis arithmetic" -HOMEPAGE="http://www.libtom.org/" +HOMEPAGE="http://www.libtom.net/" SRC_URI="https://github.com/libtom/libtompoly/releases/download/${PV}/ltp-${PV}.tar.bz2" LICENSE="WTFPL-2" |