projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
396eef6
)
sys-devel/gdb: drop unused MY_PV
author
Sergei Trofimovich
<slyfox@gentoo.org>
Sat, 8 Feb 2020 16:20:04 +0000
(16:20 +0000)
committer
Sergei Trofimovich
<slyfox@gentoo.org>
Sat, 8 Feb 2020 16:20:23 +0000
(16:20 +0000)
Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
sys-devel/gdb/gdb-9999.ebuild
patch
|
blob
|
history
diff --git
a/sys-devel/gdb/gdb-9999.ebuild
b/sys-devel/gdb/gdb-9999.ebuild
index 91c997c92c31b1e25d50e8e475c682a7d2ae980a..177d9951d24bbecd4956446c18aba361c2a9d66c 100644
(file)
--- 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
)