diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-02-08 16:20:04 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-02-08 16:20:23 +0000 |
commit | cfeb9cad98f0e44e550760a0518739cd99fd2598 (patch) | |
tree | 31f215b1aa4d0004bb863d3dd1cc2a3892d76406 /sys-devel/gdb | |
parent | x11-themes/gtk-engines-rezlooks: Proper EAPI 7 port (diff) | |
download | gentoo-cfeb9cad98f0e44e550760a0518739cd99fd2598.tar.gz gentoo-cfeb9cad98f0e44e550760a0518739cd99fd2598.tar.bz2 gentoo-cfeb9cad98f0e44e550760a0518739cd99fd2598.zip |
sys-devel/gdb: drop unused MY_PV
Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'sys-devel/gdb')
-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 ) |