diff options
author | Ulrich Müller <ulm@gentoo.org> | 2011-08-22 19:31:26 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2011-08-22 19:31:26 +0000 |
commit | f2ddb5de852c390c944aaa2ab1e4a4810296200a (patch) | |
tree | bfa722c23d08088d07a13bdb770aa56bfd8d2e97 /app-editors/emacs-vcs | |
parent | Don't RESTRICT=strip. (diff) | |
download | gentoo-2-f2ddb5de852c390c944aaa2ab1e4a4810296200a.tar.gz gentoo-2-f2ddb5de852c390c944aaa2ab1e4a4810296200a.tar.bz2 gentoo-2-f2ddb5de852c390c944aaa2ab1e4a4810296200a.zip |
Clarify a comment.
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Diffstat (limited to 'app-editors/emacs-vcs')
-rw-r--r-- | app-editors/emacs-vcs/emacs-vcs-23.3.9999.ebuild | 6 | ||||
-rw-r--r-- | app-editors/emacs-vcs/emacs-vcs-24.0.9999-r1.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
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 |