From eaf6a0caa951bea05255249a537b436c2ac0fa89 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 14 Apr 2019 10:05:24 +0200 Subject: [PATCH] dev-ml/oasis: Replace STRIP_MASK with RESTRICT="strip" MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/651438 Signed-off-by: Michał Górny --- dev-ml/oasis/oasis-0.4.10.ebuild | 4 ++-- 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" ) -- 2.26.2