Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/daq/
Date: Sun, 11 Aug 2019 11:20:51
Message-Id: 1565522401.782f84dee1193a992b2930bfa0aaebcd0390b9c1.soap@gentoo
1 commit: 782f84dee1193a992b2930bfa0aaebcd0390b9c1
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 11 11:20:01 2019 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 11 11:20:01 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=782f84de
7
8 net-libs/daq: [QA] Fix missing trailing slash
9
10 Package-Manager: Portage-2.3.71, Repoman-2.3.17
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 net-libs/daq/daq-2.0.6-r1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/net-libs/daq/daq-2.0.6-r1.ebuild b/net-libs/daq/daq-2.0.6-r1.ebuild
17 index ff91d75a4a1..749de964a78 100644
18 --- a/net-libs/daq/daq-2.0.6-r1.ebuild
19 +++ b/net-libs/daq/daq-2.0.6-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Authors
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI="7"
26 @@ -66,7 +66,7 @@ src_install() {
27 # This has been bugged upstream
28 if ! use static-libs; then
29 for z in libdaq_static libdaq_static_modules; do
30 - rm "${D}"usr/$(get_libdir)/${z}.a
31 + rm "${D}"/usr/$(get_libdir)/${z}.a
32 done
33 fi
34 }