diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-05-07 09:33:32 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-05-07 09:33:32 +0000 |
commit | 1628698a9209947c47d69b216c1bbe200e8e0f5c (patch) | |
tree | c670891ef0c856de2e5e5c9f2c09ad4db34c4e91 /net-irc | |
parent | Stable for amd64, wrt bug #414883 (diff) | |
download | gentoo-2-1628698a9209947c47d69b216c1bbe200e8e0f5c.tar.gz gentoo-2-1628698a9209947c47d69b216c1bbe200e8e0f5c.tar.bz2 gentoo-2-1628698a9209947c47d69b216c1bbe200e8e0f5c.zip |
Stable for amd64, wrt bug #414893
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/inspircd/ChangeLog | 5 | ||||
-rw-r--r-- | net-irc/inspircd/inspircd-2.0.5-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-irc/inspircd/ChangeLog b/net-irc/inspircd/ChangeLog index 33019df2b3bb..1f679d5cef98 100644 --- a/net-irc/inspircd/ChangeLog +++ b/net-irc/inspircd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/inspircd # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/inspircd/ChangeLog,v 1.47 2012/04/12 20:17:22 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/inspircd/ChangeLog,v 1.48 2012/05/07 09:33:32 ago Exp $ + + 07 May 2012; Agostino Sarubbo <ago@gentoo.org> inspircd-2.0.5-r2.ebuild: + Stable for amd64, wrt bug #414893 *inspircd-2.0.6_rc1 (12 Apr 2012) diff --git a/net-irc/inspircd/inspircd-2.0.5-r2.ebuild b/net-irc/inspircd/inspircd-2.0.5-r2.ebuild index 08d606595823..8451830d11c9 100644 --- a/net-irc/inspircd/inspircd-2.0.5-r2.ebuild +++ b/net-irc/inspircd/inspircd-2.0.5-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/inspircd/inspircd-2.0.5-r2.ebuild,v 1.1 2012/04/04 11:52:38 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/inspircd/inspircd-2.0.5-r2.ebuild,v 1.2 2012/05/07 09:33:32 ago Exp $ EAPI=4 @@ -12,7 +12,7 @@ SRC_URI="http://github.com/inspircd/inspircd/downloads/InspIRCd-${PV}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="gnutls ipv6 ldap mysql postgres sqlite ssl" RDEPEND=" |