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 AAD69138334 for ; Wed, 27 Mar 2019 17:05:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1A1AE089E; Wed, 27 Mar 2019 17:05:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 B9736E089E for ; Wed, 27 Mar 2019 17:05:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 9AFDF335CB7 for ; Wed, 27 Mar 2019 17:05:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4AF19266 for ; Wed, 27 Mar 2019 17:05:38 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1553706330.55976cfada2bf7fb6f35018606ed73ba32b81e6d.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-util/lutris/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-util/lutris/lutris-0.5.1.2.ebuild games-util/lutris/lutris-9999.ebuild X-VCS-Directories: games-util/lutris/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 55976cfada2bf7fb6f35018606ed73ba32b81e6d X-VCS-Branch: master Date: Wed, 27 Mar 2019 17:05:38 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cd423941-37fe-4778-bff5-f1d1645e6319 X-Archives-Hash: e0a9ebffe2ec1626a1fdbe0328e16376 commit: 55976cfada2bf7fb6f35018606ed73ba32b81e6d Author: Lars Wendler gentoo org> AuthorDate: Wed Mar 27 17:04:46 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Wed Mar 27 17:05:30 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55976cfa games-util/lutris: Fixed source dir in live ebuild. Thanks-to: Ren Greco linuxmail.org> Closes: https://bugs.gentoo.org/680286 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Lars Wendler gentoo.org> games-util/lutris/lutris-0.5.1.2.ebuild | 3 +-- games-util/lutris/lutris-9999.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/games-util/lutris/lutris-0.5.1.2.ebuild b/games-util/lutris/lutris-0.5.1.2.ebuild index e10b3d142ee..2da144c4dbb 100644 --- a/games-util/lutris/lutris-0.5.1.2.ebuild +++ b/games-util/lutris/lutris-0.5.1.2.ebuild @@ -17,6 +17,7 @@ if [[ ${PV} == *9999* ]] ; then else SRC_URI="https://lutris.net/releases/${P/-/_}.tar.xz" KEYWORDS="~amd64 ~x86" + S="${WORKDIR}/${PN}" fi LICENSE="GPL-3" @@ -46,8 +47,6 @@ RDEPEND=" x11-libs/libnotify " -S="${WORKDIR}/${PN}" - python_install_all() { local DOCS=( AUTHORS README.rst docs/installers.rst ) distutils-r1_python_install_all diff --git a/games-util/lutris/lutris-9999.ebuild b/games-util/lutris/lutris-9999.ebuild index d6cbb9e6644..2da144c4dbb 100644 --- a/games-util/lutris/lutris-9999.ebuild +++ b/games-util/lutris/lutris-9999.ebuild @@ -17,6 +17,7 @@ if [[ ${PV} == *9999* ]] ; then else SRC_URI="https://lutris.net/releases/${P/-/_}.tar.xz" KEYWORDS="~amd64 ~x86" + S="${WORKDIR}/${PN}" fi LICENSE="GPL-3" @@ -39,14 +40,13 @@ RDEPEND=" media-sound/fluid-soundfont net-libs/libsoup net-libs/webkit-gtk:4[introspection] + x11-apps/mesa-progs x11-apps/xgamma x11-apps/xrandr x11-libs/gtk+:3[introspection] x11-libs/libnotify " -S="${WORKDIR}/${PN}" - python_install_all() { local DOCS=( AUTHORS README.rst docs/installers.rst ) distutils-r1_python_install_all