diff options
author | 2004-12-08 21:23:17 +0000 | |
---|---|---|
committer | 2004-12-08 21:23:17 +0000 | |
commit | 8ec04b4cae3b788d1f456f456c0cfb5b9973e5eb (patch) | |
tree | 33285390459097ba4e1e39aa905cfe31b9ff44cb /sys-devel/autogen/autogen-5.6.4.ebuild | |
parent | Fixy fix (Manifest recommit) (diff) | |
download | gentoo-2-8ec04b4cae3b788d1f456f456c0cfb5b9973e5eb.tar.gz gentoo-2-8ec04b4cae3b788d1f456f456c0cfb5b9973e5eb.tar.bz2 gentoo-2-8ec04b4cae3b788d1f456f456c0cfb5b9973e5eb.zip |
Add ~ia64 since autogen builds with guile-1.6.6
Diffstat (limited to 'sys-devel/autogen/autogen-5.6.4.ebuild')
-rw-r--r-- | sys-devel/autogen/autogen-5.6.4.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys-devel/autogen/autogen-5.6.4.ebuild b/sys-devel/autogen/autogen-5.6.4.ebuild index 87d6ee97410c..24fd96ede663 100644 --- a/sys-devel/autogen/autogen-5.6.4.ebuild +++ b/sys-devel/autogen/autogen-5.6.4.ebuild @@ -1,6 +1,6 @@ # Copyright 2004-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/autogen/autogen-5.6.4.ebuild,v 1.1 2004/12/08 20:44:49 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autogen/autogen-5.6.4.ebuild,v 1.2 2004/12/08 21:23:17 agriffis Exp $ DESCRIPTION="Program and text file generation" HOMEPAGE="http://www.gnu.org/software/autogen/" @@ -8,10 +8,11 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~x86" +KEYWORDS="~alpha ~amd64 ~x86 ~ia64" IUSE="" -DEPEND="dev-util/guile" +# autogen doesn't build with lower versions of guile on ia64 +DEPEND=">=dev-util/guile-1.6.6" src_compile() { econf || die "econf failed" |