summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-01-20 02:56:06 +0000
committerMike Frysinger <vapier@gentoo.org>2005-01-20 02:56:06 +0000
commit3e496594c4bf3ea4987260ac9bad7f27da1dee9f (patch)
treee08a9ec1f68d110e8ca39ae04d6397d374b2331a /sys-devel/m4
parentstable on amd64 bug 75801 (diff)
downloadhistorical-3e496594c4bf3ea4987260ac9bad7f27da1dee9f.tar.gz
historical-3e496594c4bf3ea4987260ac9bad7f27da1dee9f.tar.bz2
historical-3e496594c4bf3ea4987260ac9bad7f27da1dee9f.zip
punt nochangeword
Package-Manager: portage-2.0.51-r13
Diffstat (limited to 'sys-devel/m4')
-rw-r--r--sys-devel/m4/Manifest8
-rw-r--r--sys-devel/m4/m4-1.4.2.ebuild9
2 files changed, 7 insertions, 10 deletions
diff --git a/sys-devel/m4/Manifest b/sys-devel/m4/Manifest
index 842b85c4226b..5a4e29bb61b1 100644
--- a/sys-devel/m4/Manifest
+++ b/sys-devel/m4/Manifest
@@ -2,7 +2,7 @@
Hash: SHA1
MD5 1183b8c04a20a23145c391a08d03daa7 ChangeLog 3494
-MD5 a1e1adec5d71328929c434c735d30953 m4-1.4.2.ebuild 824
+MD5 465f58678d2943372daf99501dd51fe5 m4-1.4.2.ebuild 760
MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164
MD5 0a077ae68e101000521f46b2bf974085 m4-1.4.1.ebuild 781
MD5 7703a5bdcc14909f62302b74508db3d3 files/digest-m4-1.4.2 60
@@ -10,7 +10,7 @@ MD5 235e74bf79f972d9fe52eaca8532119f files/digest-m4-1.4.1 60
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.9.14 (GNU/Linux)
-iD8DBQFB5W2UroRuSHgZdywRAgXRAJ4gTEWSYtENNLVLzJShPlMq7/DH4ACfbDlR
-Th4m2JEJA8LADYLa+kHu3yg=
-=7nha
+iD8DBQFB7x35roRuSHgZdywRAlOsAJ0aed+H33ckkE0KJJRBss7EbWn7EgCfffLX
+cpL+YcdO9h1ghJZ9nSwM4rM=
+=9W84
-----END PGP SIGNATURE-----
diff --git a/sys-devel/m4/m4-1.4.2.ebuild b/sys-devel/m4/m4-1.4.2.ebuild
index ccc286c68809..f83b33a82f04 100644
--- a/sys-devel/m4/m4-1.4.2.ebuild
+++ b/sys-devel/m4/m4-1.4.2.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/sys-devel/m4/m4-1.4.2.ebuild,v 1.1 2005/01/12 18:33:27 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/m4/m4-1.4.2.ebuild,v 1.2 2005/01/20 02:56:06 vapier Exp $
inherit toolchain-funcs
@@ -12,17 +12,14 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~sh ~x86"
-IUSE="nls nochangeword"
+IUSE="nls"
DEPEND="virtual/libc
nls? ( sys-devel/gettext )"
RDEPEND="virtual/libc"
src_compile() {
- econf \
- $(use_enable nls) \
- $(use_enable !nochangeword changeword) \
- || die
+ econf $(use_enable nls) || die
emake AR="$(tc-getAR)" || die
}