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 B660E138334 for ; Mon, 4 Mar 2019 13:27:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98474E08C9; Mon, 4 Mar 2019 13:27:17 +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 67A4DE08C9 for ; Mon, 4 Mar 2019 13:27:17 +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 4BA83335CEF for ; Mon, 4 Mar 2019 13:27:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A634F527 for ; Mon, 4 Mar 2019 13:27:13 +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: <1551706025.1e2ae9e0dabdc67acc2a2357b493313902df7c66.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.0.1.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: 1e2ae9e0dabdc67acc2a2357b493313902df7c66 X-VCS-Branch: master Date: Mon, 4 Mar 2019 13:27: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6f32e936-0700-449b-95a9-b5c264318e0e X-Archives-Hash: 30741df96188e003d029a31d7a45209b commit: 1e2ae9e0dabdc67acc2a2357b493313902df7c66 Author: Lars Wendler gentoo org> AuthorDate: Mon Mar 4 13:26:48 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Mon Mar 4 13:27:05 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e2ae9e0 games-util/lutris: Added x11-libs/libnotify to RDEPEND. Closes: https://bugs.gentoo.org/679400 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Lars Wendler gentoo.org> games-util/lutris/lutris-0.5.0.1.ebuild | 1 + games-util/lutris/lutris-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/games-util/lutris/lutris-0.5.0.1.ebuild b/games-util/lutris/lutris-0.5.0.1.ebuild index 866cc4417a1..fca79a193eb 100644 --- a/games-util/lutris/lutris-0.5.0.1.ebuild +++ b/games-util/lutris/lutris-0.5.0.1.ebuild @@ -41,6 +41,7 @@ RDEPEND=" x11-apps/xgamma x11-apps/xrandr x11-libs/gtk+:3[introspection] + x11-libs/libnotify " S="${WORKDIR}/${PN}" diff --git a/games-util/lutris/lutris-9999.ebuild b/games-util/lutris/lutris-9999.ebuild index 866cc4417a1..fca79a193eb 100644 --- a/games-util/lutris/lutris-9999.ebuild +++ b/games-util/lutris/lutris-9999.ebuild @@ -41,6 +41,7 @@ RDEPEND=" x11-apps/xgamma x11-apps/xrandr x11-libs/gtk+:3[introspection] + x11-libs/libnotify " S="${WORKDIR}/${PN}"