diff options
-rw-r--r-- | dev-python/ttystatus/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/ttystatus/ttystatus-0.23.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/ttystatus/ChangeLog b/dev-python/ttystatus/ChangeLog index 63f40702e057..c8f1504204a4 100644 --- a/dev-python/ttystatus/ChangeLog +++ b/dev-python/ttystatus/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/ttystatus -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ttystatus/ChangeLog,v 1.10 2013/08/09 15:16:27 mschiff Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/ttystatus/ChangeLog,v 1.11 2014/07/27 11:10:54 phajdan.jr Exp $ + + 26 Jul 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org> ttystatus-0.23.ebuild: + x86 stable wrt bug #516728 *ttystatus-0.23 (09 Aug 2013) diff --git a/dev-python/ttystatus/ttystatus-0.23.ebuild b/dev-python/ttystatus/ttystatus-0.23.ebuild index 77217a09cd8e..e0cba0ec8817 100644 --- a/dev-python/ttystatus/ttystatus-0.23.ebuild +++ b/dev-python/ttystatus/ttystatus-0.23.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/ttystatus/ttystatus-0.23.ebuild,v 1.1 2013/08/09 15:16:27 mschiff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ttystatus/ttystatus-0.23.ebuild,v 1.2 2014/07/27 11:10:54 phajdan.jr Exp $ EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="http://code.liw.fi/debian/pool/main/p/python-${PN}/python-${PN}_${PV}.o LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" IUSE="" DEPEND="${PYTHON_DEPS}" |