diff options
author | Mike Frysinger <vapier@gentoo.org> | 2014-12-31 08:44:15 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2014-12-31 08:44:15 +0000 |
commit | 66f23cfa1a9762522ddfc094f41121fa68b1a68a (patch) | |
tree | 8e826e82496d72e8c1ca23bfd53a3ffe7976d834 /dev-vcs/git/git-2.2.1.ebuild | |
parent | add -fsanitize=* to the allowed flag list #530070 by Sebastian Pipping (diff) | |
download | historical-66f23cfa1a9762522ddfc094f41121fa68b1a68a.tar.gz historical-66f23cfa1a9762522ddfc094f41121fa68b1a68a.tar.bz2 historical-66f23cfa1a9762522ddfc094f41121fa68b1a68a.zip |
Drop unused empty vars that confuse helper tools like ekeyword.
Package-Manager: portage-2.2.15/cvs/Linux x86_64
Manifest-Sign-Key: 0xD2E96200
Diffstat (limited to 'dev-vcs/git/git-2.2.1.ebuild')
-rw-r--r-- | dev-vcs/git/git-2.2.1.ebuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/dev-vcs/git/git-2.2.1.ebuild b/dev-vcs/git/git-2.2.1.ebuild index f1ff365e20bc..c9944cd45271 100644 --- a/dev-vcs/git/git-2.2.1.ebuild +++ b/dev-vcs/git/git-2.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-2.2.1.ebuild,v 1.1 2014/12/18 22:07:08 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-2.2.1.ebuild,v 1.2 2014/12/31 08:44:10 vapier Exp $ EAPI=5 @@ -34,9 +34,6 @@ if [[ ${PV} != *9999 ]]; then ${SRC_URI_GOOG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX} )" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -else - SRC_URI="" - KEYWORDS="" fi LICENSE="GPL-2" |