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 09F40138335 for ; Wed, 19 Dec 2018 14:31:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 26D43E09DA; Wed, 19 Dec 2018 14:31:42 +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 B5A01E0999 for ; Wed, 19 Dec 2018 14:31:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 5E49A335CA6 for ; Wed, 19 Dec 2018 14:31:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1B6564E4 for ; Wed, 19 Dec 2018 14:31:37 +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: <1545229864.095eb984b6480d2cef5a1d2d5adf169dd4eca24a.bkohler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-action/swordandsworcery/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-action/swordandsworcery/swordandsworcery-1.02.ebuild X-VCS-Directories: games-action/swordandsworcery/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: 095eb984b6480d2cef5a1d2d5adf169dd4eca24a X-VCS-Branch: master Date: Wed, 19 Dec 2018 14:31:37 +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: 16a20ba8-f633-47e7-9987-7d61d3c571c9 X-Archives-Hash: 572c5fcdc4b862d31ec5fb5b3136513e commit: 095eb984b6480d2cef5a1d2d5adf169dd4eca24a Author: Ben Kohler gentoo org> AuthorDate: Wed Dec 19 13:55:29 2018 +0000 Commit: Ben Kohler gentoo org> CommitDate: Wed Dec 19 14:31:04 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=095eb984 games-action/swordandsworcery: don't reference ${DISTDIR} in pkg_nofetch Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Ben Kohler gentoo.org> games-action/swordandsworcery/swordandsworcery-1.02.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games-action/swordandsworcery/swordandsworcery-1.02.ebuild b/games-action/swordandsworcery/swordandsworcery-1.02.ebuild index 7369ce107ba..a35edbe92d2 100644 --- a/games-action/swordandsworcery/swordandsworcery-1.02.ebuild +++ b/games-action/swordandsworcery/swordandsworcery-1.02.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # TODO: unbundle liblua-5.1 when available for multilib @@ -79,7 +79,7 @@ S=${WORKDIR} pkg_nofetch() { einfo "Please buy & download ${SRC_URI} from:" einfo " ${HOMEPAGE}" - einfo "and move it to ${DISTDIR}" + einfo "and move it to your DISTDIR directory." } src_prepare() {