diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2011-01-29 15:59:25 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2011-01-29 15:59:25 +0000 |
commit | 9d6c4be2e0fd58143aef83be16b6b069fd4cb859 (patch) | |
tree | 58af54b27849a34ed992d0bf01a353e86f4093b2 /net-irc | |
parent | Version bump, fix tests, support USE=introspection. Ebuild and patches by Den... (diff) | |
download | gentoo-2-9d6c4be2e0fd58143aef83be16b6b069fd4cb859.tar.gz gentoo-2-9d6c4be2e0fd58143aef83be16b6b069fd4cb859.tar.bz2 gentoo-2-9d6c4be2e0fd58143aef83be16b6b069fd4cb859.zip |
stable x86, bug 352808
(Portage version: 2.1.9.35/cvs/Linux i686)
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/smuxi/ChangeLog | 7 | ||||
-rw-r--r-- | net-irc/smuxi/smuxi-0.8.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-irc/smuxi/ChangeLog b/net-irc/smuxi/ChangeLog index dd7c8a4dad4d..1231d648143c 100644 --- a/net-irc/smuxi/ChangeLog +++ b/net-irc/smuxi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/smuxi -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/smuxi/ChangeLog,v 1.12 2010/10/05 20:36:34 pacho Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-irc/smuxi/ChangeLog,v 1.13 2011/01/29 15:59:25 fauli Exp $ + + 29 Jan 2011; Christian Faulhammer <fauli@gentoo.org> smuxi-0.8.ebuild: + stable x86, bug 352808 *smuxi-0.8 (05 Oct 2010) diff --git a/net-irc/smuxi/smuxi-0.8.ebuild b/net-irc/smuxi/smuxi-0.8.ebuild index bf25198beb36..ffa0b1b005cd 100644 --- a/net-irc/smuxi/smuxi-0.8.ebuild +++ b/net-irc/smuxi/smuxi-0.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/smuxi/smuxi-0.8.ebuild,v 1.1 2010/10/05 20:36:34 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/smuxi/smuxi-0.8.ebuild,v 1.2 2011/01/29 15:59:25 fauli Exp $ EAPI=2 @@ -11,7 +11,7 @@ HOMEPAGE="http://www.smuxi.org/main/" SRC_URI="http://www.smuxi.org/jaws/data/files/${P}.tar.gz" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" IUSE="debug gnome libnotify" LICENSE="|| ( GPL-2 GPL-3 )" |