summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2014-11-28 13:34:03 +0000
committerPacho Ramos <pacho@gentoo.org>2014-11-28 13:34:03 +0000
commit42173caba171f361682bbd9d0d82b7401b9a490e (patch)
tree460794d1288540ec8b8ec1c5ce2e9cf7e1bfd9e4 /net-irc/irssi-otr
parentSupport python 3.4 (diff)
downloadgentoo-2-42173caba171f361682bbd9d0d82b7401b9a490e.tar.gz
gentoo-2-42173caba171f361682bbd9d0d82b7401b9a490e.tar.bz2
gentoo-2-42173caba171f361682bbd9d0d82b7401b9a490e.zip
Support python 3.4
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'net-irc/irssi-otr')
-rw-r--r--net-irc/irssi-otr/ChangeLog5
-rw-r--r--net-irc/irssi-otr/irssi-otr-0.3-r1.ebuild4
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"