commit:     0c59c9cbfc8f371bc2efa2835c3977cc39f59be3
Author:     Mikle KOlyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 18 14:51:16 2021 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Thu Feb 18 16:03:45 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c59c9cb

sys-libs/pam: Drop prefix support

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 sys-libs/pam/pam-1.5.1.ebuild | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/sys-libs/pam/pam-1.5.1.ebuild b/sys-libs/pam/pam-1.5.1.ebuild
index 9b922b71213..a49a29d84eb 100644
--- a/sys-libs/pam/pam-1.5.1.ebuild
+++ b/sys-libs/pam/pam-1.5.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/linux-pam/linux-pam/releases/download/v${PV}/${MY_P}
 
 LICENSE="|| ( BSD GPL-2 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86"
 IUSE="audit berkdb debug nis selinux"
 
 BDEPEND="
@@ -60,11 +60,10 @@ multilib_src_configure() {
        local myconf=(
                CC_FOR_BUILD="$(tc-getBUILD_CC)"
                --with-db-uniquename=-$(db_findver sys-libs/db)
-               --with-xml-catalog="${EPREFIX}"/etc/xml/catalog
-               --enable-securedir="${EPREFIX}"/$(get_libdir)/security
-               --includedir="${EPREFIX}"/usr/include/security
-               --libdir="${EPREFIX}"/usr/$(get_libdir)
-               --exec-prefix="${EPREFIX}"
+               --with-xml-catalog=/etc/xml/catalog
+               --enable-securedir=/$(get_libdir)/security
+               --includedir=/usr/include/security
+               --libdir=/usr/$(get_libdir)
                --enable-pie
                --enable-unix
                --disable-prelude

Reply via email to