diff options
author | Markus Meier <maekke@gentoo.org> | 2009-01-04 02:25:53 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2009-01-04 02:25:53 +0000 |
commit | 39c9d31b3a6154f94dae11d30150ef4290afe245 (patch) | |
tree | 8d528f33eda97ef2681a7b01dbb798608095292a /sys-devel | |
parent | amd64/x86 stable, bug #245067 (diff) | |
download | gentoo-2-39c9d31b3a6154f94dae11d30150ef4290afe245.tar.gz gentoo-2-39c9d31b3a6154f94dae11d30150ef4290afe245.tar.bz2 gentoo-2-39c9d31b3a6154f94dae11d30150ef4290afe245.zip |
amd64/x86 stable, bug #245067
(Portage version: 2.1.6.4/cvs/Linux 2.6.27.10 x86_64)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/autoconf/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/autoconf/autoconf-2.63.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/autoconf/ChangeLog b/sys-devel/autoconf/ChangeLog index 9eb1259a809f..2f2f6d455a50 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.126 2009/01/03 14:25:34 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v 1.127 2009/01/04 02:25:53 maekke Exp $ + + 04 Jan 2009; Markus Meier <maekke@gentoo.org> autoconf-2.63.ebuild: + amd64/x86 stable, bug #245067 03 Jan 2009; nixnut <nixnut@gentoo.org> autoconf-2.63.ebuild: ppc stable #245067 diff --git a/sys-devel/autoconf/autoconf-2.63.ebuild b/sys-devel/autoconf/autoconf-2.63.ebuild index e2aff1011fd6..4c335a56ca7d 100644 --- a/sys-devel/autoconf/autoconf-2.63.ebuild +++ b/sys-devel/autoconf/autoconf-2.63.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.63.ebuild,v 1.6 2009/01/03 14:25:34 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.63.ebuild,v 1.7 2009/01/04 02:25:53 maekke 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 |