diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2010-04-21 17:59:00 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2010-04-21 17:59:00 +0000 |
commit | ecc17b71f27d268f6e2e30d0b25f85025be6bc87 (patch) | |
tree | 6a4465ae886f2eb3169e812f4eec660876286700 /sys-devel | |
parent | stable x86, bug 311967 (diff) | |
download | gentoo-2-ecc17b71f27d268f6e2e30d0b25f85025be6bc87.tar.gz gentoo-2-ecc17b71f27d268f6e2e30d0b25f85025be6bc87.tar.bz2 gentoo-2-ecc17b71f27d268f6e2e30d0b25f85025be6bc87.zip |
stable x86, bug 311967
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/autoconf/ChangeLog | 7 | ||||
-rw-r--r-- | sys-devel/autoconf/autoconf-2.65.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-devel/autoconf/ChangeLog b/sys-devel/autoconf/ChangeLog index c8c241ae356b..818115172df5 100644 --- a/sys-devel/autoconf/ChangeLog +++ b/sys-devel/autoconf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/autoconf -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v 1.137 2009/12/26 18:00:05 vapier Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v 1.138 2010/04/21 17:59:00 fauli Exp $ + + 21 Apr 2010; Christian Faulhammer <fauli@gentoo.org> autoconf-2.65.ebuild: + stable x86, bug 311967 26 Dec 2009; Mike Frysinger <vapier@gentoo.org> autoconf-2.65.ebuild: Move into unstable. diff --git a/sys-devel/autoconf/autoconf-2.65.ebuild b/sys-devel/autoconf/autoconf-2.65.ebuild index 1b2377a5ddbb..96fb75c71025 100644 --- a/sys-devel/autoconf/autoconf-2.65.ebuild +++ b/sys-devel/autoconf/autoconf-2.65.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.65.ebuild,v 1.3 2009/12/26 18:00:05 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.65.ebuild,v 1.4 2010/04/21 17:59:00 fauli Exp $ DESCRIPTION="Used to create autoconfiguration files" HOMEPAGE="http://www.gnu.org/software/autoconf/autoconf.html" @@ -9,7 +9,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2 LICENSE="GPL-3" 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 x86 ~sparc-fbsd ~x86-fbsd" IUSE="emacs" DEPEND=">=sys-apps/texinfo-4.3 |