diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2002-06-23 18:35:45 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2002-06-23 18:35:45 +0000 |
commit | a6200364eae6a8480b334a1c9eaa773622fb74a1 (patch) | |
tree | e527aa849c3b8dfc34f5607c7b7fe95229e11a4e /net-irc/lostirc | |
parent | unmasking xine-0.9.12 even though directfb output still doesn't work, it (diff) | |
download | gentoo-2-a6200364eae6a8480b334a1c9eaa773622fb74a1.tar.gz gentoo-2-a6200364eae6a8480b334a1c9eaa773622fb74a1.tar.bz2 gentoo-2-a6200364eae6a8480b334a1c9eaa773622fb74a1.zip |
gnome2 fixes
Diffstat (limited to 'net-irc/lostirc')
-rw-r--r-- | net-irc/lostirc/lostirc-0.1.0.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/net-irc/lostirc/lostirc-0.1.0.ebuild b/net-irc/lostirc/lostirc-0.1.0.ebuild index 9b02e568933d..474097bf17d0 100644 --- a/net-irc/lostirc/lostirc-0.1.0.ebuild +++ b/net-irc/lostirc/lostirc-0.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/lostirc/lostirc-0.1.0.ebuild,v 1.2 2002/06/01 13:00:11 stroke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/lostirc/lostirc-0.1.0.ebuild,v 1.3 2002/06/23 18:34:29 azarah Exp $ DESCRIPTION="A simple but functional graphical IRC client" HOMEPAGE="http://lostirc.sourceforge.net/" @@ -11,8 +11,10 @@ SRC_URI="http://unc.dl.sourceforge.net/sourceforge/lostirc/${P}.tar.gz SLOT="0" -DEPEND=">=x11-libs/gtkmm-1.2.9-r1 - >=dev-libs/libsigc++-1.0.4-r1" +DEPEND="( >=x11-libs/gtkmm-1.2.9-r1 + <x11-libs/gtkmm-1.3.0 ) + ( >=dev-libs/libsigc++-1.0.4-r1 + <dev-libs/libsigc++-1.1.0 )" S=${WORKDIR}/${P} |