Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libuuid/
Date: Tue, 20 Jun 2017 11:34:50
Message-Id: 1497958469.58a9e179acabcb5fbb173d9460cea7c12620b28b.grobian@gentoo
1 commit: 58a9e179acabcb5fbb173d9460cea7c12620b28b
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 20 11:34:29 2017 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 20 11:34:29 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58a9e179
7
8 sys-libs/libuuid: add -f to rm for bug #620016
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.1
11
12 sys-libs/libuuid/libuuid-1.0.3.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sys-libs/libuuid/libuuid-1.0.3.ebuild b/sys-libs/libuuid/libuuid-1.0.3.ebuild
16 index 0f805b52dba..aad8ae81cd2 100644
17 --- a/sys-libs/libuuid/libuuid-1.0.3.ebuild
18 +++ b/sys-libs/libuuid/libuuid-1.0.3.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -28,5 +28,5 @@ src_configure() {
26
27 src_install() {
28 default
29 - rm "${ED}"/usr/lib/*.la || die
30 + rm -f "${ED}"/usr/lib/*.la || die
31 }