diff options
author | 2007-03-16 08:41:18 +0000 | |
---|---|---|
committer | 2007-03-16 08:41:18 +0000 | |
commit | c9871db6d9113ab28f556810428c9642c2930413 (patch) | |
tree | 8bdd317ed90947f8fad11e01954357c16cfbb60c /app-editors/emacs-cvs | |
parent | stable x86, security bug 169675 (diff) | |
download | gentoo-2-c9871db6d9113ab28f556810428c9642c2930413.tar.gz gentoo-2-c9871db6d9113ab28f556810428c9642c2930413.tar.bz2 gentoo-2-c9871db6d9113ab28f556810428c9642c2930413.zip |
request AUTOCONF 2.61 instead of latest. Fixes bug 170969, reported by <lkml_ccc@yahoo.it>
(Portage version: 2.1.2.2)
Diffstat (limited to 'app-editors/emacs-cvs')
-rw-r--r-- | app-editors/emacs-cvs/ChangeLog | 7 | ||||
-rw-r--r-- | app-editors/emacs-cvs/emacs-cvs-22.0.95-r1.ebuild | 4 | ||||
-rw-r--r-- | app-editors/emacs-cvs/emacs-cvs-22.0.9999-r5.ebuild | 4 |
3 files changed, 10 insertions, 5 deletions
diff --git a/app-editors/emacs-cvs/ChangeLog b/app-editors/emacs-cvs/ChangeLog index 957672686c54..4df18af60a82 100644 --- a/app-editors/emacs-cvs/ChangeLog +++ b/app-editors/emacs-cvs/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-editors/emacs-cvs # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v 1.92 2007/03/12 09:05:57 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v 1.93 2007/03/16 08:41:18 opfer Exp $ + + 16 Mar 2007; Christian Faulhammer <opfer@gentoo.org> + emacs-cvs-22.0.95-r1.ebuild, emacs-cvs-22.0.9999-r5.ebuild: + request AUTOCONF 2.61 instead of latest. Fixes bug 170969, reported by + <lkml_ccc@yahoo.it> 12 Mar 2007; Christian Faulhammer <opfer@gentoo.org> emacs-cvs-22.0.95-r1.ebuild, emacs-cvs-22.0.9999-r5.ebuild: diff --git a/app-editors/emacs-cvs/emacs-cvs-22.0.95-r1.ebuild b/app-editors/emacs-cvs/emacs-cvs-22.0.95-r1.ebuild index 20c69f908735..6c368c41e680 100644 --- a/app-editors/emacs-cvs/emacs-cvs-22.0.95-r1.ebuild +++ b/app-editors/emacs-cvs/emacs-cvs-22.0.95-r1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.0.95-r1.ebuild,v 1.4 2007/03/12 09:05:57 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.0.95-r1.ebuild,v 1.5 2007/03/16 08:41:18 opfer Exp $ -WANT_AUTOCONF="latest" +WANT_AUTOCONF="2.61" WANT_AUTOMAKE="latest" inherit alternatives autotools elisp-common eutils flag-o-matic diff --git a/app-editors/emacs-cvs/emacs-cvs-22.0.9999-r5.ebuild b/app-editors/emacs-cvs/emacs-cvs-22.0.9999-r5.ebuild index 931e7b7a4062..458cde8f75ca 100644 --- a/app-editors/emacs-cvs/emacs-cvs-22.0.9999-r5.ebuild +++ b/app-editors/emacs-cvs/emacs-cvs-22.0.9999-r5.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.0.9999-r5.ebuild,v 1.4 2007/03/12 09:05:57 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.0.9999-r5.ebuild,v 1.5 2007/03/16 08:41:18 opfer Exp $ ECVS_AUTH="pserver" ECVS_SERVER="cvs.savannah.gnu.org:/sources/emacs" ECVS_MODULE="emacs" ECVS_BRANCH="HEAD" -WANT_AUTOCONF="latest" +WANT_AUTOCONF="2.61" WANT_AUTOMAKE="latest" inherit alternatives autotools cvs elisp-common eutils flag-o-matic |