diff options
-rw-r--r-- | sys-devel/gdb/gdb-9999.ebuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys-devel/gdb/gdb-9999.ebuild b/sys-devel/gdb/gdb-9999.ebuild index 91c997c92c31..177d9951d24b 100644 --- a/sys-devel/gdb/gdb-9999.ebuild +++ b/sys-devel/gdb/gdb-9999.ebuild @@ -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 ) |