diff options
author | Johannes Huber <johu@gentoo.org> | 2012-09-07 20:58:05 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2012-09-07 20:58:05 +0000 |
commit | b69e6354be96a327b7047588b12bfe65bd6f5f86 (patch) | |
tree | 33eb0be15ae48c328c2589e0b9fb16fe1f998989 /net-irc/inspircd | |
parent | Version bump. (diff) | |
download | gentoo-2-b69e6354be96a327b7047588b12bfe65bd6f5f86.tar.gz gentoo-2-b69e6354be96a327b7047588b12bfe65bd6f5f86.tar.bz2 gentoo-2-b69e6354be96a327b7047588b12bfe65bd6f5f86.zip |
Stable for x86, wrt bug #433818
(Portage version: 2.2.0_alpha124/cvs/Linux x86_64)
Diffstat (limited to 'net-irc/inspircd')
-rw-r--r-- | net-irc/inspircd/ChangeLog | 5 | ||||
-rw-r--r-- | net-irc/inspircd/inspircd-2.0.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-irc/inspircd/ChangeLog b/net-irc/inspircd/ChangeLog index 909d3ec9b1c9..ce85770e5786 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.56 2012/09/07 18:28:51 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/inspircd/ChangeLog,v 1.57 2012/09/07 20:58:05 johu Exp $ + + 07 Sep 2012; Johannes Huber <johu@gentoo.org> inspircd-2.0.8.ebuild: + Stable for x86, wrt bug #433818 07 Sep 2012; Chema Alonso <nimiux@gentoo.org> -inspircd-2.0.3.ebuild, -inspircd-2.0.4.ebuild, -inspircd-2.0.5.ebuild, -inspircd-2.0.5-r1.ebuild, diff --git a/net-irc/inspircd/inspircd-2.0.8.ebuild b/net-irc/inspircd/inspircd-2.0.8.ebuild index c7bbd7a20d2f..6906761e40dd 100644 --- a/net-irc/inspircd/inspircd-2.0.8.ebuild +++ b/net-irc/inspircd/inspircd-2.0.8.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.8.ebuild,v 1.3 2012/09/07 17:31:55 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/inspircd/inspircd-2.0.8.ebuild,v 1.4 2012/09/07 20:58:05 johu 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="geoip gnutls ipv6 ldap mysql postgres sqlite ssl" RDEPEND=" |