commit: 8fa4ae91c3ab38e2da14d2f6a7313ab2e055e011 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Sun Nov 17 00:54:48 2024 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Sun Nov 17 00:55:25 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fa4ae91
media-libs/libpqstego: eautoreconf for fun and profit Closes: https://bugs.gentoo.org/899828 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> .../{libpqstego-0.0.1-r1.ebuild => libpqstego-0.0.1-r2.ebuild} | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/media-libs/libpqstego/libpqstego-0.0.1-r1.ebuild b/media-libs/libpqstego/libpqstego-0.0.1-r2.ebuild similarity index 88% rename from media-libs/libpqstego/libpqstego-0.0.1-r1.ebuild rename to media-libs/libpqstego/libpqstego-0.0.1-r2.ebuild index d78e9c223119..6715cfedd36b 100644 --- a/media-libs/libpqstego/libpqstego-0.0.1-r1.ebuild +++ b/media-libs/libpqstego/libpqstego-0.0.1-r2.ebuild @@ -1,7 +1,9 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 + +inherit autotools DESCRIPTION="Library for Perturbed Quantization Steganography" HOMEPAGE="https://sourceforge.net/projects/pqstego/" @@ -13,6 +15,11 @@ KEYWORDS="~amd64 ~x86" DEPEND="sci-libs/gsl:=[cblas-external]" +src_prepare() { + default + eautoreconf +} + src_configure() { econf \ --disable-static
