Skip to content

Commit

Permalink
media-sound/lmms: do not alternate wine dependency anymore
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.13, Repoman-2.3.3
  • Loading branch information
Zlogene committed Jan 6, 2018
1 parent 121cd55 commit 8dc1e38
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions media-sound/lmms/lmms-1.1.90.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions media-sound/lmms/lmms-1.2.0_rc4.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions media-sound/lmms/lmms-9999.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8dc1e38

Please sign in to comment.