summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2022-02-23 10:29:15 +0100
committerJakov Smolić <jsmolic@gentoo.org>2022-02-23 10:40:03 +0100
commitd74111ec5f1de52b1033f5b1a2caabae9ea7af26 (patch)
tree37b6a5a2eadfa1d1d2ef6295efd39f5a693a94bd /app-forensics/aide
parentprofiles/features/hardened: Remove sys-devel/prelink masks (diff)
downloadgentoo-d74111ec5f1de52b1033f5b1a2caabae9ea7af26.tar.gz
gentoo-d74111ec5f1de52b1033f5b1a2caabae9ea7af26.tar.bz2
gentoo-d74111ec5f1de52b1033f5b1a2caabae9ea7af26.zip
app-forensics/aide: Remove sys-devel/prelink dependency
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'app-forensics/aide')
-rw-r--r--app-forensics/aide/aide-0.16.2_p20200614.ebuild9
-rw-r--r--app-forensics/aide/metadata.xml1
2 files changed, 4 insertions, 6 deletions
diff --git a/app-forensics/aide/aide-0.16.2_p20200614.ebuild b/app-forensics/aide/aide-0.16.2_p20200614.ebuild
index 1089cf44d87c..cd9f0a7ea377 100644
--- a/app-forensics/aide/aide-0.16.2_p20200614.ebuild
+++ b/app-forensics/aide/aide-0.16.2_p20200614.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/aide/aide/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~arm64 x86"
-IUSE="acl audit curl e2fs mhash postgres prelink selinux xattr zlib"
+IUSE="acl audit curl e2fs mhash postgres selinux xattr zlib"
REQUIRED_USE="
postgres? ( !mhash )
@@ -32,7 +32,6 @@ COMMON_DEPEND="
)
mhash? ( app-crypt/mhash )
postgres? ( dev-db/postgresql:= )
- prelink? ( dev-libs/elfutils )
selinux? ( sys-libs/libselinux )
xattr? ( sys-apps/attr )
zlib? ( sys-libs/zlib )"
@@ -47,7 +46,7 @@ BDEPEND="
sys-devel/bison
sys-devel/flex
virtual/pkgconfig
- prelink? ( sys-devel/prelink )"
+"
HTML_DOCS=( doc/manual.html )
@@ -96,12 +95,12 @@ src_configure() {
# Disable broken l10n support: https://sourceforge.net/p/aide/bugs/98/
# This doesn't affect anything because there are no localizations yet.
--without-locale
+ --without-prelink
--disable-static
$(use_with zlib)
$(use_with curl)
$(use_with acl posix-acl)
$(use_with selinux)
- $(use_with prelink prelink "${EPREFIX}/usr/sbin/prelink")
$(use_with xattr)
$(use_with e2fs e2fsattrs)
$(use_with mhash mhash)
diff --git a/app-forensics/aide/metadata.xml b/app-forensics/aide/metadata.xml
index 1910aeda4b05..acd69e82070a 100644
--- a/app-forensics/aide/metadata.xml
+++ b/app-forensics/aide/metadata.xml
@@ -6,7 +6,6 @@
<flag name="e2fs">Enable support for checking file attributes on ext2/ext3/ext4 filesystems</flag>
<flag name="curl">Use curl for http,https and ftp backends</flag>
<flag name="postgres">Use postgresql library for storing databases</flag>
- <flag name="prelink">Bypass prelinking when calculating checksums</flag>
</use>
<upstream>
<remote-id type="github">aide/aide</remote-id>