diff options
author | Sam James <sam@gentoo.org> | 2022-11-11 06:25:13 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-11-11 06:29:44 +0000 |
commit | ea848dd692680870ca7d7019979b6abc399989da (patch) | |
tree | b44183da29e176ec9e291807977ea78fff923ad1 /media-libs/sdl-mixer | |
parent | net-vpn/tor: add 0.4.7.11 (diff) | |
download | gentoo-ea848dd692680870ca7d7019979b6abc399989da.tar.gz gentoo-ea848dd692680870ca7d7019979b6abc399989da.tar.bz2 gentoo-ea848dd692680870ca7d7019979b6abc399989da.zip |
media-libs/sdl-mixer: drop superfluous autoreconf
Upstream commit configure etc to git, so even though they don't make releases, we
don't need autoreconf \o/
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/sdl-mixer')
-rw-r--r-- | media-libs/sdl-mixer/sdl-mixer-1.2.12_p20221010.ebuild | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/media-libs/sdl-mixer/sdl-mixer-1.2.12_p20221010.ebuild b/media-libs/sdl-mixer/sdl-mixer-1.2.12_p20221010.ebuild index 91e0c76faf44..bd78de80724e 100644 --- a/media-libs/sdl-mixer/sdl-mixer-1.2.12_p20221010.ebuild +++ b/media-libs/sdl-mixer/sdl-mixer-1.2.12_p20221010.ebuild @@ -5,7 +5,7 @@ EAPI=8 # Check SDL-1.2 branch for possible backports/new snapshots -inherit autotools multilib-minimal +inherit multilib-minimal SDL_MIXER_COMMIT="7804621c533dddfe970e97c94c4ea72d48ed7f48" @@ -54,12 +54,6 @@ RDEPEND=" " DEPEND="${RDEPEND}" -src_prepare() { - default - - eautoreconf -} - multilib_src_configure() { local myeconfargs=( --disable-music-flac-shared |