From 71deace00d1a2b091313fe137ab7092418c6f87c Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 10 Feb 2020 21:05:55 +0000 Subject: gentoo resync : 10.02.2020 --- sys-devel/gdb/gdb-9999.ebuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'sys-devel/gdb/gdb-9999.ebuild') diff --git a/sys-devel/gdb/gdb-9999.ebuild b/sys-devel/gdb/gdb-9999.ebuild index 91c997c92c31..0917eed36ce3 100644 --- a/sys-devel/gdb/gdb-9999.ebuild +++ b/sys-devel/gdb/gdb-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7} ) inherit eutils flag-o-matic python-single-r1 @@ -14,7 +14,6 @@ if [[ ${CTARGET} == ${CHOST} ]] ; then fi is_cross() { [[ ${CHOST} != ${CTARGET} ]] ; } -MY_PV=${PV} case ${PV} in 9999*) # live git tree @@ -86,8 +85,6 @@ BDEPEND=" nls? ( sys-devel/gettext ) )" -S=${WORKDIR}/${PN}-${MY_PV} - PATCHES=( "${FILESDIR}"/${PN}-8.3.1-verbose-build.patch ) -- cgit v1.2.3