commit: 44af3598c1421fcbcc6955aa5b1e1da29e019782 Author: Zac Medico <zmedico <AT> gentoo <DOT> org> AuthorDate: Sun Mar 25 20:07:03 2018 +0000 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org> CommitDate: Sun Mar 25 20:16:51 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44af3598
dev-go/go-oauth2: remove STRIP_MASK Closes: https://bugs.gentoo.org/651432 Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-go/go-oauth2/go-oauth2-0_pre20150701.ebuild | 3 +-- dev-go/go-oauth2/go-oauth2-0_pre20160222.ebuild | 3 +-- dev-go/go-oauth2/go-oauth2-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/dev-go/go-oauth2/go-oauth2-0_pre20150701.ebuild b/dev-go/go-oauth2/go-oauth2-0_pre20150701.ebuild index 0446f030904..53cc581ac4d 100644 --- a/dev-go/go-oauth2/go-oauth2-0_pre20150701.ebuild +++ b/dev-go/go-oauth2/go-oauth2-0_pre20150701.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -28,7 +28,6 @@ RDEPEND="" S="${WORKDIR}/src/${GO_PN}" EGIT_CHECKOUT_DIR="${S}" -STRIP_MASK="*.a" src_unpack() { default diff --git a/dev-go/go-oauth2/go-oauth2-0_pre20160222.ebuild b/dev-go/go-oauth2/go-oauth2-0_pre20160222.ebuild index d2d3c31d5e4..59be9e42923 100644 --- a/dev-go/go-oauth2/go-oauth2-0_pre20160222.ebuild +++ b/dev-go/go-oauth2/go-oauth2-0_pre20160222.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -25,7 +25,6 @@ DEPEND="dev-go/go-tools" RDEPEND="" EGIT_CHECKOUT_DIR="${S}" -STRIP_MASK="*.a" get_archive_go_package() { local archive=${1} uri x diff --git a/dev-go/go-oauth2/go-oauth2-9999.ebuild b/dev-go/go-oauth2/go-oauth2-9999.ebuild index 696b9843b4d..ab7e777c7d0 100644 --- a/dev-go/go-oauth2/go-oauth2-9999.ebuild +++ b/dev-go/go-oauth2/go-oauth2-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5
