diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-11-17 01:54:48 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-11-17 01:55:25 +0100 |
commit | 8fa4ae91c3ab38e2da14d2f6a7313ab2e055e011 (patch) | |
tree | 592e5f5baa18c6ced10a65ea5f0c78ba56318d9c /media-libs | |
parent | sys-devel/gcc: add 14.2.1_p20241116 (diff) | |
download | gentoo-8fa4ae91c3ab38e2da14d2f6a7313ab2e055e011.tar.gz gentoo-8fa4ae91c3ab38e2da14d2f6a7313ab2e055e011.tar.bz2 gentoo-8fa4ae91c3ab38e2da14d2f6a7313ab2e055e011.zip |
media-libs/libpqstego: eautoreconf for fun and profit
Closes: https://bugs.gentoo.org/899828
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libpqstego/libpqstego-0.0.1-r2.ebuild (renamed from media-libs/libpqstego/libpqstego-0.0.1-r1.ebuild) | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/media-libs/libpqstego/libpqstego-0.0.1-r1.ebuild b/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 |