diff options
author | 2006-10-30 13:55:24 +0000 | |
---|---|---|
committer | 2006-10-30 13:55:24 +0000 | |
commit | d5aa03c5b7f07309daa3d8f32fd9a2f96f426edb (patch) | |
tree | 97f27e4cc169b0b46cf006bf5453375a95112a17 /app-text/sgml-common/sgml-common-0.6.3-r5.ebuild | |
parent | Fix ice dep to Ice (diff) | |
download | gentoo-2-d5aa03c5b7f07309daa3d8f32fd9a2f96f426edb.tar.gz gentoo-2-d5aa03c5b7f07309daa3d8f32fd9a2f96f426edb.tar.bz2 gentoo-2-d5aa03c5b7f07309daa3d8f32fd9a2f96f426edb.zip |
Depend on autoools eclass in stable version. Raised automake depend version to 1.5. Removed automake from DEPEND as autotools eclass takes care about this. Fixed bug #148273. Thank Ross and many others for report.
(Portage version: 2.1.1)
Diffstat (limited to 'app-text/sgml-common/sgml-common-0.6.3-r5.ebuild')
-rw-r--r-- | app-text/sgml-common/sgml-common-0.6.3-r5.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/app-text/sgml-common/sgml-common-0.6.3-r5.ebuild b/app-text/sgml-common/sgml-common-0.6.3-r5.ebuild index b150002306f4..7cf2c7fa7cbe 100644 --- a/app-text/sgml-common/sgml-common-0.6.3-r5.ebuild +++ b/app-text/sgml-common/sgml-common-0.6.3-r5.ebuild @@ -1,9 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/sgml-common/sgml-common-0.6.3-r5.ebuild,v 1.7 2006/10/24 10:08:33 uberlord Exp $ - -WANT_AUTOMAKE=1.4 +# $Header: /var/cvsroot/gentoo-x86/app-text/sgml-common/sgml-common-0.6.3-r5.ebuild,v 1.8 2006/10/30 13:55:24 pva Exp $ +WANT_AUTOMAKE="1.5" inherit autotools eutils DESCRIPTION="Base ISO character entities and utilities for SGML" @@ -15,7 +14,7 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" IUSE="" -DEPEND="=sys-devel/automake-1.4*" +DEPEND="" RDEPEND="" src_unpack() { |