diff options
author | Andrej Kacian <ticho@gentoo.org> | 2007-08-21 22:40:19 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2007-08-21 22:40:19 +0000 |
commit | 3d644dc8454bc4b550363f73f49576cde20bfbc2 (patch) | |
tree | 7818405f3c00380d2d37425969f254b354bdd164 /net-im/silky/silky-0.5.5.ebuild | |
parent | x11-misc/qcomicbook: x86 stable, removing old version (bug #189749) (diff) | |
download | gentoo-2-3d644dc8454bc4b550363f73f49576cde20bfbc2.tar.gz gentoo-2-3d644dc8454bc4b550363f73f49576cde20bfbc2.tar.bz2 gentoo-2-3d644dc8454bc4b550363f73f49576cde20bfbc2.zip |
Require silc-toolkit version 1.0. Bug #188671.
(Portage version: 2.1.3_rc8)
Diffstat (limited to 'net-im/silky/silky-0.5.5.ebuild')
-rw-r--r-- | net-im/silky/silky-0.5.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/silky/silky-0.5.5.ebuild b/net-im/silky/silky-0.5.5.ebuild index 916fd06af227..384f344b0457 100644 --- a/net-im/silky/silky-0.5.5.ebuild +++ b/net-im/silky/silky-0.5.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/silky/silky-0.5.5.ebuild,v 1.3 2007/08/13 21:36:42 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/silky/silky-0.5.5.ebuild,v 1.4 2007/08/21 22:40:19 ticho Exp $ DESCRIPTION="Simple and easy to use GTK+ based os-independent SILC client." HOMEPAGE="http://silky.sourceforge.net/" @@ -15,7 +15,7 @@ DEPEND=">=gnome-base/libglade-2 >=x11-libs/gtk+-2.2 x11-libs/pango app-misc/mime-types - >=net-im/silc-toolkit-0.9.12-r2" + =net-im/silc-toolkit-1.0*" src_compile() { econf || die "econf failed" |