diff options
author | Zac Medico <zmedico@gentoo.org> | 2018-03-25 13:07:03 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2018-03-25 13:16:51 -0700 |
commit | 44af3598c1421fcbcc6955aa5b1e1da29e019782 (patch) | |
tree | a31815dfdc971d14d1bfe909cb3016b13dae17dc /dev-go | |
parent | media-libs/freeimage: Fix building against =media-libs/jpeg-9* (diff) | |
download | gentoo-44af3598c1421fcbcc6955aa5b1e1da29e019782.tar.gz gentoo-44af3598c1421fcbcc6955aa5b1e1da29e019782.tar.bz2 gentoo-44af3598c1421fcbcc6955aa5b1e1da29e019782.zip |
dev-go/go-oauth2: remove STRIP_MASK
Closes: https://bugs.gentoo.org/651432
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-go')
-rw-r--r-- | dev-go/go-oauth2/go-oauth2-0_pre20150701.ebuild | 3 | ||||
-rw-r--r-- | dev-go/go-oauth2/go-oauth2-0_pre20160222.ebuild | 3 | ||||
-rw-r--r-- | 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 0446f030904a..53cc581ac4d3 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 d2d3c31d5e4e..59be9e42923e 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 696b9843b4db..ab7e777c7d00 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 |