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-laptop/hdapsd/
Date: Sat, 02 Jan 2021 00:49:42
Message-Id: 1609547858.4337b1a6a51d7b2830d173df215766108d3d2283.sam@gentoo
1 commit: 4337b1a6a51d7b2830d173df215766108d3d2283
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 2 00:37:38 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 2 00:37:38 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4337b1a6
7
8 app-laptop/hdapsd: 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 .../hdapsd/{hdapsd-20141203.ebuild => hdapsd-20141203-r1.ebuild} | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-laptop/hdapsd/hdapsd-20141203.ebuild b/app-laptop/hdapsd/hdapsd-20141203-r1.ebuild
17 similarity index 96%
18 rename from app-laptop/hdapsd/hdapsd-20141203.ebuild
19 rename to app-laptop/hdapsd/hdapsd-20141203-r1.ebuild
20 index ca4d09f54ce..d3cea62d792 100644
21 --- a/app-laptop/hdapsd/hdapsd-20141203.ebuild
22 +++ b/app-laptop/hdapsd/hdapsd-20141203-r1.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2020 Gentoo Authors
25 +# Copyright 1999-2021 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=5
29 @@ -13,7 +13,7 @@ SLOT="0"
30 KEYWORDS="amd64 x86"
31 IUSE="libconfig"
32
33 -DEPEND="libconfig? ( dev-libs/libconfig )"
34 +DEPEND="libconfig? ( dev-libs/libconfig:= )"
35 RDEPEND="${DEPEND}"
36
37 pkg_setup() {