Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-power/apcupsd/
Date: Sun, 26 Aug 2018 20:35:34
Message-Id: 1535315680.86aac63a058c2b633f6cb4612fe4671f9badda0f.mgorny@gentoo
1 commit: 86aac63a058c2b633f6cb4612fe4671f9badda0f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 26 20:21:36 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 26 20:34:40 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86aac63a
7
8 sys-power/apcupsd: Remove support for non-existent deps
9
10 sys-power/apcupsd/apcupsd-3.14.13.ebuild | 3 +--
11 1 file changed, 1 insertion(+), 2 deletions(-)
12
13 diff --git a/sys-power/apcupsd/apcupsd-3.14.13.ebuild b/sys-power/apcupsd/apcupsd-3.14.13.ebuild
14 index f4a462f5b7e..08695428abc 100644
15 --- a/sys-power/apcupsd/apcupsd-3.14.13.ebuild
16 +++ b/sys-power/apcupsd/apcupsd-3.14.13.ebuild
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2015 Gentoo Foundation
19 +# Copyright 1999-2018 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=5
23 @@ -16,7 +16,6 @@ IUSE="snmp +usb cgi nls gnome kernel_linux"
24
25 DEPEND="
26 || ( >=sys-apps/util-linux-2.23[tty-helpers(-)]
27 - <=sys-apps/sysvinit-2.88-r4
28 sys-freebsd/freebsd-ubin
29 )
30 cgi? ( >=media-libs/gd-1.8.4 )