diff options
author | Jeroen Roovers <jer@gentoo.org> | 2010-08-28 05:31:44 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2010-08-28 05:31:44 +0000 |
commit | 0d18a2c71a414f2dacbabd5726ada89316c62bac (patch) | |
tree | c2649091ed6ad427be38ea72c52f4edfad4fb48f /net-irc | |
parent | Respect LDFLAGS (bug #334917). Remove useless einfo from src_compile(). Remov... (diff) | |
download | gentoo-2-0d18a2c71a414f2dacbabd5726ada89316c62bac.tar.gz gentoo-2-0d18a2c71a414f2dacbabd5726ada89316c62bac.tar.bz2 gentoo-2-0d18a2c71a414f2dacbabd5726ada89316c62bac.zip |
Stable for HPPA (bug #329835).
(Portage version: 2.2_rc69/cvs/Linux i686)
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/xchat/ChangeLog | 5 | ||||
-rw-r--r-- | net-irc/xchat/xchat-2.8.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-irc/xchat/ChangeLog b/net-irc/xchat/ChangeLog index c1a74ab01431..0bafa1a2603f 100644 --- a/net-irc/xchat/ChangeLog +++ b/net-irc/xchat/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/xchat # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/ChangeLog,v 1.286 2010/08/18 20:45:25 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/ChangeLog,v 1.287 2010/08/28 05:31:44 jer Exp $ + + 28 Aug 2010; Jeroen Roovers <jer@gentoo.org> xchat-2.8.8.ebuild: + Stable for HPPA (bug #329835). 18 Aug 2010; Markus Meier <maekke@gentoo.org> xchat-2.8.8.ebuild: arm stable, bug #329835 diff --git a/net-irc/xchat/xchat-2.8.8.ebuild b/net-irc/xchat/xchat-2.8.8.ebuild index 6d735bd77f92..86299b7f8eae 100644 --- a/net-irc/xchat/xchat-2.8.8.ebuild +++ b/net-irc/xchat/xchat-2.8.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.8.8.ebuild,v 1.7 2010/08/18 20:45:25 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.8.8.ebuild,v 1.8 2010/08/28 05:31:44 jer Exp $ EAPI=2 @@ -14,7 +14,7 @@ HOMEPAGE="http://www.xchat.org/" LICENSE="GPL-2" SLOT="2" -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~sparc x86" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86" IUSE="dbus ipv6 libnotify mmx nls ntlm perl python spell ssl tcl xchatnogtk xchatdccserver xft" RDEPEND=">=dev-libs/glib-2.6.0 |