diff options
author | Jeroen Roovers <jer@gentoo.org> | 2007-01-05 16:04:43 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2007-01-05 16:04:43 +0000 |
commit | 06f1b665de2fbe342f784d97da499533bd89daf3 (patch) | |
tree | d28f893110f404461212280d5025500b81f5f28c /sys-devel/autoconf | |
parent | Stable for HPPA (bug #160275). (diff) | |
download | historical-06f1b665de2fbe342f784d97da499533bd89daf3.tar.gz historical-06f1b665de2fbe342f784d97da499533bd89daf3.tar.bz2 historical-06f1b665de2fbe342f784d97da499533bd89daf3.zip |
Stable for HPPA (bug #159416).
Package-Manager: portage-2.1.2_rc4-r6
Diffstat (limited to 'sys-devel/autoconf')
-rw-r--r-- | sys-devel/autoconf/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/autoconf/autoconf-2.61.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/autoconf/ChangeLog b/sys-devel/autoconf/ChangeLog index a4583abb742e..60a52a3a31dd 100644 --- a/sys-devel/autoconf/ChangeLog +++ b/sys-devel/autoconf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/autoconf # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v 1.94 2007/01/03 19:23:08 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v 1.95 2007/01/05 16:04:05 jer Exp $ + + 05 Jan 2007; Jeroen Roovers <jer@gentoo.org> autoconf-2.61.ebuild: + Stable for HPPA (bug #159416). 03 Jan 2007; nixnut <nixnut@gentoo.org> autoconf-2.61.ebuild: Stable on ppc wrt bug 159416 diff --git a/sys-devel/autoconf/autoconf-2.61.ebuild b/sys-devel/autoconf/autoconf-2.61.ebuild index fef7ef89c6e0..be1ec24095ce 100644 --- a/sys-devel/autoconf/autoconf-2.61.ebuild +++ b/sys-devel/autoconf/autoconf-2.61.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.61.ebuild,v 1.8 2007/01/03 19:23:08 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.61.ebuild,v 1.9 2007/01/05 16:04:05 jer Exp $ DESCRIPTION="Used to create autoconfiguration files" HOMEPAGE="http://www.gnu.org/software/autoconf/autoconf.html" @@ -8,7 +8,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="2.5" -KEYWORDS="alpha amd64 arm ~hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" IUSE="emacs" DEPEND=">=sys-apps/texinfo-4.3 |