From: Ulrich Müller Date: Mon, 19 Mar 2018 17:59:16 +0000 (+0100) Subject: app-editors/emacs: Don't add CATEGORY/PF to configure options. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=762a49c0b71f5101ebddca08000dead8323da4a9;p=gentoo.git app-editors/emacs: Don't add CATEGORY/PF to configure options. Information about PF can be easily deduced from the --docdir option. Package-Manager: Portage-2.3.24, Repoman-2.3.6 --- diff --git a/app-editors/emacs/emacs-23.4-r17.ebuild b/app-editors/emacs/emacs-23.4-r17.ebuild index 47bae6b5ddcf..103ee7c28a95 100644 --- a/app-editors/emacs/emacs-23.4-r17.ebuild +++ b/app-editors/emacs/emacs-23.4-r17.ebuild @@ -196,10 +196,6 @@ src_configure() { myconf+=" --without-x --without-ns" fi - # Save version information in the Emacs binary. It will be available - # in variable "system-configuration-options". - myconf+=" GENTOO_PACKAGE=${CATEGORY}/${PF}" - # According to configure, this option is only used for GNU/Linux # (x86_64 and s390). For Gentoo Prefix we have to explicitly spell # out the location because $(get_libdir) does not necessarily return diff --git a/app-editors/emacs/emacs-24.5-r5.ebuild b/app-editors/emacs/emacs-24.5-r5.ebuild index 856e206ec8f1..758dd31c0d58 100644 --- a/app-editors/emacs/emacs-24.5-r5.ebuild +++ b/app-editors/emacs/emacs-24.5-r5.ebuild @@ -197,10 +197,6 @@ src_configure() { myconf+=" --without-x --without-ns" fi - # Save version information in the Emacs binary. It will be available - # in variable "system-configuration-options". - myconf+=" GENTOO_PACKAGE=${CATEGORY}/${PF}" - econf \ --program-suffix="-${EMACS_SUFFIX}" \ --infodir="${EPREFIX}"/usr/share/info/${EMACS_SUFFIX} \ diff --git a/app-editors/emacs/emacs-25.3-r3.ebuild b/app-editors/emacs/emacs-25.3-r3.ebuild index 0f547078ec53..0bebb828bca3 100644 --- a/app-editors/emacs/emacs-25.3-r3.ebuild +++ b/app-editors/emacs/emacs-25.3-r3.ebuild @@ -208,10 +208,6 @@ src_configure() { myconf+=" --without-x --without-ns" fi - # Save version information in the Emacs binary. It will be available - # in variable "system-configuration-options". - myconf+=" GENTOO_PACKAGE=${CATEGORY}/${PF}" - econf \ --program-suffix="-${EMACS_SUFFIX}" \ --infodir="${EPREFIX}"/usr/share/info/${EMACS_SUFFIX} \