mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-build/autoconf-vanilla: Drop PDEPEND on app-emacs/autoconf-mode
The app-emacs package overrides the autoconf mode that is included with Emacs proper, which may not be wanted by all users. Bug: https://bugs.gentoo.org/959856 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -36,7 +36,6 @@ HOMEPAGE="https://www.gnu.org/software/autoconf/autoconf.html"
|
||||
|
||||
LICENSE="GPL-3+"
|
||||
SLOT="${PV}"
|
||||
IUSE="emacs"
|
||||
|
||||
BDEPEND+="
|
||||
>=sys-devel/m4-1.4.16
|
||||
@@ -50,8 +49,6 @@ RDEPEND="
|
||||
|
||||
[[ ${PV} == 9999 ]] && BDEPEND+=" >=sys-apps/texinfo-4.3"
|
||||
|
||||
PDEPEND="emacs? ( app-emacs/autoconf-mode )"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${MY_PN}-2.69-perl-5.26.patch
|
||||
"${FILESDIR}"/${MY_P}-fix-libtool-test.patch
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -31,7 +31,6 @@ HOMEPAGE="https://www.gnu.org/software/autoconf/autoconf.html"
|
||||
|
||||
LICENSE="GPL-3+"
|
||||
SLOT="${PV/_*}"
|
||||
IUSE="emacs"
|
||||
|
||||
# for 2.71, our Perl time resolution patch changes our min Perl from 5.6
|
||||
# (vanilla upstream for 2.71) to 5.8.
|
||||
@@ -42,7 +41,6 @@ RDEPEND="${BDEPEND}
|
||||
sys-devel/gnuconfig
|
||||
!~dev-build/${P}:2.5"
|
||||
[[ ${PV} == 9999 ]] && BDEPEND+=" >=sys-apps/texinfo-4.3"
|
||||
PDEPEND="emacs? ( app-emacs/autoconf-mode )"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${MY_P}-AC_LANG_CALL_C_cxx.patch
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -41,7 +41,6 @@ HOMEPAGE="https://www.gnu.org/software/autoconf/autoconf.html"
|
||||
|
||||
LICENSE="GPL-3+"
|
||||
SLOT="$(ver_cut 1-2)"
|
||||
IUSE="emacs"
|
||||
|
||||
BDEPEND+="
|
||||
>=dev-lang/perl-5.10
|
||||
@@ -54,7 +53,6 @@ RDEPEND="
|
||||
sys-devel/gnuconfig
|
||||
"
|
||||
[[ ${PV} == 9999 ]] && BDEPEND+=" >=sys-apps/texinfo-4.3"
|
||||
PDEPEND="emacs? ( app-emacs/autoconf-mode )"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/"${MY_P}"-conflicts.patch
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -41,7 +41,6 @@ HOMEPAGE="https://www.gnu.org/software/autoconf/autoconf.html"
|
||||
|
||||
LICENSE="GPL-3+"
|
||||
SLOT="$(ver_cut 1-2)"
|
||||
IUSE="emacs"
|
||||
|
||||
BDEPEND+="
|
||||
>=dev-lang/perl-5.10
|
||||
@@ -54,7 +53,6 @@ RDEPEND="
|
||||
!~dev-build/${P}:2.5
|
||||
"
|
||||
[[ ${PV} == 9999 ]] && BDEPEND+=" >=sys-apps/texinfo-4.3"
|
||||
PDEPEND="emacs? ( app-emacs/autoconf-mode )"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/"${MY_P}"-conflicts.patch
|
||||
|
||||
Reference in New Issue
Block a user