summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-11-11 06:29:37 +0000
committerSam James <sam@gentoo.org>2022-11-11 06:29:45 +0000
commit9dd2a3ec3c9c8ed26e4d5e5fd5233fc6e39dc5d0 (patch)
treeb514af5a80ac77a97bc7c6634ea168fbd27c8aee /media-libs/sdl-ttf
parentmedia-libs/sdl-mixer: drop superfluous autoreconf (diff)
downloadgentoo-9dd2a3ec3c9c8ed26e4d5e5fd5233fc6e39dc5d0.tar.gz
gentoo-9dd2a3ec3c9c8ed26e4d5e5fd5233fc6e39dc5d0.tar.bz2
gentoo-9dd2a3ec3c9c8ed26e4d5e5fd5233fc6e39dc5d0.zip
media-libs/sdl-ttf: drop superfluous autoreconf
Upstream commit configure etc to git, so even though they don't make releases, we don't need autoreconf Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/sdl-ttf')
-rw-r--r--media-libs/sdl-ttf/sdl-ttf-2.0.11_p20220525.ebuild7
1 files changed, 1 insertions, 6 deletions
diff --git a/media-libs/sdl-ttf/sdl-ttf-2.0.11_p20220525.ebuild b/media-libs/sdl-ttf/sdl-ttf-2.0.11_p20220525.ebuild
index e6683a15dc3d..414664c29897 100644
--- a/media-libs/sdl-ttf/sdl-ttf-2.0.11_p20220525.ebuild
+++ b/media-libs/sdl-ttf/sdl-ttf-2.0.11_p20220525.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_TTF_COMMIT="2648c22c4f9e32d05a11b32f636b1c225a1502ac"
@@ -28,11 +28,6 @@ RDEPEND="
DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig"
-src_prepare() {
- default
- eautoreconf
-}
-
multilib_src_configure() {
local myeconfargs=(
$(use_enable static-libs static)