Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/oasis/
Date: Fri, 05 Jul 2019 20:17:52
Message-Id: 1562357818.eaf6a0caa951bea05255249a537b436c2ac0fa89.mgorny@gentoo
1 commit: eaf6a0caa951bea05255249a537b436c2ac0fa89
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 14 08:05:24 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 5 20:16:58 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eaf6a0ca
7
8 dev-ml/oasis: Replace STRIP_MASK with RESTRICT="strip"
9
10 Closes: https://bugs.gentoo.org/651438
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-ml/oasis/oasis-0.4.10.ebuild | 4 ++--
14 dev-ml/oasis/oasis-0.4.8.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/dev-ml/oasis/oasis-0.4.10.ebuild b/dev-ml/oasis/oasis-0.4.10.ebuild
18 index 03927db1211..4a26f9bc6e6 100644
19 --- a/dev-ml/oasis/oasis-0.4.10.ebuild
20 +++ b/dev-ml/oasis/oasis-0.4.10.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=5
27 @@ -35,6 +35,6 @@ DEPEND="${RDEPEND}
28 dev-ml/extlib
29 )"
30
31 -STRIP_MASK="*/bin/*"
32 +RESTRICT="strip"
33 S="${WORKDIR}/${MY_P}"
34 DOCS=( "README.md" "TODO.txt" "AUTHORS.md" "CHANGES.txt" )
35
36 diff --git a/dev-ml/oasis/oasis-0.4.8.ebuild b/dev-ml/oasis/oasis-0.4.8.ebuild
37 index e2f5056918f..0ed13d0087f 100644
38 --- a/dev-ml/oasis/oasis-0.4.8.ebuild
39 +++ b/dev-ml/oasis/oasis-0.4.8.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 1999-2018 Gentoo Foundation
42 +# Copyright 1999-2019 Gentoo Authors
43 # Distributed under the terms of the GNU General Public License v2
44
45 EAPI=5
46 @@ -33,6 +33,6 @@ DEPEND="${RDEPEND}
47 dev-ml/extlib
48 )"
49
50 -STRIP_MASK="*/bin/*"
51 +RESTRICT="strip"
52 S="${WORKDIR}/${MY_P}"
53 DOCS=( "README.md" "TODO.txt" "AUTHORS.md" "CHANGES.txt" )