diff options
author | 2022-07-15 08:05:08 +0100 | |
---|---|---|
committer | 2022-07-15 08:05:33 +0100 | |
commit | 824b2d0538da807e43b9c195302f074379899310 (patch) | |
tree | 767d7fa58e6418412a1dbbe9f586676771c5e99a /media-gfx/gozer | |
parent | media-libs/giblib: fix build w/ newer imlib2 (pkg-config) (diff) | |
download | gentoo-824b2d0538da807e43b9c195302f074379899310.tar.gz gentoo-824b2d0538da807e43b9c195302f074379899310.tar.bz2 gentoo-824b2d0538da807e43b9c195302f074379899310.zip |
media-gfx/gozer: EAPI 8
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-gfx/gozer')
-rw-r--r-- | media-gfx/gozer/gozer-0.7-r4.ebuild (renamed from media-gfx/gozer/gozer-0.7-r3.ebuild) | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/media-gfx/gozer/gozer-0.7-r3.ebuild b/media-gfx/gozer/gozer-0.7-r4.ebuild index eb15f0c92d2d..f14a25fce9c2 100644 --- a/media-gfx/gozer/gozer-0.7-r3.ebuild +++ b/media-gfx/gozer/gozer-0.7-r4.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 inherit autotools @@ -12,19 +12,23 @@ SRC_URI="http://www.linuxbrit.co.uk/downloads/${P}.tar.gz" LICENSE="feh LGPL-2+" SLOT="0" KEYWORDS="amd64 ppc x86" -IUSE="" RDEPEND=" media-libs/giblib - media-libs/imlib2" + media-libs/imlib2 +" DEPEND=" ${RDEPEND} - x11-libs/libXext" + x11-libs/libXext +" -PATCHES=( "${FILESDIR}"/${P}-fix-build-system.patch ) +PATCHES=( + "${FILESDIR}"/${P}-fix-build-system.patch +) src_prepare() { default + mv configure.{in,ac} || die eautoreconf } |