diff options
author | 2015-03-08 23:51:11 +0000 | |
---|---|---|
committer | 2015-03-08 23:51:11 +0000 | |
commit | f16031a118f16eed1913cc73cc7e8f4de807b915 (patch) | |
tree | 13fbe96aa9776ea040d81b18a3321a6905eece6c /dev-python/irc | |
parent | x86 stable, bug 540290 (diff) | |
download | gentoo-2-f16031a118f16eed1913cc73cc7e8f4de807b915.tar.gz gentoo-2-f16031a118f16eed1913cc73cc7e8f4de807b915.tar.bz2 gentoo-2-f16031a118f16eed1913cc73cc7e8f4de807b915.zip |
x86 stable, bug 540290
(Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-python/irc')
-rw-r--r-- | dev-python/irc/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/irc/irc-11.0.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/irc/ChangeLog b/dev-python/irc/ChangeLog index e11341f0aff6..7f6a50c82103 100644 --- a/dev-python/irc/ChangeLog +++ b/dev-python/irc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/irc # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/irc/ChangeLog,v 1.30 2015/03/06 22:25:25 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/irc/ChangeLog,v 1.31 2015/03/08 23:51:11 pacho Exp $ + + 08 Mar 2015; Pacho Ramos <pacho@gentoo.org> irc-11.0.1.ebuild: + x86 stable, bug 540290 06 Mar 2015; Pacho Ramos <pacho@gentoo.org> irc-11.0.1.ebuild: amd64 stable, bug 540290 diff --git a/dev-python/irc/irc-11.0.1.ebuild b/dev-python/irc/irc-11.0.1.ebuild index 7f3eb7df1a6e..28cd02433432 100644 --- a/dev-python/irc/irc-11.0.1.ebuild +++ b/dev-python/irc/irc-11.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/irc/irc-11.0.1.ebuild,v 1.2 2015/03/06 22:25:25 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/irc/irc-11.0.1.ebuild,v 1.3 2015/03/08 23:51:11 pacho Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="examples test" RDEPEND=" |