Gentoo Archives: gentoo-commits

From: Ben Kohler <bkohler@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/links/
Date: Tue, 13 Jul 2021 14:23:45
Message-Id: 1626186212.db19fcb760df125e02faa5c55c3859406f436b43.bkohler@gentoo
1 commit: db19fcb760df125e02faa5c55c3859406f436b43
2 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 13 14:01:05 2021 +0000
4 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 13 14:23:32 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db19fcb7
7
8 www-client/links: move dep to IDEPEND for EAPI=8
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
12
13 www-client/links/links-2.23-r1.ebuild | 5 +++--
14 1 file changed, 3 insertions(+), 2 deletions(-)
15
16 diff --git a/www-client/links/links-2.23-r1.ebuild b/www-client/links/links-2.23-r1.ebuild
17 index a78578ec21c..59c9f75ec2e 100644
18 --- a/www-client/links/links-2.23-r1.ebuild
19 +++ b/www-client/links/links-2.23-r1.ebuild
20 @@ -75,8 +75,9 @@ DEPEND="${RDEPEND}
21 fbcon? ( virtual/os-headers )
22 livecd? ( virtual/os-headers )"
23
24 -BDEPEND="virtual/pkgconfig
25 - X? ( dev-util/desktop-file-utils )"
26 +BDEPEND="virtual/pkgconfig"
27 +
28 +IDEPEND="X? ( dev-util/desktop-file-utils )"
29
30 REQUIRED_USE="!livecd? ( fbcon? ( gpm ) )
31 svga? ( suid )"