diff options
Diffstat (limited to 'dev-dotnet/smartirc4net')
-rw-r--r-- | dev-dotnet/smartirc4net/ChangeLog | 5 | ||||
-rw-r--r-- | dev-dotnet/smartirc4net/smartirc4net-0.4.5.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-dotnet/smartirc4net/ChangeLog b/dev-dotnet/smartirc4net/ChangeLog index 6087dc0d56d1..9d190b34ccc8 100644 --- a/dev-dotnet/smartirc4net/ChangeLog +++ b/dev-dotnet/smartirc4net/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-dotnet/smartirc4net # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/smartirc4net/ChangeLog,v 1.1 2009/01/30 23:59:38 loki_val Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/smartirc4net/ChangeLog,v 1.2 2009/10/21 15:59:54 maekke Exp $ + + 21 Oct 2009; Markus Meier <maekke@gentoo.org> smartirc4net-0.4.5.1.ebuild: + amd64/x86 stable, bug #286874 *smartirc4net-0.4.5.1 (30 Jan 2009) diff --git a/dev-dotnet/smartirc4net/smartirc4net-0.4.5.1.ebuild b/dev-dotnet/smartirc4net/smartirc4net-0.4.5.1.ebuild index 53fa1510c0d3..5ab850b407a8 100644 --- a/dev-dotnet/smartirc4net/smartirc4net-0.4.5.1.ebuild +++ b/dev-dotnet/smartirc4net/smartirc4net-0.4.5.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/smartirc4net/smartirc4net-0.4.5.1.ebuild,v 1.2 2009/02/01 02:19:37 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/smartirc4net/smartirc4net-0.4.5.1.ebuild,v 1.3 2009/10/21 15:59:54 maekke Exp $ EAPI="2" @@ -11,7 +11,7 @@ SRC_URI="http://smuxi.meebey.net/jaws/data/files/${P}.tar.gz" DESCRIPTION="SmartIrc4net is a multi-threaded and thread-safe IRC library written in C#" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" LICENSE="|| ( LGPL-2.1 LGPL-3 )" |