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 AA505138206 for ; Mon, 15 Jan 2018 23:30:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C5188E0891; Mon, 15 Jan 2018 23:30:12 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 9C0F6E0891 for ; Mon, 15 Jan 2018 23:30:12 +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 7B83A335C48 for ; Mon, 15 Jan 2018 23:30:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 853C0151 for ; Mon, 15 Jan 2018 23:30:02 +0000 (UTC) From: "Sven Wegener" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sven Wegener" Message-ID: <1516058984.030d151e562fa9a5580a06249c87cb40261cdbfb.swegener@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-engines/scummvm-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-engines/scummvm-tools/scummvm-tools-2.0.0-r1.ebuild games-engines/scummvm-tools/scummvm-tools-2.0.0.ebuild X-VCS-Directories: games-engines/scummvm-tools/ X-VCS-Committer: swegener X-VCS-Committer-Name: Sven Wegener X-VCS-Revision: 030d151e562fa9a5580a06249c87cb40261cdbfb X-VCS-Branch: master Date: Mon, 15 Jan 2018 23:30:02 +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-Archives-Salt: e6a9b54b-e773-4c94-9761-3f4794133a87 X-Archives-Hash: d77cd3689d48c7eee6bc53f603f834f4 commit: 030d151e562fa9a5580a06249c87cb40261cdbfb Author: Sven Wegener gentoo org> AuthorDate: Mon Jan 15 23:28:15 2018 +0000 Commit: Sven Wegener gentoo org> CommitDate: Mon Jan 15 23:29:44 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=030d151e games-engines/scummvm-tools: do not install into /usr/local Package-Manager: Portage-2.3.14, Repoman-2.3.6 .../{scummvm-tools-2.0.0.ebuild => scummvm-tools-2.0.0-r1.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/games-engines/scummvm-tools/scummvm-tools-2.0.0.ebuild b/games-engines/scummvm-tools/scummvm-tools-2.0.0-r1.ebuild similarity index 95% rename from games-engines/scummvm-tools/scummvm-tools-2.0.0.ebuild rename to games-engines/scummvm-tools/scummvm-tools-2.0.0-r1.ebuild index c673ff3f6e8..66e28b742a4 100644 --- a/games-engines/scummvm-tools/scummvm-tools-2.0.0.ebuild +++ b/games-engines/scummvm-tools/scummvm-tools-2.0.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -42,6 +42,7 @@ src_prepare() { src_configure() { # Not an autoconf script ./configure \ + --prefix=/usr \ --disable-tremor \ --enable-verbose-build \ --mandir=/usr/share/man \