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 C3DAF138330 for ; Sat, 6 Jan 2018 22:54:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B4FDE0815; Sat, 6 Jan 2018 22:54:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 DB72BE0815 for ; Sat, 6 Jan 2018 22:54:18 +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 028EA335C5F for ; Sat, 6 Jan 2018 22:54:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7F781195 for ; Sat, 6 Jan 2018 22:54:16 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1515279250.8dc1e383ec0283c47d26b93850a0e9c459df107a.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/lmms/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/lmms/lmms-1.1.90.ebuild media-sound/lmms/lmms-1.2.0_rc4.ebuild media-sound/lmms/lmms-9999.ebuild X-VCS-Directories: media-sound/lmms/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 8dc1e383ec0283c47d26b93850a0e9c459df107a X-VCS-Branch: master Date: Sat, 6 Jan 2018 22:54:16 +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-Archives-Salt: 4b916d20-8441-405b-8b32-08a9638aa31d X-Archives-Hash: 04e6d3fbb6d51a7b020e9517b6eea910 commit: 8dc1e383ec0283c47d26b93850a0e9c459df107a Author: Mikle Kolyada gentoo org> AuthorDate: Sat Jan 6 22:53:53 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sat Jan 6 22:54:10 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dc1e383 media-sound/lmms: do not alternate wine dependency anymore Package-Manager: Portage-2.3.13, Repoman-2.3.3 media-sound/lmms/lmms-1.1.90.ebuild | 4 ++-- media-sound/lmms/lmms-1.2.0_rc4.ebuild | 4 ++-- media-sound/lmms/lmms-9999.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/media-sound/lmms/lmms-1.1.90.ebuild b/media-sound/lmms/lmms-1.1.90.ebuild index e76edef817b..a3e5bc6169a 100644 --- a/media-sound/lmms/lmms-1.1.90.ebuild +++ b/media-sound/lmms/lmms-1.1.90.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -44,7 +44,7 @@ COMMON_DEPEND=" ) soundio? ( media-libs/libsoundio ) stk? ( media-libs/stk ) - vst? ( || ( virtual/wine app-emulation/wine ) ) + vst? ( virtual/wine ) " DEPEND="${COMMON_DEPEND} dev-qt/linguist-tools:5 diff --git a/media-sound/lmms/lmms-1.2.0_rc4.ebuild b/media-sound/lmms/lmms-1.2.0_rc4.ebuild index 22f4af150ad..354ba7ece7b 100644 --- a/media-sound/lmms/lmms-1.2.0_rc4.ebuild +++ b/media-sound/lmms/lmms-1.2.0_rc4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -45,7 +45,7 @@ COMMON_DEPEND=" ) soundio? ( media-libs/libsoundio ) stk? ( media-libs/stk ) - vst? ( || ( virtual/wine app-emulation/wine ) ) + vst? ( virtual/wine ) " DEPEND="${COMMON_DEPEND} dev-qt/linguist-tools:5 diff --git a/media-sound/lmms/lmms-9999.ebuild b/media-sound/lmms/lmms-9999.ebuild index 22f4af150ad..354ba7ece7b 100644 --- a/media-sound/lmms/lmms-9999.ebuild +++ b/media-sound/lmms/lmms-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -45,7 +45,7 @@ COMMON_DEPEND=" ) soundio? ( media-libs/libsoundio ) stk? ( media-libs/stk ) - vst? ( || ( virtual/wine app-emulation/wine ) ) + vst? ( virtual/wine ) " DEPEND="${COMMON_DEPEND} dev-qt/linguist-tools:5