steghide: minor qa

This commit is contained in:
Rick Farina (Zero_Chaos) 2023-01-24 17:12:42 -05:00
parent 38c477f2d6
commit bc7a392eed
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC

View file

@ -1,9 +1,9 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EAPI=8
inherit autotools eutils
inherit autotools
DESCRIPTION="A steganography program which hides data in various media files"
HOMEPAGE="https://steghide.sourceforge.net/"
@ -18,7 +18,7 @@ DEPEND="
app-crypt/mhash
dev-libs/libmcrypt
sys-libs/zlib
virtual/jpeg"
media-libs/libjpeg-turbo:="
RDEPEND="${DEPEND}"