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 71E31138334 for ; Tue, 18 Dec 2018 17:01:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F2C92E0900; Tue, 18 Dec 2018 17:01:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 82D22E0900 for ; Tue, 18 Dec 2018 17:01:30 +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 3474C335CA6 for ; Tue, 18 Dec 2018 17:01:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D5961326 for ; Tue, 18 Dec 2018 17:01:26 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1545152474.67d71ec9572433653d8ae0bed50b8d37ab066df4.bkohler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/stuffit/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/stuffit/stuffit-5.2.0.611.ebuild X-VCS-Directories: app-arch/stuffit/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: 67d71ec9572433653d8ae0bed50b8d37ab066df4 X-VCS-Branch: master Date: Tue, 18 Dec 2018 17:01:26 +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: 52063e98-113d-4e7c-bf0b-5bf59506e1e0 X-Archives-Hash: 6bf5e9222ca1a75e8a5537a69925cf4b commit: 67d71ec9572433653d8ae0bed50b8d37ab066df4 Author: Ben Kohler gentoo org> AuthorDate: Tue Dec 18 17:00:58 2018 +0000 Commit: Ben Kohler gentoo org> CommitDate: Tue Dec 18 17:01:14 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67d71ec9 app-arch/stuffit: fix misuse of ${DISTDIR} in pkg_nofetch Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Ben Kohler gentoo.org> app-arch/stuffit/stuffit-5.2.0.611.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-arch/stuffit/stuffit-5.2.0.611.ebuild b/app-arch/stuffit/stuffit-5.2.0.611.ebuild index 2e6528ed212..f951829d1fe 100644 --- a/app-arch/stuffit/stuffit-5.2.0.611.ebuild +++ b/app-arch/stuffit/stuffit-5.2.0.611.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ SRC_URI="http://my.smithmicro.com/downloads/files/${MY_P}.tar.gz" LICENSE="Stuffit" SLOT="0" -KEYWORDS="-* x86 amd64" +KEYWORDS="-* amd64 x86" IUSE="" RESTRICT="fetch strip" @@ -22,7 +22,7 @@ INSTALLDIR=/opt/stuffit pkg_nofetch() { einfo "Please download stuffit from" einfo "${SRC_URI}" - einfo "and put the file in ${DISTDIR}" + einfo "and place the file in your DISTDIR directory." einfo einfo "Note that StuffIt requires registration within 30 days," einfo "but StuffIt Expander is freeware."