author | Michael Krelin <hacker@klever.net> | 2007-02-22 22:07:12 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2007-02-22 22:07:12 (UTC) |
commit | e78e01bbf667e27a9d295e68831a98e56a3be850 (patch) (side-by-side diff) | |
tree | bfaacb387c6a9d92273406294a234ca9f4f9b70a /app-pda/makeztxt/makeztxt-1.60.ebuild | |
parent | f66381bcf7d67193d2874039b072f99abfde320e (diff) | |
download | misc-e78e01bbf667e27a9d295e68831a98e56a3be850.zip misc-e78e01bbf667e27a9d295e68831a98e56a3be850.tar.gz misc-e78e01bbf667e27a9d295e68831a98e56a3be850.tar.bz2 |
app-pda/makeztxt: amd64
Diffstat (limited to 'app-pda/makeztxt/makeztxt-1.60.ebuild') (more/less context) (ignore whitespace changes)
-rw-r--r-- | app-pda/makeztxt/makeztxt-1.60.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-pda/makeztxt/makeztxt-1.60.ebuild b/app-pda/makeztxt/makeztxt-1.60.ebuild index 3999491..08e75ee 100644 --- a/app-pda/makeztxt/makeztxt-1.60.ebuild +++ b/app-pda/makeztxt/makeztxt-1.60.ebuild @@ -1,23 +1,23 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="text document for weasel reader converter" HOMEPAGE="http://gutenpalm.sourceforge.net/" SRC_URI="mirror://sourceforge/gutenpalm/${P}-src.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86" +KEYWORDS="x86 amd64" IUSE="" DEPEND="sys-libs/zlib" src_compile() { emake || die "emake failed" } src_install() { dobin ${PN} dodoc COPYING ChangeLog README .makeztxtrc } |