commit:     d74111ec5f1de52b1033f5b1a2caabae9ea7af26
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 23 09:29:15 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Wed Feb 23 09:40:03 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d74111ec

app-forensics/aide: Remove sys-devel/prelink dependency

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 app-forensics/aide/aide-0.16.2_p20200614.ebuild | 9 ++++-----
 app-forensics/aide/metadata.xml                 | 1 -
 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>

Reply via email to