From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-851258-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5BB301384B4 for <garchives@archives.gentoo.org>; Sat, 12 Dec 2015 16:53:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 554F121C008; Sat, 12 Dec 2015 16:53:05 +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 D397621C043 for <gentoo-commits@lists.gentoo.org>; Sat, 12 Dec 2015 16:53:04 +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 4BD8134087E for <gentoo-commits@lists.gentoo.org>; Sat, 12 Dec 2015 16:53:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 995CAA86 for <gentoo-commits@lists.gentoo.org>; Sat, 12 Dec 2015 16:53:00 +0000 (UTC) From: "Michael Sterrett" <mr_bones_@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Sterrett" <mr_bones_@gentoo.org> Message-ID: <1449939066.55961a2b6e1ee86302285556377ad0f5adbe84ff.mr_bones_@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-action/supertuxkart/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-action/supertuxkart/supertuxkart-0.9.1.ebuild X-VCS-Directories: games-action/supertuxkart/ X-VCS-Committer: mr_bones_ X-VCS-Committer-Name: Michael Sterrett X-VCS-Revision: 55961a2b6e1ee86302285556377ad0f5adbe84ff X-VCS-Branch: master Date: Sat, 12 Dec 2015 16:53:00 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c9401d36-a125-453f-a24e-eb95be87bf69 X-Archives-Hash: de93c53d0d4c1c1e6f5830be3290704b commit: 55961a2b6e1ee86302285556377ad0f5adbe84ff Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org> AuthorDate: Sat Dec 12 16:51:06 2015 +0000 Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org> CommitDate: Sat Dec 12 16:51:06 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55961a2b tidy; fix slot on virtual/jpeg Package-Manager: portage-2.2.24 games-action/supertuxkart/supertuxkart-0.9.1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/games-action/supertuxkart/supertuxkart-0.9.1.ebuild b/games-action/supertuxkart/supertuxkart-0.9.1.ebuild index b070ae7..14341da 100644 --- a/games-action/supertuxkart/supertuxkart-0.9.1.ebuild +++ b/games-action/supertuxkart/supertuxkart-0.9.1.ebuild @@ -25,7 +25,7 @@ RDEPEND="media-libs/libpng:0 net-misc/curl sys-libs/zlib virtual/glu - virtual/jpeg:62 + virtual/jpeg:0 virtual/libintl virtual/opengl x11-libs/libX11 @@ -62,9 +62,9 @@ src_compile() { } src_install() { - cmake-utils_src_install + DOCS="AUTHORS CHANGELOG.md README.md TODO.md" \ + cmake-utils_src_install doicon -s 64 "${DISTDIR}"/${PN}.png - dodoc AUTHORS CHANGELOG.md README.md TODO.md prepgamesdirs }