diff options
author | 2014-02-24 00:15:03 +0000 | |
---|---|---|
committer | 2014-02-24 00:15:03 +0000 | |
commit | 89683fcc267b41cf8b689ac19b195f30c49cde5f (patch) | |
tree | 038f3877ed6f9d336c2b720ce070fc0eacfc0c13 /dev-python/pylirc | |
parent | x86 stable wrt bug #495616 (diff) | |
download | gentoo-2-89683fcc267b41cf8b689ac19b195f30c49cde5f.tar.gz gentoo-2-89683fcc267b41cf8b689ac19b195f30c49cde5f.tar.bz2 gentoo-2-89683fcc267b41cf8b689ac19b195f30c49cde5f.zip |
x86 stable wrt bug #495618
(Portage version: 2.2.7/cvs/Linux i686, RepoMan options: --ignore-arches, signed Manifest commit with key 0x4F1A2555EA71991D!)
Diffstat (limited to 'dev-python/pylirc')
-rw-r--r-- | dev-python/pylirc/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/pylirc/pylirc-0.0.5-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/pylirc/ChangeLog b/dev-python/pylirc/ChangeLog index 390b1fea8103..02a1162db670 100644 --- a/dev-python/pylirc/ChangeLog +++ b/dev-python/pylirc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pylirc -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pylirc/ChangeLog,v 1.18 2013/09/05 18:46:45 mgorny Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pylirc/ChangeLog,v 1.19 2014/02/24 00:15:03 phajdan.jr Exp $ + + 23 Feb 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org> pylirc-0.0.5-r1.ebuild: + x86 stable wrt bug #495618 05 Sep 2013; Michał Górny <mgorny@gentoo.org> pylirc-0.0.5-r1.ebuild: Clean up PYTHON_COMPAT from old implementations. diff --git a/dev-python/pylirc/pylirc-0.0.5-r1.ebuild b/dev-python/pylirc/pylirc-0.0.5-r1.ebuild index a98614fa5036..4926fb21e942 100644 --- a/dev-python/pylirc/pylirc-0.0.5-r1.ebuild +++ b/dev-python/pylirc/pylirc-0.0.5-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pylirc/pylirc-0.0.5-r1.ebuild,v 1.2 2013/09/05 18:46:45 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pylirc/pylirc-0.0.5-r1.ebuild,v 1.3 2014/02/24 00:15:03 phajdan.jr Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc x86" IUSE="" DEPEND="app-misc/lirc" |