diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-01-25 19:31:42 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-01-25 19:31:42 +0000 |
commit | 1c7671c60ae918bea1c61cd0c045d5b48c8e8fd2 (patch) | |
tree | 9e0c4fb5bb2f5563c6c2263291d478c44cf52d61 /sys-devel/gdb/gdb-9999.ebuild | |
parent | Add DWARF 4 support #400663 by Francesco Riosa. (diff) | |
download | historical-1c7671c60ae918bea1c61cd0c045d5b48c8e8fd2.tar.gz historical-1c7671c60ae918bea1c61cd0c045d5b48c8e8fd2.tar.bz2 historical-1c7671c60ae918bea1c61cd0c045d5b48c8e8fd2.zip |
Do not mention the PATCH_VER in the version branding when USE=vanilla #400707.
Package-Manager: portage-2.2.0_alpha84/cvs/Linux x86_64
Diffstat (limited to 'sys-devel/gdb/gdb-9999.ebuild')
-rw-r--r-- | sys-devel/gdb/gdb-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/gdb/gdb-9999.ebuild b/sys-devel/gdb/gdb-9999.ebuild index 840dead190fe..bd13cd3136ff 100644 --- a/sys-devel/gdb/gdb-9999.ebuild +++ b/sys-devel/gdb/gdb-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-9999.ebuild,v 1.8 2012/01/13 19:13:57 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-9999.ebuild,v 1.9 2012/01/25 19:31:42 vapier Exp $ EAPI="3" @@ -76,7 +76,7 @@ src_prepare() { gdb_branding() { printf "Gentoo ${PV} " - if [[ -n ${PATCH_VER} ]] ; then + if ! use vanilla && [[ -n ${PATCH_VER} ]] ; then printf "p${PATCH_VER}" else printf "vanilla" |