diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 15:28:29 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 15:28:29 +0100 |
commit | fbd6f6bbc27c41618db7d1c1e38b29eab640c4d5 (patch) | |
tree | 73a4f2b656269834c188d9a313fe9a73a61b03cb /media-sound/ecasound | |
parent | media-sound/easytag: drop x86-macos (diff) | |
download | gentoo-fbd6f6bbc27c41618db7d1c1e38b29eab640c4d5.tar.gz gentoo-fbd6f6bbc27c41618db7d1c1e38b29eab640c4d5.tar.bz2 gentoo-fbd6f6bbc27c41618db7d1c1e38b29eab640c4d5.zip |
media-sound/ecasound: drop x86-macos
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'media-sound/ecasound')
-rw-r--r-- | media-sound/ecasound/ecasound-2.9.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/ecasound/ecasound-2.9.3.ebuild b/media-sound/ecasound/ecasound-2.9.3.ebuild index fb4f2a248045..88ce55e0de90 100644 --- a/media-sound/ecasound/ecasound-2.9.3.ebuild +++ b/media-sound/ecasound/ecasound-2.9.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ SRC_URI="https://ecasound.seul.org/download/${P}.tar.gz" LICENSE="GPL-2" SLOT="1" -KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="alsa audiofile debug doc jack libsamplerate lv2 mikmod ncurses oil osc oss python ruby sndfile static-libs test" RESTRICT="!test? ( test )" |