diff options
author | William Hubbs <williamh@gentoo.org> | 2015-06-29 14:25:31 +0000 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2015-06-29 14:25:31 +0000 |
commit | 35ac4a99bfbe14bc503697582be6084aa675dd1c (patch) | |
tree | 4c2499718160ce580f1f8cc76d4eac7492ecec24 /dev-go | |
parent | version bump (diff) | |
download | gentoo-2-35ac4a99bfbe14bc503697582be6084aa675dd1c.tar.gz gentoo-2-35ac4a99bfbe14bc503697582be6084aa675dd1c.tar.bz2 gentoo-2-35ac4a99bfbe14bc503697582be6084aa675dd1c.zip |
drop keywords from live ebuild
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x30C46538)
Diffstat (limited to 'dev-go')
-rw-r--r-- | dev-go/go-oauth2/ChangeLog | 5 | ||||
-rw-r--r-- | dev-go/go-oauth2/go-oauth2-9999.ebuild | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/dev-go/go-oauth2/ChangeLog b/dev-go/go-oauth2/ChangeLog index 6db2e3b473b7..0f6144fecd8d 100644 --- a/dev-go/go-oauth2/ChangeLog +++ b/dev-go/go-oauth2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-go/go-oauth2 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-go/go-oauth2/ChangeLog,v 1.4 2015/06/25 20:27:57 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-go/go-oauth2/ChangeLog,v 1.5 2015/06/29 14:25:31 williamh Exp $ + + 29 Jun 2015; William Hubbs <williamh@gentoo.org> go-oauth2-9999.ebuild: + drop keywords from live ebuild *go-oauth2-9999 (25 Jun 2015) diff --git a/dev-go/go-oauth2/go-oauth2-9999.ebuild b/dev-go/go-oauth2/go-oauth2-9999.ebuild index 106b74c52069..c527f264df38 100644 --- a/dev-go/go-oauth2/go-oauth2-9999.ebuild +++ b/dev-go/go-oauth2/go-oauth2-9999.ebuild @@ -1,12 +1,11 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-go/go-oauth2/go-oauth2-9999.ebuild,v 1.1 2015/06/25 20:27:57 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-go/go-oauth2/go-oauth2-9999.ebuild,v 1.2 2015/06/29 14:25:31 williamh Exp $ EAPI=5 inherit golang-build golang-vcs EGO_PN=golang.org/x/oauth2 -KEYWORDS="~amd64" DESCRIPTION="Go client implementation for OAuth 2.0 spec" HOMEPAGE="https://godoc.org/golang.org/x/oauth2" LICENSE="BSD" |