summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2023-01-08 09:07:58 +0200
committerJoonas Niilola <juippis@gentoo.org>2023-01-08 09:31:15 +0200
commit31991cf623421898a80026fda9594903ad4b5604 (patch)
tree401ba4f11ade038567d4415b9824e0d3a6ef0112 /app-forensics
parentapp-forensics/aide: Stabilize 0.17.4-r3 x86, #886667 (diff)
downloadgentoo-31991cf623421898a80026fda9594903ad4b5604.tar.gz
gentoo-31991cf623421898a80026fda9594903ad4b5604.tar.bz2
gentoo-31991cf623421898a80026fda9594903ad4b5604.zip
app-forensics/aide: always enable 'zlib' on 0.17.4-r3
- while it compiles fine without zlib support, runtime does not work without it. Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-forensics')
-rw-r--r--app-forensics/aide/aide-0.17.4-r4.ebuild (renamed from app-forensics/aide/aide-0.17.4-r3.ebuild)9
1 files changed, 5 insertions, 4 deletions
diff --git a/app-forensics/aide/aide-0.17.4-r3.ebuild b/app-forensics/aide/aide-0.17.4-r4.ebuild
index 4623eda866ff..0684f4728854 100644
--- a/app-forensics/aide/aide-0.17.4-r3.ebuild
+++ b/app-forensics/aide/aide-0.17.4-r4.ebuild
@@ -12,9 +12,10 @@ SRC_URI="https://github.com/aide/aide/releases/download/v${PV}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~arm64 x86"
-IUSE="acl audit curl e2fs mhash selinux xattr zlib"
+IUSE="acl audit curl e2fs mhash selinux xattr"
DEPEND="dev-libs/libpcre
+ sys-libs/zlib
acl? ( virtual/acl )
audit? ( sys-process/audit )
curl? ( net-misc/curl )
@@ -25,8 +26,7 @@ DEPEND="dev-libs/libpcre
)
mhash? ( app-crypt/mhash )
selinux? ( sys-libs/libselinux )
- xattr? ( sys-apps/attr )
- zlib? ( sys-libs/zlib )"
+ xattr? ( sys-apps/attr )"
RDEPEND="${DEPEND}
selinux? ( sec-policy/selinux-aide )"
BDEPEND="sys-devel/bison
@@ -73,7 +73,8 @@ src_configure() {
--without-locale
--without-prelink
- $(use_with zlib)
+
+ --with-zlib
$(use_with curl)
$(use_with acl posix-acl)
$(use_with selinux)