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 BA7AA139694 for ; Wed, 12 Apr 2017 15:52:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 09E61E077A; Wed, 12 Apr 2017 15:52:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D7258E077A for ; Wed, 12 Apr 2017 15:52:34 +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 C70F233BF43 for ; Wed, 12 Apr 2017 15:52:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 37EB373F0 for ; Wed, 12 Apr 2017 15:52:32 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1492012327.57530e8480c26912d09bba7b4a46218cbff2b7d7.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-puzzle/meandmyshadow/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-puzzle/meandmyshadow/meandmyshadow-0.4.ebuild X-VCS-Directories: games-puzzle/meandmyshadow/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 57530e8480c26912d09bba7b4a46218cbff2b7d7 X-VCS-Branch: master Date: Wed, 12 Apr 2017 15:52:32 +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: afbbd96e-1967-4e4c-9b42-b70241fcad80 X-Archives-Hash: 8ea55f1d48cce550ed08cb7f662ef6fe commit: 57530e8480c26912d09bba7b4a46218cbff2b7d7 Author: Dmitry Marakasov amdmi3 ru> AuthorDate: Tue Apr 11 19:10:55 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Apr 12 15:52:07 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57530e84 games-puzzle/meandmyshadow: fix a typo in the description Closes: https://github.com/gentoo/gentoo/pull/4410 games-puzzle/meandmyshadow/meandmyshadow-0.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-puzzle/meandmyshadow/meandmyshadow-0.4.ebuild b/games-puzzle/meandmyshadow/meandmyshadow-0.4.ebuild index 1c6b1b18444..a8c524a6b37 100644 --- a/games-puzzle/meandmyshadow/meandmyshadow-0.4.ebuild +++ b/games-puzzle/meandmyshadow/meandmyshadow-0.4.ebuild @@ -4,7 +4,7 @@ EAPI=5 inherit cmake-utils gnome2-utils games -DESCRIPTION="A puzzle/plateform game with a player and its shadow" +DESCRIPTION="A puzzle/platform game with a player and its shadow" HOMEPAGE="http://meandmyshadow.sourceforge.net/" SRC_URI="mirror://sourceforge/meandmyshadow/${PV}/${P}-src.tar.gz"