diff options
author | Tim Harder <radhermit@gentoo.org> | 2014-11-21 09:55:17 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2014-11-21 09:55:17 +0000 |
commit | 28d88011ed8d3d69701836411505f46b38710410 (patch) | |
tree | b79e500d9c5021208692ad0abd61766ab8f2093b /dev-lang | |
parent | Use makeopts_jobs instead of parsing MAKEOPTS by hand and clean up find delet... (diff) | |
download | gentoo-2-28d88011ed8d3d69701836411505f46b38710410.tar.gz gentoo-2-28d88011ed8d3d69701836411505f46b38710410.tar.bz2 gentoo-2-28d88011ed8d3d69701836411505f46b38710410.zip |
Rename zsh-completion to gentoo-zsh-completions.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/go/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/go/go-1.3.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/go/ChangeLog b/dev-lang/go/ChangeLog index 544c134faf51..fa2f558f67fb 100644 --- a/dev-lang/go/ChangeLog +++ b/dev-lang/go/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/go # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v 1.53 2014/11/03 20:22:56 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v 1.54 2014/11/21 09:55:17 radhermit Exp $ + + 21 Nov 2014; Tim Harder <radhermit@gentoo.org> go-1.3.3.ebuild: + Rename zsh-completion to gentoo-zsh-completions. 03 Nov 2014; Fabian Groffen <grobian@gentoo.org> go-1.3.3.ebuild, go-9999.ebuild: diff --git a/dev-lang/go/go-1.3.3.ebuild b/dev-lang/go/go-1.3.3.ebuild index 9750a6908476..319211097591 100644 --- a/dev-lang/go/go-1.3.3.ebuild +++ b/dev-lang/go/go-1.3.3.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-lang/go/go-1.3.3.ebuild,v 1.6 2014/11/03 20:22:56 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-1.3.3.ebuild,v 1.7 2014/11/21 09:55:17 radhermit Exp $ EAPI=5 @@ -27,7 +27,7 @@ IUSE="emacs vim-syntax zsh-completion" DEPEND="" RDEPEND="emacs? ( virtual/emacs ) vim-syntax? ( || ( app-editors/vim app-editors/gvim ) ) - zsh-completion? ( app-shells/zsh-completion )" + zsh-completion? ( app-shells/gentoo-zsh-completions )" # The tools in /usr/lib/go should not cause the multilib-strict check to fail. QA_MULTILIB_PATHS="usr/lib/go/pkg/tool/.*/.*" |