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 DBEBC138334 for ; Tue, 8 Oct 2019 14:24:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D425E092B; Tue, 8 Oct 2019 14:24:32 +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 E6E88E092B for ; Tue, 8 Oct 2019 14:24:31 +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 E401134BA64 for ; Tue, 8 Oct 2019 14:24:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6C892779 for ; Tue, 8 Oct 2019 14:24:29 +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: <1570544665.e32a9303bcfd95ed22a286219f7c2d5c3ed61328.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/clementine/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/clementine/clementine-1.3.1_p20190127.ebuild media-sound/clementine/clementine-1.3.1_p20190609.ebuild media-sound/clementine/clementine-9999.ebuild X-VCS-Directories: media-sound/clementine/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: e32a9303bcfd95ed22a286219f7c2d5c3ed61328 X-VCS-Branch: master Date: Tue, 8 Oct 2019 14:24:29 +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: c66fbf71-8c48-4dc5-9f26-3a3c38593f9c X-Archives-Hash: 3cf0a067bedd7d52d5b63973318da847 commit: e32a9303bcfd95ed22a286219f7c2d5c3ed61328 Author: Lars Wendler gentoo org> AuthorDate: Tue Oct 8 09:19:33 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue Oct 8 14:24:25 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e32a9303 media-sound/clementine: Added sub-slot dep to media-libs/libprojectm Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Lars Wendler gentoo.org> media-sound/clementine/clementine-1.3.1_p20190127.ebuild | 2 +- media-sound/clementine/clementine-1.3.1_p20190609.ebuild | 2 +- media-sound/clementine/clementine-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/media-sound/clementine/clementine-1.3.1_p20190127.ebuild b/media-sound/clementine/clementine-1.3.1_p20190127.ebuild index 64add8ac854..9aa4ffa1983 100644 --- a/media-sound/clementine/clementine-1.3.1_p20190127.ebuild +++ b/media-sound/clementine/clementine-1.3.1_p20190127.ebuild @@ -68,7 +68,7 @@ COMMON_DEPEND=" mtp? ( >=media-libs/libmtp-1.0.0 ) projectm? ( media-libs/glew:= - >=media-libs/libprojectm-1.2.0 + >=media-libs/libprojectm-1.2.0:= virtual/opengl ) " diff --git a/media-sound/clementine/clementine-1.3.1_p20190609.ebuild b/media-sound/clementine/clementine-1.3.1_p20190609.ebuild index a4d5f63d5bb..c1abcfd676e 100644 --- a/media-sound/clementine/clementine-1.3.1_p20190609.ebuild +++ b/media-sound/clementine/clementine-1.3.1_p20190609.ebuild @@ -69,7 +69,7 @@ COMMON_DEPEND=" mtp? ( >=media-libs/libmtp-1.0.0 ) projectm? ( media-libs/glew:= - >=media-libs/libprojectm-1.2.0 + >=media-libs/libprojectm-1.2.0:= virtual/opengl ) " diff --git a/media-sound/clementine/clementine-9999.ebuild b/media-sound/clementine/clementine-9999.ebuild index 95744f36b83..75764d0ec7e 100644 --- a/media-sound/clementine/clementine-9999.ebuild +++ b/media-sound/clementine/clementine-9999.ebuild @@ -68,7 +68,7 @@ COMMON_DEPEND=" mtp? ( >=media-libs/libmtp-1.0.0 ) projectm? ( media-libs/glew:= - >=media-libs/libprojectm-1.2.0 + >=media-libs/libprojectm-1.2.0:= virtual/opengl ) "