1 # Copyright 1999-2024 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
6 USE_RUBY="ruby31 ruby32 ruby33 ruby34"
8 RUBY_FAKEGEM_TASK_TEST=""
10 RUBY_FAKEGEM_EXTRADOC="README.textile"
12 RUBY_FAKEGEM_EXTENSIONS=(ext/extconf.rb)
16 DESCRIPTION="A Ruby interface to libshout2"
17 HOMEPAGE="https://github.com/niko/ruby-shout"
21 KEYWORDS="~amd64 ~ppc x86"
23 RDEPEND=">=media-libs/libshout-2.0"
24 DEPEND=">=media-libs/libshout-2.0"
26 PATCHES=( "${FILESDIR}/${P}-errno.patch" )