diff options
author | Marius Mauch <genone@gentoo.org> | 2005-06-05 19:16:23 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2005-06-05 19:16:23 +0000 |
commit | bdd067a9507e22f38caace9f7d6fed63c0704366 (patch) | |
tree | ebbb20172ac913239df6e28bf8d6b93247e51b3c /mail-client | |
parent | mark x86 (diff) | |
download | gentoo-2-bdd067a9507e22f38caace9f7d6fed63c0704366.tar.gz gentoo-2-bdd067a9507e22f38caace9f7d6fed63c0704366.tar.bz2 gentoo-2-bdd067a9507e22f38caace9f7d6fed63c0704366.zip |
updating dependency for gtk2 version
(Portage version: 1.589-cvs)
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/sylpheed-claws-pgpinline/ChangeLog | 6 | ||||
-rw-r--r-- | mail-client/sylpheed-claws-pgpinline/sylpheed-claws-pgpinline-0.5-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/mail-client/sylpheed-claws-pgpinline/ChangeLog b/mail-client/sylpheed-claws-pgpinline/ChangeLog index 1506fb91ce89..80eb7a4cba1f 100644 --- a/mail-client/sylpheed-claws-pgpinline/ChangeLog +++ b/mail-client/sylpheed-claws-pgpinline/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-client/sylpheed-claws-pgpinline # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-pgpinline/ChangeLog,v 1.14 2005/05/18 12:18:51 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-pgpinline/ChangeLog,v 1.15 2005/06/05 19:16:23 genone Exp $ + + 05 Jun 2005; Marius Mauch <genone@gentoo.org> + sylpheed-claws-pgpinline-0.5-r1.ebuild: + Updating dependency for gtk2 version. 18 May 2005; Markus Rothe <corsair@gentoo.org> sylpheed-claws-pgpinline-0.5.ebuild, diff --git a/mail-client/sylpheed-claws-pgpinline/sylpheed-claws-pgpinline-0.5-r1.ebuild b/mail-client/sylpheed-claws-pgpinline/sylpheed-claws-pgpinline-0.5-r1.ebuild index 4b080528d4a3..424f23f3c1cb 100644 --- a/mail-client/sylpheed-claws-pgpinline/sylpheed-claws-pgpinline-0.5-r1.ebuild +++ b/mail-client/sylpheed-claws-pgpinline/sylpheed-claws-pgpinline-0.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-pgpinline/sylpheed-claws-pgpinline-0.5-r1.ebuild,v 1.2 2005/05/18 12:18:51 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-pgpinline/sylpheed-claws-pgpinline-0.5-r1.ebuild,v 1.3 2005/06/05 19:16:23 genone Exp $ MY_P="${P##sylpheed-claws-}" @@ -11,7 +11,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~ppc ~sparc ~amd64 ~alpha ~ppc64" IUSE="" -DEPEND="=mail-client/sylpheed-claws-1.0.1.1 +DEPEND=">=mail-client/sylpheed-claws-1.9 =app-crypt/gpgme-0.3.14-r1" S="${WORKDIR}/${MY_P}" |