From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id BB35558973 for ; Sun, 7 Feb 2016 13:15:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 804EA21C008; Sun, 7 Feb 2016 13:15:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2305521C008 for ; Sun, 7 Feb 2016 13:15:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D8A053409D0 for ; Sun, 7 Feb 2016 13:15:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B1E20D25 for ; Sun, 7 Feb 2016 13:15:13 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1454850806.0921c3562069ebbc2664d126b2444fe9210f5e92.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/ppsspp/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-emulation/ppsspp/ppsspp-1.1.1-r2.ebuild X-VCS-Directories: games-emulation/ppsspp/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 0921c3562069ebbc2664d126b2444fe9210f5e92 X-VCS-Branch: master Date: Sun, 7 Feb 2016 13:15:13 +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: e3a7e7c7-91cb-479a-87de-40d701f507fe X-Archives-Hash: b0ae701cb1b8508f23661250682edf4c commit: 0921c3562069ebbc2664d126b2444fe9210f5e92 Author: Patrice Clement gentoo org> AuthorDate: Sun Feb 7 13:12:44 2016 +0000 Commit: Patrice Clement gentoo org> CommitDate: Sun Feb 7 13:13:26 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0921c356 games-emulation/ppsspp: Fix typo: exeinto instead of into. Package-Manager: portage-2.2.26 Signed-off-by: Patrice Clement gentoo.org> games-emulation/ppsspp/ppsspp-1.1.1-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-emulation/ppsspp/ppsspp-1.1.1-r2.ebuild b/games-emulation/ppsspp/ppsspp-1.1.1-r2.ebuild index 3e3854f..4d8db28 100644 --- a/games-emulation/ppsspp/ppsspp-1.1.1-r2.ebuild +++ b/games-emulation/ppsspp/ppsspp-1.1.1-r2.ebuild @@ -106,7 +106,7 @@ src_compile() { src_install() { if use qt4 ; then - into /usr/games/bin + exeinto /usr/games/bin newexe "${WORKDIR}"/"${P}"/Qt/ppsspp ppsspp elif use qt5 ; then exeinto /usr/games/bin