summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-04-14 10:34:14 +0200
committerMichał Górny <mgorny@gentoo.org>2019-04-14 10:38:34 +0200
commit3091cdc84e3c33321ba074221ec248dd789af3cc (patch)
tree4406844417a5eab5a0d96a17ae580f2e008f4995 /dev-util/coccinelle
parentpackage.mask: Last rite dev-util/cyclo (diff)
downloadgentoo-3091cdc84e3c33321ba074221ec248dd789af3cc.tar.gz
gentoo-3091cdc84e3c33321ba074221ec248dd789af3cc.tar.bz2
gentoo-3091cdc84e3c33321ba074221ec248dd789af3cc.zip
dev-util/coccinelle: Replace STRIP_MASK with RESTRICT=strip
Closes: https://bugs.gentoo.org/651448 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-util/coccinelle')
-rw-r--r--dev-util/coccinelle/coccinelle-1.0.5.ebuild5
-rw-r--r--dev-util/coccinelle/coccinelle-1.0.6.ebuild5
2 files changed, 4 insertions, 6 deletions
diff --git a/dev-util/coccinelle/coccinelle-1.0.5.ebuild b/dev-util/coccinelle/coccinelle-1.0.5.ebuild
index e4f865f92b0e..598e875c240b 100644
--- a/dev-util/coccinelle/coccinelle-1.0.5.ebuild
+++ b/dev-util/coccinelle/coccinelle-1.0.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
@@ -42,6 +42,7 @@ DEPEND="${CDEPEND}
DOCS=( authors.txt bugs.txt changes.txt credits.txt readme.txt )
+RESTRICT=strip
S=${WORKDIR}/${MY_P}
SITEFILE=50coccinelle-gentoo.el
@@ -109,8 +110,6 @@ src_install() {
fi
use python && python_optimize
-
- export STRIP_MASK='*/coccinelle/spatch'
}
pkg_postinst() {
diff --git a/dev-util/coccinelle/coccinelle-1.0.6.ebuild b/dev-util/coccinelle/coccinelle-1.0.6.ebuild
index 1e97b0576dc1..2ccd550333b9 100644
--- a/dev-util/coccinelle/coccinelle-1.0.6.ebuild
+++ b/dev-util/coccinelle/coccinelle-1.0.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -42,6 +42,7 @@ DEPEND="${CDEPEND}
DOCS=( authors.txt bugs.txt changes.txt credits.txt readme.txt )
+RESTRICT=strip
S=${WORKDIR}/${MY_P}
SITEFILE=50coccinelle-gentoo.el
@@ -111,8 +112,6 @@ src_install() {
fi
use python && python_optimize
-
- export STRIP_MASK='*/coccinelle/spatch'
}
pkg_postinst() {