diff options
author | Andrej Kacian <ticho@gentoo.org> | 2006-01-28 00:10:25 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2006-01-28 00:10:25 +0000 |
commit | 51fb785a2cdf8f40e5ee7676157ce9741e71e446 (patch) | |
tree | 7281d5ded6f8d568ea1f1347f3a9dea1b74eb8fa /mail-client | |
parent | Version bump and ebuild cleanup; add missing xinerama dependency. (diff) | |
download | gentoo-2-51fb785a2cdf8f40e5ee7676157ce9741e71e446.tar.gz gentoo-2-51fb785a2cdf8f40e5ee7676157ce9741e71e446.tar.bz2 gentoo-2-51fb785a2cdf8f40e5ee7676157ce9741e71e446.zip |
Ported dependencies for modular X.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/ciphire-mail/ChangeLog | 7 | ||||
-rw-r--r-- | mail-client/ciphire-mail/ciphire-mail-1.1.015.ebuild | 10 |
2 files changed, 11 insertions, 6 deletions
diff --git a/mail-client/ciphire-mail/ChangeLog b/mail-client/ciphire-mail/ChangeLog index 464170143e57..0e5ee77bcb6e 100644 --- a/mail-client/ciphire-mail/ChangeLog +++ b/mail-client/ciphire-mail/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for mail-client/ciphire-mail -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/ciphire-mail/ChangeLog,v 1.8 2005/09/22 14:53:34 wolf31o2 Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/mail-client/ciphire-mail/ChangeLog,v 1.9 2006/01/28 00:10:25 ticho Exp $ + + 28 Jan 2006; Andrej Kacian <ticho@gentoo.org> ciphire-mail-1.1.015.ebuild: + Ported dependencies for modular X. 22 Sep 2005; Chris Gianelloni <wolf31o2@gentoo.org> ciphire-mail-1.0.0.ebuild, ciphire-mail-1.1.009.ebuild, diff --git a/mail-client/ciphire-mail/ciphire-mail-1.1.015.ebuild b/mail-client/ciphire-mail/ciphire-mail-1.1.015.ebuild index 8c2f43f40ab2..02fa6d1d5337 100644 --- a/mail-client/ciphire-mail/ciphire-mail-1.1.015.ebuild +++ b/mail-client/ciphire-mail/ciphire-mail-1.1.015.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-client/ciphire-mail/ciphire-mail-1.1.015.ebuild,v 1.4 2005/09/22 14:53:34 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/ciphire-mail/ciphire-mail-1.1.015.ebuild,v 1.5 2006/01/28 00:10:25 ticho Exp $ inherit eutils qt3 @@ -11,12 +11,14 @@ SRC_URI="${P}-linux-i686.tar.gz amd64? ( ciphire-redir64.so )" LICENSE="Ciphire" SLOT="0" -KEYWORDS="-* ~x86 ~amd64" +KEYWORDS="-* ~amd64 ~x86" RESTRICT="nostrip fetch nomirror" IUSE="X gnome kde" DEPEND= -RDEPEND="virtual/x11 +RDEPEND="|| ( ( x11-libs/libSM + x11-libs/libXext ) + virtual/x11 ) x86? ( $(qt_min_version 3.2) ) amd64? ( app-emulation/emul-linux-x86-glibc >=app-emulation/emul-linux-x86-baselibs-2.1.1 |