dev-ml/oasis: Replace STRIP_MASK with RESTRICT="strip"
authorMichał Górny <mgorny@gentoo.org>
Sun, 14 Apr 2019 08:05:24 +0000 (10:05 +0200)
committerMichał Górny <mgorny@gentoo.org>
Fri, 5 Jul 2019 20:16:58 +0000 (22:16 +0200)
Closes: https://bugs.gentoo.org/651438
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-ml/oasis/oasis-0.4.10.ebuild
dev-ml/oasis/oasis-0.4.8.ebuild

index 03927db121197525a7648c0a3ae013272f3f85a2..4a26f9bc6e6d45c0bb6977d14a40258694a8d328 100644 (file)
@@ -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" )
index e2f5056918feaca621849234c7ad4e5f11a7631c..0ed13d0087f5ff71eed5c8f8eb9e97851fb096a4 100644 (file)
@@ -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" )