diff options
Diffstat (limited to 'net-irc/irssi-otr')
-rw-r--r-- | net-irc/irssi-otr/ChangeLog | 5 | ||||
-rw-r--r-- | net-irc/irssi-otr/irssi-otr-0.3-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-irc/irssi-otr/ChangeLog b/net-irc/irssi-otr/ChangeLog index 8001fe4e98eb..6e5c4003296f 100644 --- a/net-irc/irssi-otr/ChangeLog +++ b/net-irc/irssi-otr/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/irssi-otr # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/irssi-otr/ChangeLog,v 1.17 2014/09/20 10:53:07 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/irssi-otr/ChangeLog,v 1.18 2014/11/28 13:34:03 pacho Exp $ + + 28 Nov 2014; Pacho Ramos <pacho@gentoo.org> irssi-otr-0.3-r1.ebuild: + Support python 3.4 20 Sep 2014; Raúl Porcel <armin76@gentoo.org> metadata.xml: Remove me and the proxy-maintainer from metadata since i haven't heard from diff --git a/net-irc/irssi-otr/irssi-otr-0.3-r1.ebuild b/net-irc/irssi-otr/irssi-otr-0.3-r1.ebuild index 8b3b1063c29c..4bda866782af 100644 --- a/net-irc/irssi-otr/irssi-otr-0.3-r1.ebuild +++ b/net-irc/irssi-otr/irssi-otr-0.3-r1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/irssi-otr/irssi-otr-0.3-r1.ebuild,v 1.4 2014/06/05 10:13:25 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/irssi-otr/irssi-otr-0.3-r1.ebuild,v 1.5 2014/11/28 13:34:03 pacho Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) +PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} ) inherit cmake-utils python-any-r1 DESCRIPTION="Off-The-Record messaging (OTR) for irssi" |