diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-06-12 14:50:21 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-06-12 14:50:21 +0000 |
commit | ecae740d9b5fd03094911375654e1d8c86dbadd3 (patch) | |
tree | 40fb393e27c451b7606a987625256771e0b54bbe /net-irc | |
parent | Stable on sparc (diff) | |
download | historical-ecae740d9b5fd03094911375654e1d8c86dbadd3.tar.gz historical-ecae740d9b5fd03094911375654e1d8c86dbadd3.tar.bz2 historical-ecae740d9b5fd03094911375654e1d8c86dbadd3.zip |
Add libnotify USE-flag, bug 181402
Package-Manager: portage-2.1.2.9
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/xchat/ChangeLog | 5 | ||||
-rw-r--r-- | net-irc/xchat/xchat-2.8.2-r1.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-irc/xchat/ChangeLog b/net-irc/xchat/ChangeLog index 625cdbb798b4..f4e4069e4cae 100644 --- a/net-irc/xchat/ChangeLog +++ b/net-irc/xchat/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/xchat # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/ChangeLog,v 1.250 2007/06/11 11:47:40 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/ChangeLog,v 1.251 2007/06/12 14:50:21 armin76 Exp $ + + 12 Jun 2007; Raúl Porcel <armin76@gentoo.org> xchat-2.8.2-r1.ebuild: + Add libnotify USE-flag, bug 181402 *xchat-2.8.2-r1 (11 Jun 2007) diff --git a/net-irc/xchat/xchat-2.8.2-r1.ebuild b/net-irc/xchat/xchat-2.8.2-r1.ebuild index a143f89ed922..9248e728c0b8 100644 --- a/net-irc/xchat/xchat-2.8.2-r1.ebuild +++ b/net-irc/xchat/xchat-2.8.2-r1.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-irc/xchat/xchat-2.8.2-r1.ebuild,v 1.1 2007/06/11 11:47:40 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.8.2-r1.ebuild,v 1.2 2007/06/12 14:50:21 armin76 Exp $ inherit eutils versionator gnome2 @@ -13,7 +13,7 @@ HOMEPAGE="http://www.xchat.org/" LICENSE="GPL-2" SLOT="2" KEYWORDS="alpha amd64 hppa ia64 mips ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="perl dbus tcl python ssl mmx ipv6 nls spell xchattext xchatnogtk xchatdccserver" +IUSE="perl dbus tcl python ssl mmx ipv6 libnotify nls spell xchattext xchatnogtk xchatdccserver" RDEPEND=">=dev-libs/glib-2.6.0 !xchatnogtk? ( >=x11-libs/gtk+-2.10.0 ) @@ -24,6 +24,7 @@ RDEPEND=">=dev-libs/glib-2.6.0 dbus? ( || ( >=dev-libs/dbus-glib-0.71 ( <sys-apps/dbus-0.90 >=sys-apps/dbus-0.35 ) ) ) spell? ( app-text/enchant ) + libnotify? ( x11-libs/libnotify ) !<net-irc/xchat-gnome-0.9" DEPEND="${RDEPEND} |