diff options
author | 2002-06-23 18:34:29 +0000 | |
---|---|---|
committer | 2002-06-23 18:34:29 +0000 | |
commit | a753baaabbae6bc2a2261e35556d35ca0e72924b (patch) | |
tree | 2e7a3bf7a9d7bf3e5e9408049e21ebb29660105a /net-irc | |
parent | minor change for logo file location (diff) | |
download | historical-a753baaabbae6bc2a2261e35556d35ca0e72924b.tar.gz historical-a753baaabbae6bc2a2261e35556d35ca0e72924b.tar.bz2 historical-a753baaabbae6bc2a2261e35556d35ca0e72924b.zip |
gnome2 fixes
Diffstat (limited to 'net-irc')
-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} |