summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2004-07-04 10:46:06 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2004-07-04 10:46:06 +0000
commitf2fe5c9eafba9517aa373ed555e3bf098f6bed40 (patch)
tree44d4e255f70062aaec02359701a689c4e4672a7c /net-misc
parentStable on alpha. (Manifest recommit) (diff)
downloadgentoo-2-f2fe5c9eafba9517aa373ed555e3bf098f6bed40.tar.gz
gentoo-2-f2fe5c9eafba9517aa373ed555e3bf098f6bed40.tar.bz2
gentoo-2-f2fe5c9eafba9517aa373ed555e3bf098f6bed40.zip
Update -amd64 note to what it should've said...
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/howl/howl-0.9.2.ebuild9
1 files changed, 4 insertions, 5 deletions
diff --git a/net-misc/howl/howl-0.9.2.ebuild b/net-misc/howl/howl-0.9.2.ebuild
index da1414275e7d..e9114f67cda5 100644
--- a/net-misc/howl/howl-0.9.2.ebuild
+++ b/net-misc/howl/howl-0.9.2.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/howl/howl-0.9.2.ebuild,v 1.5 2004/07/04 10:37:06 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/howl/howl-0.9.2.ebuild,v 1.6 2004/07/04 10:46:06 eradicator Exp $
+
+IUSE=""
inherit eutils
@@ -9,14 +11,11 @@ HOMEPAGE="http://www.porchdogsoft.com/products/howl/"
SRC_URI="http://www.porchdogsoft.com/download/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-# -amd64: Try later version... 0.9.2 shows ../../include/salt/vtypes.h:127:4: #error "CPU unknown"
+# -amd64: Even after patching like ppc for correct ENDIANNESS, we have various size problems... hopefully a later version will solve this...
KEYWORDS="~x86 ~ppc ~sparc -amd64"
-IUSE=""
DEPEND="sys-libs/glibc" # sys-devel/automake - needed if we remove the html docs from /usr/share
RDEPEND="sys-libs/glibc"
-S=${WORKDIR}/${P}
-
src_compile() {
# If we wanted to remove the html docs in /usr/share/howl....
#einfo "Removing html docs from build process...."