Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/asmail/
Date: Sat, 12 May 2018 00:33:08
Message-Id: 1526085158.67608e6957976627e4605f1898b31b1817c620fb.mattst88@gentoo
1 commit: 67608e6957976627e4605f1898b31b1817c620fb
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
3 AuthorDate: Fri May 11 23:35:03 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat May 12 00:32:38 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67608e69
7
8 net-mail/asmail: Update dependencies (x11-proto/* -> x11-base/xorg-proto).
9
10 net-mail/asmail/asmail-2.1-r1.ebuild | 4 ++--
11 net-mail/asmail/asmail-2.1.ebuild | 2 +-
12 2 files changed, 3 insertions(+), 3 deletions(-)
13
14 diff --git a/net-mail/asmail/asmail-2.1-r1.ebuild b/net-mail/asmail/asmail-2.1-r1.ebuild
15 index ca22bcd63a6..0aaf3d03b70 100644
16 --- a/net-mail/asmail/asmail-2.1-r1.ebuild
17 +++ b/net-mail/asmail/asmail-2.1-r1.ebuild
18 @@ -1,4 +1,4 @@
19 -# Copyright 1999-2016 Gentoo Foundation
20 +# Copyright 1999-2018 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI="5"
24 @@ -24,7 +24,7 @@ RDEPEND="
25 x11-libs/libSM
26 jpeg? ( virtual/jpeg:= )"
27 DEPEND="${RDEPEND}
28 - x11-proto/xextproto"
29 + x11-base/xorg-proto"
30
31 src_prepare() {
32 epatch "${FILESDIR}"/${P}-ldflags.patch
33
34 diff --git a/net-mail/asmail/asmail-2.1.ebuild b/net-mail/asmail/asmail-2.1.ebuild
35 index 93fc38e7cdd..3adcfa115c3 100644
36 --- a/net-mail/asmail/asmail-2.1.ebuild
37 +++ b/net-mail/asmail/asmail-2.1.ebuild
38 @@ -22,7 +22,7 @@ RDEPEND="dev-libs/openssl
39 x11-libs/libSM
40 jpeg? ( virtual/jpeg )"
41 DEPEND="${RDEPEND}
42 - x11-proto/xextproto"
43 + x11-base/xorg-proto"
44
45 src_compile() {
46 epatch "${FILESDIR}"/${P}-ldflags.patch