diff options
author | 2019-03-28 23:02:12 +0300 | |
---|---|---|
committer | 2019-03-28 23:03:52 +0300 | |
commit | 1bd8d2c143682696feba5f0c50cff4d35e8ab122 (patch) | |
tree | dc8f711510d107976408f900cb07d447a727aac1 | |
parent | dev-ruby/rspec-support: mark s390 stable (diff) | |
download | gentoo-1bd8d2c143682696feba5f0c50cff4d35e8ab122.tar.gz gentoo-1bd8d2c143682696feba5f0c50cff4d35e8ab122.tar.bz2 gentoo-1bd8d2c143682696feba5f0c50cff4d35e8ab122.zip |
media-libs/libsamplerate: mark s390 stable
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
-rw-r--r-- | media-libs/libsamplerate/libsamplerate-0.1.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/libsamplerate/libsamplerate-0.1.9.ebuild b/media-libs/libsamplerate/libsamplerate-0.1.9.ebuild index ec95a697c759..e8227340d39f 100644 --- a/media-libs/libsamplerate/libsamplerate-0.1.9.ebuild +++ b/media-libs/libsamplerate/libsamplerate-0.1.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -13,7 +13,7 @@ SRC_URI="http://www.mega-nerd.com/SRC/${P}.tar.gz" LICENSE="BSD-2" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="sndfile static-libs" RDEPEND="sndfile? ( >=media-libs/libsndfile-1.0.2 )" |