Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-mobilephone/dfu-util/
Date: Mon, 04 Oct 2021 06:34:24
Message-Id: 1633329233.9c13f85e04199e62c80c8b5e7b862c48a0a88692.jsmolic@gentoo
1 commit: 9c13f85e04199e62c80c8b5e7b862c48a0a88692
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 4 06:33:53 2021 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 4 06:33:53 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c13f85e
7
8 app-mobilephone/dfu-util: Sync live ebuild
9
10 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
11
12 app-mobilephone/dfu-util/dfu-util-9999.ebuild | 12 ++++++------
13 1 file changed, 6 insertions(+), 6 deletions(-)
14
15 diff --git a/app-mobilephone/dfu-util/dfu-util-9999.ebuild b/app-mobilephone/dfu-util/dfu-util-9999.ebuild
16 index 9c3ac27b12b..0f4c6cd5a61 100644
17 --- a/app-mobilephone/dfu-util/dfu-util-9999.ebuild
18 +++ b/app-mobilephone/dfu-util/dfu-util-9999.ebuild
19 @@ -1,9 +1,9 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=6
25 +EAPI=8
26
27 -if [[ ${PV} == "9999" ]] ; then
28 +if [[ ${PV} == *9999 ]] ; then
29 EGIT_REPO_URI="git://git.code.sf.net/p/dfu-util/dfu-util"
30 inherit autotools git-r3
31 else
32 @@ -18,10 +18,10 @@ LICENSE="GPL-2"
33 SLOT="0"
34
35 RDEPEND="virtual/libusb:1"
36 -DEPEND="${RDEPEND}
37 - virtual/pkgconfig"
38 +DEPEND="${RDEPEND}"
39 +BDEPEND="virtual/pkgconfig"
40
41 src_prepare() {
42 default
43 - [[ ${PV} == "9999" ]] && eautoreconf
44 + [[ ${PV} == *9999 ]] && eautoreconf
45 }