diff options
author | Jeroen Roovers <jer@gentoo.org> | 2007-12-18 21:22:10 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2007-12-18 21:22:10 +0000 |
commit | 8ef26ba98221ab491f01a7663fd402fc199b77b1 (patch) | |
tree | 9805b325770753b0194696fe4c067e79d8308aaf /dev-tex/dvipost/dvipost-1.1.ebuild | |
parent | Sparc stable, security Bug #202718, all tests good and it still starts up. (diff) | |
download | historical-8ef26ba98221ab491f01a7663fd402fc199b77b1.tar.gz historical-8ef26ba98221ab491f01a7663fd402fc199b77b1.tar.bz2 historical-8ef26ba98221ab491f01a7663fd402fc199b77b1.zip |
Marked ~hppa (bug #195815).
Package-Manager: portage-2.1.4_rc10
Diffstat (limited to 'dev-tex/dvipost/dvipost-1.1.ebuild')
-rw-r--r-- | dev-tex/dvipost/dvipost-1.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-tex/dvipost/dvipost-1.1.ebuild b/dev-tex/dvipost/dvipost-1.1.ebuild index 7bd6d7dc9d44..21606ce734db 100644 --- a/dev-tex/dvipost/dvipost-1.1.ebuild +++ b/dev-tex/dvipost/dvipost-1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/dvipost/dvipost-1.1.ebuild,v 1.2 2007/10/26 20:11:11 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/dvipost/dvipost-1.1.ebuild,v 1.3 2007/12/18 21:22:10 jer Exp $ inherit latex-package eutils toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="http://efeu.cybertec.at/dist/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" DEPEND="virtual/tetex" @@ -35,5 +35,5 @@ src_install() { dodoc dvipost.doc CHANGELOG NOTES README dohtml dvipost.html - newman ${S}/dvipost.man dvipost.1 + newman "${S}"/dvipost.man dvipost.1 } |