Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/ddd/
Date: Sat, 12 May 2018 00:33:05
Message-Id: 1526084753.ff926a84be68b1f61f66237f8c714dfc29dda0eb.mattst88@gentoo
1 commit: ff926a84be68b1f61f66237f8c714dfc29dda0eb
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
3 AuthorDate: Fri May 11 20:58:38 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat May 12 00:25:53 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff926a84
7
8 dev-util/ddd: Update dependencies (x11-proto/* -> x11-base/xorg-proto).
9
10 dev-util/ddd/ddd-3.3.12-r3.ebuild | 4 ++--
11 dev-util/ddd/ddd-3.3.12-r4.ebuild | 4 ++--
12 2 files changed, 4 insertions(+), 4 deletions(-)
13
14 diff --git a/dev-util/ddd/ddd-3.3.12-r3.ebuild b/dev-util/ddd/ddd-3.3.12-r3.ebuild
15 index bed46086f11..25d5352a90b 100644
16 --- a/dev-util/ddd/ddd-3.3.12-r3.ebuild
17 +++ b/dev-util/ddd/ddd-3.3.12-r3.ebuild
18 @@ -1,4 +1,4 @@
19 -# Copyright 1999-2013 Gentoo Foundation
20 +# Copyright 1999-2018 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI="4"
24 @@ -28,7 +28,7 @@ COMMON_DEPEND="
25 readline? ( sys-libs/readline )
26 "
27 DEPEND="${COMMON_DEPEND}
28 - x11-proto/xproto
29 + x11-base/xorg-proto
30 "
31 RDEPEND="${COMMON_DEPEND}
32 x11-apps/xfontsel
33
34 diff --git a/dev-util/ddd/ddd-3.3.12-r4.ebuild b/dev-util/ddd/ddd-3.3.12-r4.ebuild
35 index 6c0222b31bf..4110ccf39cd 100644
36 --- a/dev-util/ddd/ddd-3.3.12-r4.ebuild
37 +++ b/dev-util/ddd/ddd-3.3.12-r4.ebuild
38 @@ -1,4 +1,4 @@
39 -# Copyright 1999-2017 Gentoo Foundation
40 +# Copyright 1999-2018 Gentoo Foundation
41 # Distributed under the terms of the GNU General Public License v2
42
43 EAPI="6"
44 @@ -28,7 +28,7 @@ COMMON_DEPEND="
45 readline? ( sys-libs/readline:* )
46 "
47 DEPEND="${COMMON_DEPEND}
48 - x11-proto/xproto
49 + x11-base/xorg-proto
50 "
51 RDEPEND="${COMMON_DEPEND}
52 x11-apps/xfontsel