diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-11-07 05:53:58 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-11-07 05:53:58 +0000 |
commit | afc7c93da0138403b2b4288cf751d7a660413882 (patch) | |
tree | e9e70c4d234189759cbfbf287cb0cdb1d39f99e4 /dev-tex | |
parent | New version, bump from <joe@breakmygentoo.net> (Manifest recommit) (diff) | |
download | gentoo-2-afc7c93da0138403b2b4288cf751d7a660413882.tar.gz gentoo-2-afc7c93da0138403b2b4288cf751d7a660413882.tar.bz2 gentoo-2-afc7c93da0138403b2b4288cf751d7a660413882.zip |
Corrected typo in SRC_URI; bug #70272.
Diffstat (limited to 'dev-tex')
-rw-r--r-- | dev-tex/floatflt/floatflt-1.31a.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-tex/floatflt/floatflt-1.31a.ebuild b/dev-tex/floatflt/floatflt-1.31a.ebuild index 74b777bf8b03..76427eb99f83 100644 --- a/dev-tex/floatflt/floatflt-1.31a.ebuild +++ b/dev-tex/floatflt/floatflt-1.31a.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/floatflt/floatflt-1.31a.ebuild,v 1.7 2004/10/16 16:06:05 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/floatflt/floatflt-1.31a.ebuild,v 1.8 2004/11/07 05:53:58 usata Exp $ inherit latex-package S=${WORKDIR}/floatflt DESCRIPTION="LaTeX package used to warp figures around text" -SRC_URI="ftp://ftp.dante.de/tex-archive/macros/latex/contrib/other/${PN}t.tar.gz" +SRC_URI="ftp://ftp.dante.de/tex-archive/macros/latex/contrib/other/${PN}.tar.gz" HOMEPAGE="http://www.ctan.org/tex-archive/help/Catalogue/entries/floatflt.html?action=/tex-archive/macros/latex/contrib/other/floatflt/" LICENSE="LPPL-1.2" |