diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-09-23 23:54:35 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-09-23 23:54:35 +0000 |
commit | 3f9e870080d48cc0e70c1dd7770e0b90ae194dc9 (patch) | |
tree | 85208fb0c21975e02e29b0aa0433baa3bcc4d7ad /app-text | |
parent | dont use --with-sysroot as it breaks cross stage2-gcc (diff) | |
download | gentoo-2-3f9e870080d48cc0e70c1dd7770e0b90ae194dc9.tar.gz gentoo-2-3f9e870080d48cc0e70c1dd7770e0b90ae194dc9.tar.bz2 gentoo-2-3f9e870080d48cc0e70c1dd7770e0b90ae194dc9.zip |
amd64 support
(Portage version: 2.0.52-r1 http://ronaldmcnightrider.ytmnd.com/ )
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/manedit/manedit-0.6.1.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/app-text/manedit/manedit-0.6.1.ebuild b/app-text/manedit/manedit-0.6.1.ebuild index 7edb23f806a5..2bdef1d50893 100644 --- a/app-text/manedit/manedit-0.6.1.ebuild +++ b/app-text/manedit/manedit-0.6.1.ebuild @@ -1,18 +1,17 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/manedit/manedit-0.6.1.ebuild,v 1.4 2005/08/18 18:51:56 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/manedit/manedit-0.6.1.ebuild,v 1.5 2005/09/23 23:54:35 vapier Exp $ DESCRIPTION="Man page editor using XML tags" -SRC_URI="ftp://wolfpack.twu.net/users/wolfpack/${P}.tar.bz2" HOMEPAGE="http://wolfpack.twu.net/ManEdit/" +SRC_URI="ftp://wolfpack.twu.net/users/wolfpack/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="ppc sparc x86" +KEYWORDS="amd64 ppc sparc x86" IUSE="" -DEPEND="virtual/libc - virtual/x11 +DEPEND="virtual/x11 =x11-libs/gtk+-1* sys-libs/zlib app-arch/bzip2" @@ -20,7 +19,8 @@ DEPEND="virtual/libc src_compile() { # It autodetects x86 processors and adds the -march option itself # but we don't actually want that. - env CFLAGS="${CFLAGS}" ./configure Linux \ + env CFLAGS="${CFLAGS}" \ + ./configure Linux \ --prefix=/usr \ --mandir=/usr/share/man \ --datadir=/usr/share \ |