Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/dfshow/
Date: Sat, 02 Jan 2021 00:49:43
Message-Id: 1609548022.f079f95c760141105abbe4022f8b5e5a45979652.sam@gentoo
1 commit: f079f95c760141105abbe4022f8b5e5a45979652
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 2 00:40:22 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 2 00:40:22 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f079f95c
7
8 app-misc/dfshow: revbump for libconfig subslot dep
9
10 Package-Manager: Portage-3.0.12-prefix, Repoman-3.0.2
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 .../dfshow/{dfshow-0.8.2_beta.ebuild => dfshow-0.8.2_beta-r1.ebuild} | 4 ++--
14 .../dfshow/{dfshow-0.9.1_beta.ebuild => dfshow-0.9.1_beta-r1.ebuild} | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/app-misc/dfshow/dfshow-0.8.2_beta.ebuild b/app-misc/dfshow/dfshow-0.8.2_beta-r1.ebuild
18 similarity index 91%
19 rename from app-misc/dfshow/dfshow-0.8.2_beta.ebuild
20 rename to app-misc/dfshow/dfshow-0.8.2_beta-r1.ebuild
21 index 2b75216f7b9..5733b670051 100644
22 --- a/app-misc/dfshow/dfshow-0.8.2_beta.ebuild
23 +++ b/app-misc/dfshow/dfshow-0.8.2_beta-r1.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2019 Gentoo Authors
26 +# Copyright 1999-2021 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=7
30 @@ -17,7 +17,7 @@ LICENSE="GPL-3"
31 SLOT="0"
32 KEYWORDS="~amd64 ~x86"
33
34 -DEPEND="dev-libs/libconfig
35 +DEPEND="dev-libs/libconfig:=
36 sys-libs/ncurses:0=
37 "
38 RDEPEND="${DEPEND}"
39
40 diff --git a/app-misc/dfshow/dfshow-0.9.1_beta.ebuild b/app-misc/dfshow/dfshow-0.9.1_beta-r1.ebuild
41 similarity index 93%
42 rename from app-misc/dfshow/dfshow-0.9.1_beta.ebuild
43 rename to app-misc/dfshow/dfshow-0.9.1_beta-r1.ebuild
44 index 29830de4a64..883ebd7c7fe 100644
45 --- a/app-misc/dfshow/dfshow-0.9.1_beta.ebuild
46 +++ b/app-misc/dfshow/dfshow-0.9.1_beta-r1.ebuild
47 @@ -1,4 +1,4 @@
48 -# Copyright 1999-2020 Gentoo Authors
49 +# Copyright 1999-2021 Gentoo Authors
50 # Distributed under the terms of the GNU General Public License v2
51
52 EAPI=7
53 @@ -15,7 +15,7 @@ LICENSE="GPL-3"
54 SLOT="0"
55 KEYWORDS="~amd64 ~x86"
56
57 -DEPEND="dev-libs/libconfig
58 +DEPEND="dev-libs/libconfig:=
59 sys-libs/ncurses:0=
60 "
61 RDEPEND="${DEPEND}"