diff options
Diffstat (limited to 'dev-ml/oasis/oasis-0.4.10.ebuild')
-rw-r--r-- | dev-ml/oasis/oasis-0.4.10.ebuild | 4 |
1 files changed, 2 insertions, 2 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" ) |