diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-02-23 13:37:46 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-02-23 13:37:46 +0000 |
commit | 59e872b5305c4367096552c81e84c7d121dab554 (patch) | |
tree | 0cc7d738d3be8fcdf7ec5792a84236b8fc0d112c /app-text | |
parent | fix KEYWORDS to match available deps (Manifest recommit) (diff) | |
download | gentoo-2-59e872b5305c4367096552c81e84c7d121dab554.tar.gz gentoo-2-59e872b5305c4367096552c81e84c7d121dab554.tar.bz2 gentoo-2-59e872b5305c4367096552c81e84c7d121dab554.zip |
Marked x86 only. See bug #15980
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/pdf2html/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/pdf2html/pdf2html-1.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/pdf2html/ChangeLog b/app-text/pdf2html/ChangeLog index 637db03ecbbe..49faadf76541 100644 --- a/app-text/pdf2html/ChangeLog +++ b/app-text/pdf2html/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for app-text/pdf2html # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/pdf2html/ChangeLog,v 1.1 2004/02/21 15:25:51 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pdf2html/ChangeLog,v 1.2 2004/02/23 13:37:46 usata Exp $ *pdf2html-1.4 (21 Feb 2004) + 23 Feb 2004; Mamoru KOMACHI <usata@gentoo.org> pdf2html-1.4.ebuild: + Marked x86 only. See bug #15980 + 21 Feb 2004; Mamoru KOMACHI <usata@gentoo.org> metadata.xml, pdf2html-1.4.ebuild: Initial import. Ebuild submitted by Victor Iggy <lamer0@lamer0.com>, diff --git a/app-text/pdf2html/pdf2html-1.4.ebuild b/app-text/pdf2html/pdf2html-1.4.ebuild index c57a5c522064..66f2d0ad6f2d 100644 --- a/app-text/pdf2html/pdf2html-1.4.ebuild +++ b/app-text/pdf2html/pdf2html-1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/pdf2html/pdf2html-1.4.ebuild,v 1.1 2004/02/21 15:25:51 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pdf2html/pdf2html-1.4.ebuild,v 1.2 2004/02/23 13:37:46 usata Exp $ SLOT="0" @@ -8,7 +8,7 @@ DESCRIPTION="Converts pdf files to html files" SRC_URI="ftp://atrey.karlin.mff.cuni.cz/pub/local/clock/pdf2html/${P}.tgz" HOMEPAGE="http://atrey.karlin.mff.cuni.cz/~clock/twibright/pdf2html/" -KEYWORDS="~x86 -alpha" +KEYWORDS="~x86 -*" LICENSE="GPL-2" DEPEND=">=media-libs/libpng-1.2.5 >=app-text/ghostscript-7.05.5 |