diff options
author | Luis Medinas <metalgod@gentoo.org> | 2006-08-08 13:35:13 +0000 |
---|---|---|
committer | Luis Medinas <metalgod@gentoo.org> | 2006-08-08 13:35:13 +0000 |
commit | 043c01e4031cef9deea9d7ce3070d6150722ea49 (patch) | |
tree | 4cb6235edc005991a9b7963308c620d6f19de156 /x11-plugins | |
parent | bump genpatches to v15. removed 2.4 ebuilds. (diff) | |
download | gentoo-2-043c01e4031cef9deea9d7ce3070d6150722ea49.tar.gz gentoo-2-043c01e4031cef9deea9d7ce3070d6150722ea49.tar.bz2 gentoo-2-043c01e4031cef9deea9d7ce3070d6150722ea49.zip |
This really depends of gaim 2.0.0
(Portage version: 2.1.1_pre4-r4)
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/gaim-libnotify/gaim-libnotify-0.11.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-plugins/gaim-libnotify/gaim-libnotify-0.11.ebuild b/x11-plugins/gaim-libnotify/gaim-libnotify-0.11.ebuild index d518ab871fb2..507b89b34405 100644 --- a/x11-plugins/gaim-libnotify/gaim-libnotify-0.11.ebuild +++ b/x11-plugins/gaim-libnotify/gaim-libnotify-0.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-libnotify/gaim-libnotify-0.11.ebuild,v 1.1 2006/08/08 04:21:36 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-libnotify/gaim-libnotify-0.11.ebuild,v 1.2 2006/08/08 13:35:13 metalgod Exp $ DESCRIPTION="gaim-libnotify provides popups for gaim via a libnotify interface" HOMEPAGE="http://gaim-libnotify.sourceforge.net/" @@ -13,7 +13,7 @@ IUSE="nls debug" DEPEND=">=x11-libs/libnotify-0.3.2" -RDEPEND=">=net-im/gaim-1.5.0" +RDEPEND=">=net-im/gaim-1.9.99" src_compile() { local myconf |