diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | 2018-05-12 01:35:03 +0200 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2018-05-11 17:32:38 -0700 |
commit | 67608e6957976627e4605f1898b31b1817c620fb (patch) | |
tree | 46782f006411ad7e5acd74d9ecf85773ba86bd21 /net-mail | |
parent | net-im/*: Update dependencies (x11-proto/* -> x11-base/xorg-proto). (diff) | |
download | gentoo-67608e6957976627e4605f1898b31b1817c620fb.tar.gz gentoo-67608e6957976627e4605f1898b31b1817c620fb.tar.bz2 gentoo-67608e6957976627e4605f1898b31b1817c620fb.zip |
net-mail/asmail: Update dependencies (x11-proto/* -> x11-base/xorg-proto).
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/asmail/asmail-2.1-r1.ebuild | 4 | ||||
-rw-r--r-- | net-mail/asmail/asmail-2.1.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net-mail/asmail/asmail-2.1-r1.ebuild b/net-mail/asmail/asmail-2.1-r1.ebuild index ca22bcd63a64..0aaf3d03b700 100644 --- a/net-mail/asmail/asmail-2.1-r1.ebuild +++ b/net-mail/asmail/asmail-2.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -24,7 +24,7 @@ RDEPEND=" x11-libs/libSM jpeg? ( virtual/jpeg:= )" DEPEND="${RDEPEND} - x11-proto/xextproto" + x11-base/xorg-proto" src_prepare() { epatch "${FILESDIR}"/${P}-ldflags.patch diff --git a/net-mail/asmail/asmail-2.1.ebuild b/net-mail/asmail/asmail-2.1.ebuild index 93fc38e7cdde..3adcfa115c3b 100644 --- a/net-mail/asmail/asmail-2.1.ebuild +++ b/net-mail/asmail/asmail-2.1.ebuild @@ -22,7 +22,7 @@ RDEPEND="dev-libs/openssl x11-libs/libSM jpeg? ( virtual/jpeg )" DEPEND="${RDEPEND} - x11-proto/xextproto" + x11-base/xorg-proto" src_compile() { epatch "${FILESDIR}"/${P}-ldflags.patch |