Gentoo Archives: gentoo-commits

From: Michael Haubenwallner <haubi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/libmd/
Date: Mon, 03 Jun 2019 10:51:58
Message-Id: 1559559081.05949168d5dc67fff8d2f64813526989f7b51a7a.haubi@gentoo
1 commit: 05949168d5dc67fff8d2f64813526989f7b51a7a
2 Author: Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 27 11:13:35 2019 +0000
4 Commit: Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 3 10:51:21 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05949168
7
8 app-crypt/libmd: respect ED prefix var
9
10 Closes: https://bugs.gentoo.org/686846
11 Package-Manager: Portage-2.3.62, Repoman-2.3.11
12 Signed-off-by: Michael Haubenwallner <haubi <AT> gentoo.org>
13
14 app-crypt/libmd/libmd-1.0.1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/app-crypt/libmd/libmd-1.0.1.ebuild b/app-crypt/libmd/libmd-1.0.1.ebuild
18 index a57275e5b43..cc7a357d3c4 100644
19 --- a/app-crypt/libmd/libmd-1.0.1.ebuild
20 +++ b/app-crypt/libmd/libmd-1.0.1.ebuild
21 @@ -21,6 +21,6 @@ src_install() {
22 default
23
24 if ! use static-libs; then
25 - rm "${D}"/usr/$(get_libdir)/libmd.la || die
26 + rm "${ED}"/usr/$(get_libdir)/libmd.la || die
27 fi
28 }