From: Michał Górny Date: Sun, 14 Apr 2019 08:05:24 +0000 (+0200) Subject: dev-ml/oasis: Replace STRIP_MASK with RESTRICT="strip" X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=eaf6a0caa951bea05255249a537b436c2ac0fa89;p=gentoo.git dev-ml/oasis: Replace STRIP_MASK with RESTRICT="strip" Closes: https://bugs.gentoo.org/651438 Signed-off-by: Michał Górny --- 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" )