From f2ddb5de852c390c944aaa2ab1e4a4810296200a Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Mon, 22 Aug 2011 19:31:26 +0000 Subject: Clarify a comment. (Portage version: 2.1.10.11/cvs/Linux x86_64) --- app-editors/emacs-vcs/emacs-vcs-23.3.9999.ebuild | 6 ++++-- app-editors/emacs-vcs/emacs-vcs-24.0.9999-r1.ebuild | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) (limited to 'app-editors/emacs-vcs') diff --git a/app-editors/emacs-vcs/emacs-vcs-23.3.9999.ebuild b/app-editors/emacs-vcs/emacs-vcs-23.3.9999.ebuild index dad39821ff14..c37e4b8391a2 100644 --- a/app-editors/emacs-vcs/emacs-vcs-23.3.9999.ebuild +++ b/app-editors/emacs-vcs/emacs-vcs-23.3.9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-23.3.9999.ebuild,v 1.10 2011/08/19 17:27:26 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-23.3.9999.ebuild,v 1.11 2011/08/22 19:31:26 ulm Exp $ EAPI=4 WANT_AUTOMAKE="none" @@ -196,7 +196,9 @@ src_configure() { fi if [ "${PV##*.}" = "9999" ]; then - # This will be saved in system-configuration-options + # These variables are not needed for building. We add them to + # configure options because they are stored in the Emacs binary + # and available in variable "system-configuration-options". myconf="${myconf} EBZR_BRANCH=${EBZR_BRANCH} EBZR_REVNO=${EBZR_REVNO}" fi diff --git a/app-editors/emacs-vcs/emacs-vcs-24.0.9999-r1.ebuild b/app-editors/emacs-vcs/emacs-vcs-24.0.9999-r1.ebuild index 759857ea8412..5283d749e9d6 100644 --- a/app-editors/emacs-vcs/emacs-vcs-24.0.9999-r1.ebuild +++ b/app-editors/emacs-vcs/emacs-vcs-24.0.9999-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-24.0.9999-r1.ebuild,v 1.15 2011/08/19 17:27:26 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-24.0.9999-r1.ebuild,v 1.16 2011/08/22 19:31:26 ulm Exp $ EAPI=4 @@ -203,7 +203,9 @@ src_configure() { fi if [ "${PV##*.}" = "9999" ]; then - # This will be saved in system-configuration-options + # These variables are not needed for building. We add them to + # configure options because they are stored in the Emacs binary + # and available in variable "system-configuration-options". myconf="${myconf} EBZR_BRANCH=${EBZR_BRANCH} EBZR_REVNO=${EBZR_REVNO}" fi -- cgit v1.2.3-65-gdbad