From: Patrice Clement Date: Tue, 19 Jan 2016 20:25:18 +0000 (+0000) Subject: games-emulation/ppsspp: Fix DESCRIPTION length. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=3821e44035638d86fc653f6e5ca3c9accb770636;p=gentoo.git games-emulation/ppsspp: Fix DESCRIPTION length. Package-Manager: portage-2.2.26 Signed-off-by: Patrice Clement --- diff --git a/games-emulation/ppsspp/ppsspp-1.1.0.ebuild b/games-emulation/ppsspp/ppsspp-1.1.0.ebuild index 493f3cb7b762..6bc431f28603 100644 --- a/games-emulation/ppsspp/ppsspp-1.1.0.ebuild +++ b/games-emulation/ppsspp/ppsspp-1.1.0.ebuild @@ -6,14 +6,14 @@ EAPI=5 inherit eutils cmake-utils qt4-r2 git-r3 -DESCRIPTION="A PSP emulator for Android, Windows, Mac, Linux and Blackberry 10, written in C++." +DESCRIPTION="A PSP emulator written in C++." HOMEPAGE="http://www.ppsspp.org/" EGIT_REPO_URI="git://github.com/hrydgard/${PN}.git" EGIT_COMMIT="v${PV}" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="~amd64 ~x86" IUSE="qt4 +sdl" REQUIRED_USE=" ?? ( qt4 sdl ) diff --git a/games-emulation/ppsspp/ppsspp-1.1.1.ebuild b/games-emulation/ppsspp/ppsspp-1.1.1.ebuild index c68ca53d4e22..6de52a1e6eb8 100644 --- a/games-emulation/ppsspp/ppsspp-1.1.1.ebuild +++ b/games-emulation/ppsspp/ppsspp-1.1.1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Id$ EAPI=5 inherit eutils cmake-utils qt4-r2 git-r3 -DESCRIPTION="A PSP emulator for Android, Windows, Mac, Linux and Blackberry 10, written in C++." +DESCRIPTION="A PSP emulator written in C++." HOMEPAGE="http://www.ppsspp.org/" EGIT_REPO_URI="git://github.com/hrydgard/ppsspp.git" EGIT_COMMIT="v${PV}" diff --git a/games-emulation/ppsspp/ppsspp-9999.ebuild b/games-emulation/ppsspp/ppsspp-9999.ebuild index 5723f53bb657..d9166bbb7d00 100644 --- a/games-emulation/ppsspp/ppsspp-9999.ebuild +++ b/games-emulation/ppsspp/ppsspp-9999.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Id$ EAPI=5 inherit eutils cmake-utils qt4-r2 git-r3 -DESCRIPTION="A PSP emulator for Android, Windows, Mac, Linux and Blackberry 10, written in C++." +DESCRIPTION="A PSP emulator written in C++." HOMEPAGE="http://www.ppsspp.org/" EGIT_REPO_URI="git://github.com/hrydgard/ppsspp.git"