diff options
author | José María Alonso <nimiux@gentoo.org> | 2014-11-23 16:28:10 +0000 |
---|---|---|
committer | José María Alonso <nimiux@gentoo.org> | 2014-11-23 16:28:10 +0000 |
commit | afcf020fcbe6df00a9cc88e988f95490ebbbb603 (patch) | |
tree | 4d1af9856b19023982a264619fb5e1aea390fd97 /net-im | |
parent | Update py-compile to fix pyc file installation, bug 529502. (diff) | |
download | gentoo-2-afcf020fcbe6df00a9cc88e988f95490ebbbb603.tar.gz gentoo-2-afcf020fcbe6df00a9cc88e988f95490ebbbb603.tar.bz2 gentoo-2-afcf020fcbe6df00a9cc88e988f95490ebbbb603.zip |
Stable for amd64 wrt bug #471544
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key F253DB15)
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/pyaim-t/ChangeLog | 5 | ||||
-rw-r--r-- | net-im/pyaim-t/pyaim-t-0.8.0.1-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-im/pyaim-t/ChangeLog b/net-im/pyaim-t/ChangeLog index 9f04b8249e42..c3b40e73046f 100644 --- a/net-im/pyaim-t/ChangeLog +++ b/net-im/pyaim-t/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-im/pyaim-t # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/pyaim-t/ChangeLog,v 1.18 2014/08/05 18:34:18 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/pyaim-t/ChangeLog,v 1.19 2014/11/23 16:28:10 nimiux Exp $ + + 23 Nov 2014; Chema Alonso <nimiux@gentoo.org> pyaim-t-0.8.0.1-r1.ebuild: + Stable for amd64 wrt bug #471544 05 Aug 2014; Manuel Rüger <mrueg@gentoo.org> pyaim-t-0.8.0.1-r1.ebuild, pyaim-t-0.8.0.1.ebuild: diff --git a/net-im/pyaim-t/pyaim-t-0.8.0.1-r1.ebuild b/net-im/pyaim-t/pyaim-t-0.8.0.1-r1.ebuild index 9cf8e2c62be6..3dbbb254487e 100644 --- a/net-im/pyaim-t/pyaim-t-0.8.0.1-r1.ebuild +++ b/net-im/pyaim-t/pyaim-t-0.8.0.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/pyaim-t/pyaim-t-0.8.0.1-r1.ebuild,v 1.2 2014/08/05 18:34:18 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/pyaim-t/pyaim-t-0.8.0.1-r1.ebuild,v 1.3 2014/11/23 16:28:10 nimiux Exp $ EAPI="5" PYTHON_COMPAT=( python{2_6,2_7} ) @@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="webinterface" DEPEND="net-im/jabber-base" |