diff options
author | Marcelo Góes <vanquirius@gentoo.org> | 2006-01-25 00:54:32 +0000 |
---|---|---|
committer | Marcelo Góes <vanquirius@gentoo.org> | 2006-01-25 00:54:32 +0000 |
commit | 75f4ff71d1eef34e9a14fd1a35558ea4be988037 (patch) | |
tree | 40278f8340942a9f656ae5bda884e9099a3bd8f0 /mail-mta | |
parent | Marked ~hppa (preparation for bug #119461). (diff) | |
download | gentoo-2-75f4ff71d1eef34e9a14fd1a35558ea4be988037.tar.gz gentoo-2-75f4ff71d1eef34e9a14fd1a35558ea4be988037.tar.bz2 gentoo-2-75f4ff71d1eef34e9a14fd1a35558ea4be988037.zip |
Make modular X happy for bug 119895.
(Portage version: 2.0.54)
Diffstat (limited to 'mail-mta')
-rw-r--r-- | mail-mta/exim/ChangeLog | 8 | ||||
-rw-r--r-- | mail-mta/exim/Manifest | 4 | ||||
-rw-r--r-- | mail-mta/exim/exim-4.60.ebuild | 12 |
3 files changed, 17 insertions, 7 deletions
diff --git a/mail-mta/exim/ChangeLog b/mail-mta/exim/ChangeLog index e51b64d8662f..472714457f74 100644 --- a/mail-mta/exim/ChangeLog +++ b/mail-mta/exim/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-mta/exim -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/ChangeLog,v 1.58 2005/12/04 20:08:22 tgall Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/ChangeLog,v 1.59 2006/01/25 00:54:31 vanquirius Exp $ + + 25 Jan 2006; Marcelo Goes <vanquirius@gentoo.org> exim-4.60.ebuild: + Make modular X happy for bug 119895. Thanks to Igor V. Kovalenko <garrison + at mail dot ru>. 04 Dec 2005; Tom Gall <tgall@gentoo.org> exim-4.54.ebuild: stable on ppc64 diff --git a/mail-mta/exim/Manifest b/mail-mta/exim/Manifest index cf2592809afd..56bf72c00ed9 100644 --- a/mail-mta/exim/Manifest +++ b/mail-mta/exim/Manifest @@ -6,8 +6,7 @@ MD5 c5d0c353ed73c403a957dc4f7ce88cf7 exim-4.50-r999.ebuild 7638 MD5 f850af9bb97ec3801c5f27cc6d6c7930 exim-4.50.ebuild 7923 MD5 1e2488b29f4d874082d026bbf5e9027d exim-4.52.ebuild 8419 MD5 6c399a024ae828416dad6e931a3ee274 exim-4.54.ebuild 8654 -MD5 a6d09cd8eee4b8d7ee053b806b858e39 exim-4.60.ebuild 9027 -MD5 ee52da73838435e93e200a5cba155fa3 metadata.xml 1029 +MD5 aa3e8ac07314eb2683fa7d932d416f4c exim-4.60.ebuild 9133 MD5 68fc403ba2c98ccba281939085cb9052 files/auth_conf.sub 775 MD5 0cb2ffe88c81fd7ac8429b5a19d58b35 files/configure 16346 MD5 f05ff505c7b77a17696736e2730ae8d1 files/digest-exim-4.43-r2 133 @@ -32,3 +31,4 @@ MD5 eb249c90af3ab11e5a4d307e184a75ac files/exiscan.conf 22113 MD5 49698cb738763bbaebbbe89470f914ef files/mailer.conf 169 MD5 d230e0fa45f2b65d5bc50c0879c40148 files/pam.d-exim 101 MD5 4c0b8ee742360c08f0bc0b526fcaad10 files/system_filter.exim 8120 +MD5 ee52da73838435e93e200a5cba155fa3 metadata.xml 1029 diff --git a/mail-mta/exim/exim-4.60.ebuild b/mail-mta/exim/exim-4.60.ebuild index e6baea320706..eade64789920 100644 --- a/mail-mta/exim/exim-4.60.ebuild +++ b/mail-mta/exim/exim-4.60.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.60.ebuild,v 1.1 2005/11/28 23:32:47 peitolm Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.60.ebuild,v 1.2 2006/01/25 00:54:32 vanquirius Exp $ inherit eutils @@ -28,7 +28,13 @@ DEPEND=">=sys-apps/sed-4.0.5 sasl? ( >=dev-libs/cyrus-sasl-2.1.14 ) spf? ( >=mail-filter/libspf2-1.2.5-r1 ) srs? ( mail-filter/libsrs_alt ) - X? ( virtual/x11 ) + X? ( || ( ( x11-proto/xproto + x11-libs/libX11 + x11-libs/libXmu + x11-libs/libXt + x11-libs/libXaw ) + virtual/x11 ) + ) sqlite? ( dev-db/sqlite )" # added X check for #57206 RDEPEND="${DEPEND} |