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 9933F138334 for ; Thu, 20 Dec 2018 17:25:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C0FBFE0AE9; Thu, 20 Dec 2018 17:25:28 +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 9F4B4E0AE9 for ; Thu, 20 Dec 2018 17:25:28 +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 98407335C9F for ; Thu, 20 Dec 2018 17:25:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 974F44E8 for ; Thu, 20 Dec 2018 17:25:24 +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: <1545326041.3f9e6a3fde9d4a3ec4c3286fa50a2f227f9a277e.bkohler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-action/brutal-legend/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-action/brutal-legend/brutal-legend-20130615-r2.ebuild X-VCS-Directories: games-action/brutal-legend/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: 3f9e6a3fde9d4a3ec4c3286fa50a2f227f9a277e X-VCS-Branch: master Date: Thu, 20 Dec 2018 17:25:24 +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: 9574c868-c7ee-4559-a7eb-321d7201c2e5 X-Archives-Hash: 3c635aaf578db9d9182544b8950dc3a4 commit: 3f9e6a3fde9d4a3ec4c3286fa50a2f227f9a277e Author: Ben Kohler gentoo org> AuthorDate: Thu Dec 20 17:14:01 2018 +0000 Commit: Ben Kohler gentoo org> CommitDate: Thu Dec 20 17:14:01 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f9e6a3f games-action/brutal-legend: 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/brutal-legend/brutal-legend-20130615-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games-action/brutal-legend/brutal-legend-20130615-r2.ebuild b/games-action/brutal-legend/brutal-legend-20130615-r2.ebuild index b9c0096e145..1f80df831e0 100644 --- a/games-action/brutal-legend/brutal-legend-20130615-r2.ebuild +++ b/games-action/brutal-legend/brutal-legend-20130615-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # TODO: unbundle libsdl-2 @@ -51,7 +51,7 @@ S=${WORKDIR}/data pkg_nofetch() { einfo "Please buy & download ${SRC_URI} from:" einfo " https://www.humblebundle.com/store" - einfo "and move it to ${DISTDIR}" + einfo "and move it to your DISTDIR directory." } src_unpack() {