diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-04-14 10:05:24 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-07-05 22:16:58 +0200 |
commit | eaf6a0caa951bea05255249a537b436c2ac0fa89 (patch) | |
tree | 128bf9826eeb541decff1c3d32e48599e3433271 /dev-ml | |
parent | dev-lang/mono-basic: bump to version 4.8 (diff) | |
download | gentoo-eaf6a0caa951bea05255249a537b436c2ac0fa89.tar.gz gentoo-eaf6a0caa951bea05255249a537b436c2ac0fa89.tar.bz2 gentoo-eaf6a0caa951bea05255249a537b436c2ac0fa89.zip |
dev-ml/oasis: Replace STRIP_MASK with RESTRICT="strip"
Closes: https://bugs.gentoo.org/651438
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/oasis/oasis-0.4.10.ebuild | 4 | ||||
-rw-r--r-- | dev-ml/oasis/oasis-0.4.8.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-ml/oasis/oasis-0.4.10.ebuild b/dev-ml/oasis/oasis-0.4.10.ebuild index 03927db12119..4a26f9bc6e6d 100644 --- a/dev-ml/oasis/oasis-0.4.10.ebuild +++ b/dev-ml/oasis/oasis-0.4.10.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 @@ -35,6 +35,6 @@ DEPEND="${RDEPEND} dev-ml/extlib )" -STRIP_MASK="*/bin/*" +RESTRICT="strip" S="${WORKDIR}/${MY_P}" DOCS=( "README.md" "TODO.txt" "AUTHORS.md" "CHANGES.txt" ) diff --git a/dev-ml/oasis/oasis-0.4.8.ebuild b/dev-ml/oasis/oasis-0.4.8.ebuild index e2f5056918fe..0ed13d0087f5 100644 --- a/dev-ml/oasis/oasis-0.4.8.ebuild +++ b/dev-ml/oasis/oasis-0.4.8.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 @@ -33,6 +33,6 @@ DEPEND="${RDEPEND} dev-ml/extlib )" -STRIP_MASK="*/bin/*" +RESTRICT="strip" S="${WORKDIR}/${MY_P}" DOCS=( "README.md" "TODO.txt" "AUTHORS.md" "CHANGES.txt" ) |