diff options
author | Zac Medico <zmedico@gentoo.org> | 2018-03-25 13:21:34 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2018-03-25 13:23:00 -0700 |
commit | 816b1655d0bf8bc4a83d1a713a66f936d473ae17 (patch) | |
tree | 38999ebbceeda24417687e3bce1727172a2c2d47 /app-admin | |
parent | sys-libs/ncurses: stable 6.1-r1 for ppc64, bug #639706 (diff) | |
download | gentoo-816b1655d0bf8bc4a83d1a713a66f936d473ae17.tar.gz gentoo-816b1655d0bf8bc4a83d1a713a66f936d473ae17.tar.bz2 gentoo-816b1655d0bf8bc4a83d1a713a66f936d473ae17.zip |
app-admin/consul-replicate: remove STRIP_MASK
Closes: https://bugs.gentoo.org/651418
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/consul-replicate/consul-replicate-0.2.0.ebuild | 3 |
1 files changed, 1 insertions, 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 be3251197b84..d13477938edb 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() { |