commit: 816b1655d0bf8bc4a83d1a713a66f936d473ae17 Author: Zac Medico <zmedico <AT> gentoo <DOT> org> AuthorDate: Sun Mar 25 20:21:34 2018 +0000 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org> CommitDate: Sun Mar 25 20:23:00 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=816b1655
app-admin/consul-replicate: remove STRIP_MASK Closes: https://bugs.gentoo.org/651418 Package-Manager: Portage-2.3.24, Repoman-2.3.6 app-admin/consul-replicate/consul-replicate-0.2.0.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app-admin/consul-replicate/consul-replicate-0.2.0.ebuild b/app-admin/consul-replicate/consul-replicate-0.2.0.ebuild index be3251197b8..d13477938ed 100644 --- a/app-admin/consul-replicate/consul-replicate-0.2.0.ebuild +++ b/app-admin/consul-replicate/consul-replicate-0.2.0.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 @@ -29,7 +29,6 @@ SRC_URI="https://${EGO_PN%/*}/archive/v${PV}.tar.gz -> ${P}.tar.gz https://github.com/hashicorp/serf/archive/64d10e9428bd70dbcd831ad087573b66731c014b.tar.gz -> serf-64d10e9428bd70dbcd831ad087573b66731c014b.tar.gz https://github.com/mitchellh/mapstructure/archive/281073eb9eb092240d33ef253c404f1cca550309.tar.gz -> mapstructure-281073eb9eb092240d33ef253c404f1cca550309.tar.gz" -STRIP_MASK="*.a" S="${WORKDIR}/src/${EGO_PN%/*}" get_archive_go_package() {
