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 2C10D138334 for ; Thu, 20 Dec 2018 20:00:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D16C0E08E0; Thu, 20 Dec 2018 20:00:48 +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 A933AE08E0 for ; Thu, 20 Dec 2018 20:00:47 +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 90F40335C3D for ; Thu, 20 Dec 2018 20:00:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7EA712A7 for ; Thu, 20 Dec 2018 20:00:43 +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: <1545336031.9de0425938078d5e04d56c5d34ea223e09cee262.bkohler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-rpg/arx-fatalis-data/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-rpg/arx-fatalis-data/arx-fatalis-data-1.21-r4.ebuild X-VCS-Directories: games-rpg/arx-fatalis-data/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: 9de0425938078d5e04d56c5d34ea223e09cee262 X-VCS-Branch: master Date: Thu, 20 Dec 2018 20:00:43 +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: 497d56f6-d93c-4acf-add1-e054b515ec2c X-Archives-Hash: 0a83acb80881373ce31d1c1f7eba6e37 commit: 9de0425938078d5e04d56c5d34ea223e09cee262 Author: Ben Kohler gentoo org> AuthorDate: Thu Dec 20 20:00:15 2018 +0000 Commit: Ben Kohler gentoo org> CommitDate: Thu Dec 20 20:00:31 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9de04259 games-rpg/arx-fatalis-data: 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-rpg/arx-fatalis-data/arx-fatalis-data-1.21-r4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games-rpg/arx-fatalis-data/arx-fatalis-data-1.21-r4.ebuild b/games-rpg/arx-fatalis-data/arx-fatalis-data-1.21-r4.ebuild index dc78d66cf81..5d0e686cf13 100644 --- a/games-rpg/arx-fatalis-data/arx-fatalis-data-1.21-r4.ebuild +++ b/games-rpg/arx-fatalis-data/arx-fatalis-data-1.21-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -57,7 +57,7 @@ detect_language() { pkg_nofetch() { einfo "Please download ${A} from your GOG.com account after buying Arx Fatalis" - einfo "and put it into ${DISTDIR}." + einfo "and put it into your DISTDIR directory." } src_unpack() {