diff options
author | Dylan Carlson <absinthe@gentoo.org> | 2004-12-28 21:23:13 +0000 |
---|---|---|
committer | Dylan Carlson <absinthe@gentoo.org> | 2004-12-28 21:23:13 +0000 |
commit | 391991bd5b03b5be541a17026ccdc34b860b1e14 (patch) | |
tree | 0fd46b570177ddd451074269d79fca8d8a2eb575 /dev-tex/dvi2tty | |
parent | Change encoding to UTF-8 for GLEP 31 compliance (diff) | |
download | historical-391991bd5b03b5be541a17026ccdc34b860b1e14.tar.gz historical-391991bd5b03b5be541a17026ccdc34b860b1e14.tar.bz2 historical-391991bd5b03b5be541a17026ccdc34b860b1e14.zip |
Keywords ~amd64.
Diffstat (limited to 'dev-tex/dvi2tty')
-rw-r--r-- | dev-tex/dvi2tty/ChangeLog | 5 | ||||
-rw-r--r-- | dev-tex/dvi2tty/dvi2tty-5.3.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-tex/dvi2tty/ChangeLog b/dev-tex/dvi2tty/ChangeLog index 38e0c654c7e7..4ed165b53597 100644 --- a/dev-tex/dvi2tty/ChangeLog +++ b/dev-tex/dvi2tty/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-tex/dvi2tty # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/dvi2tty/ChangeLog,v 1.5 2004/12/16 12:08:26 pclouds Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/dvi2tty/ChangeLog,v 1.6 2004/12/28 20:59:04 absinthe Exp $ + + 28 Dec 2004; Dylan Carlson <absinthe@gentoo.org> dvi2tty-5.3.1.ebuild: + Keywords ~amd64. 16 Dec 2004; <pclouds@gentoo.org> +files/dvi2tty-gcc.patch, dvi2tty-5.3.1.ebuild: diff --git a/dev-tex/dvi2tty/dvi2tty-5.3.1.ebuild b/dev-tex/dvi2tty/dvi2tty-5.3.1.ebuild index 543dd76e1739..1a275e3aea02 100644 --- a/dev-tex/dvi2tty/dvi2tty-5.3.1.ebuild +++ b/dev-tex/dvi2tty/dvi2tty-5.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/dvi2tty/dvi2tty-5.3.1.ebuild,v 1.4 2004/12/16 12:08:26 pclouds Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/dvi2tty/dvi2tty-5.3.1.ebuild,v 1.5 2004/12/28 20:59:04 absinthe Exp $ inherit eutils DESCRIPTION="Preview dvi-files on text-only devices" @@ -8,7 +8,7 @@ HOMEPAGE="http://www.ctan.org/tex-archive/dviware/" SRC_URI="ftp://ftp.mesa.nl/pub/dvi2tty/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ppc" +KEYWORDS="x86 ppc ~amd64" IUSE="" DEPEND="" |