From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3834D138334 for ; Fri, 5 Jul 2019 20:17:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 734B8E08C4; Fri, 5 Jul 2019 20:17:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5BD23E08C4 for ; Fri, 5 Jul 2019 20:17:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3D1463471B9 for ; Fri, 5 Jul 2019 20:17:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B40FF5FD for ; Fri, 5 Jul 2019 20:17:48 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1562357818.eaf6a0caa951bea05255249a537b436c2ac0fa89.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/oasis/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/oasis/oasis-0.4.10.ebuild dev-ml/oasis/oasis-0.4.8.ebuild X-VCS-Directories: dev-ml/oasis/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: eaf6a0caa951bea05255249a537b436c2ac0fa89 X-VCS-Branch: master Date: Fri, 5 Jul 2019 20:17:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fee7997b-7e42-4a5e-9fdc-efa89fb7f255 X-Archives-Hash: 749f8769f92afd6ed6efef6fd31b4dd3 commit: eaf6a0caa951bea05255249a537b436c2ac0fa89 Author: Michał Górny gentoo org> AuthorDate: Sun Apr 14 08:05:24 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Jul 5 20:16:58 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eaf6a0ca dev-ml/oasis: Replace STRIP_MASK with RESTRICT="strip" Closes: https://bugs.gentoo.org/651438 Signed-off-by: Michał Górny gentoo.org> 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 03927db1211..4a26f9bc6e6 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 e2f5056918f..0ed13d0087f 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" )