diff options
-rw-r--r-- | app-admin/consul/consul-1.7.2.ebuild | 1 | ||||
-rw-r--r-- | app-admin/consul/consul-1.7.3.ebuild | 1 | ||||
-rw-r--r-- | app-admin/consul/consul-1.7.4.ebuild | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/app-admin/consul/consul-1.7.2.ebuild b/app-admin/consul/consul-1.7.2.ebuild index f7ec296056a0..52f7b83a48ed 100644 --- a/app-admin/consul/consul-1.7.2.ebuild +++ b/app-admin/consul/consul-1.7.2.ebuild @@ -514,6 +514,7 @@ SRC_URI="https://github.com/hashicorp/consul/archive/v${PV}.tar.gz -> ${P}.tar.g ${EGO_SUM_SRC_URI}" LICENSE="MPL-2.0 Apache-2.0 BSD BSD-2 CC0-1.0 ISC MIT" +RESTRICT+=" test" SLOT="0" KEYWORDS="amd64" diff --git a/app-admin/consul/consul-1.7.3.ebuild b/app-admin/consul/consul-1.7.3.ebuild index 725c0e7d3214..5ba5232b6488 100644 --- a/app-admin/consul/consul-1.7.3.ebuild +++ b/app-admin/consul/consul-1.7.3.ebuild @@ -475,6 +475,7 @@ SRC_URI="https://github.com/hashicorp/consul/archive/v${PV}.tar.gz -> ${P}.tar.g ${EGO_SUM_SRC_URI}" LICENSE="MPL-2.0 Apache-2.0 BSD BSD-2 CC0-1.0 ISC MIT" +RESTRICT+=" test" SLOT="0" KEYWORDS="~amd64" diff --git a/app-admin/consul/consul-1.7.4.ebuild b/app-admin/consul/consul-1.7.4.ebuild index 742ba270e8c4..2d7b12ac4068 100644 --- a/app-admin/consul/consul-1.7.4.ebuild +++ b/app-admin/consul/consul-1.7.4.ebuild @@ -475,6 +475,7 @@ SRC_URI="https://github.com/hashicorp/consul/archive/v${PV}.tar.gz -> ${P}.tar.g ${EGO_SUM_SRC_URI}" LICENSE="MPL-2.0 Apache-2.0 BSD BSD-2 CC0-1.0 ISC MIT" +RESTRICT+=" test" SLOT="0" KEYWORDS="~amd64" |