diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-04-17 16:36:41 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-04-17 16:36:41 +0000 |
commit | 84a2e79c00bf4152a5fe08218d27a08a3505f9f4 (patch) | |
tree | 6da0728b936d64e1c865a45e2f0cdfb47504cd49 /dev-tex/floatflt | |
parent | eutils (diff) | |
download | historical-84a2e79c00bf4152a5fe08218d27a08a3505f9f4.tar.gz historical-84a2e79c00bf4152a5fe08218d27a08a3505f9f4.tar.bz2 historical-84a2e79c00bf4152a5fe08218d27a08a3505f9f4.zip |
Numerous small fixes, see ChangeLog for details.
Diffstat (limited to 'dev-tex/floatflt')
-rw-r--r-- | dev-tex/floatflt/ChangeLog | 3 | ||||
-rw-r--r-- | dev-tex/floatflt/floatflt-1.31a.ebuild | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/dev-tex/floatflt/ChangeLog b/dev-tex/floatflt/ChangeLog index f90288a90b5b..68f71176360c 100644 --- a/dev-tex/floatflt/ChangeLog +++ b/dev-tex/floatflt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-tex/floatflt # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 + 17 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> floatflt-1.31a.ebuild: + Added IUSE=. + 13 Apr 2004; Danny van Dyk <kugelfang@gentoo.org> floatflt-1.31a.ebuild: marked ~amd64 diff --git a/dev-tex/floatflt/floatflt-1.31a.ebuild b/dev-tex/floatflt/floatflt-1.31a.ebuild index 625d9199706b..d4f4287ee357 100644 --- a/dev-tex/floatflt/floatflt-1.31a.ebuild +++ b/dev-tex/floatflt/floatflt-1.31a.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # Maintainer: Felix Kurth <felix@fkurth.de> -# $Header: /var/cvsroot/gentoo-x86/dev-tex/floatflt/floatflt-1.31a.ebuild,v 1.3 2004/04/13 13:03:43 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/floatflt/floatflt-1.31a.ebuild,v 1.4 2004/04/17 16:36:27 aliz Exp $ inherit latex-package @@ -12,4 +12,4 @@ HOMEPAGE="http://www.ctan.org/tex-archive/help/Catalogue/entries/floatflt.html?a LICENSE="LPPL-1.2" SLOT="0" KEYWORDS="x86 ppc sparc ~amd64" - +IUSE="" |