diff options
author | 2005-01-12 15:16:45 +0000 | |
---|---|---|
committer | 2005-01-12 15:16:45 +0000 | |
commit | c89e083dfdac69621f9013df919e242130c73a60 (patch) | |
tree | f8d579b3745f442b81cbece6e2e85c44343fe5a5 /dev-java/commons-daemon/commons-daemon-1.0.ebuild | |
parent | Marked stable on amd64, bug #77155 (diff) | |
download | historical-c89e083dfdac69621f9013df919e242130c73a60.tar.gz historical-c89e083dfdac69621f9013df919e242130c73a60.tar.bz2 historical-c89e083dfdac69621f9013df919e242130c73a60.zip |
added ~amd64 to KEYWORDS. fixes bug #67323.
Diffstat (limited to 'dev-java/commons-daemon/commons-daemon-1.0.ebuild')
-rw-r--r-- | dev-java/commons-daemon/commons-daemon-1.0.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-java/commons-daemon/commons-daemon-1.0.ebuild b/dev-java/commons-daemon/commons-daemon-1.0.ebuild index eba54731bb43..145212129072 100644 --- a/dev-java/commons-daemon/commons-daemon-1.0.ebuild +++ b/dev-java/commons-daemon/commons-daemon-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-daemon/commons-daemon-1.0.ebuild,v 1.6 2005/01/01 18:15:43 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-daemon/commons-daemon-1.0.ebuild,v 1.7 2005/01/12 15:16:45 luckyduck Exp $ inherit java-pkg @@ -12,13 +12,15 @@ SLOT="0" DEPEND=">=virtual/jdk-1.4 >=dev-java/ant-1.4 virtual/libc" -KEYWORDS="x86" +KEYWORDS="x86 ~amd64" IUSE="jikes doc" S=${WORKDIR}/daemon-${PV}-Alpha src_compile() { cd src/native/unix + sed -i.orig -r -e "s/sparc/sparc|x86_64/g" support/apsupport.m4 + WANT_AUTOCONF="2.5" autoconf econf || die emake || die cd ${S} |