diff options
Diffstat (limited to 'net-misc/pytvshows')
-rw-r--r-- | net-misc/pytvshows/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/pytvshows/pytvshows-0.2-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/pytvshows/ChangeLog b/net-misc/pytvshows/ChangeLog index 71836ed5ce5d..5caa94d948b7 100644 --- a/net-misc/pytvshows/ChangeLog +++ b/net-misc/pytvshows/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/pytvshows # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/pytvshows/ChangeLog,v 1.6 2009/09/17 05:01:19 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/pytvshows/ChangeLog,v 1.7 2009/09/21 14:41:58 darkside Exp $ + + 21 Sep 2009; Jeremy Olexa <darkside@gentoo.org> pytvshows-0.2-r1.ebuild: + amd64 stable, bug 285724 *pytvshows-0.2-r1 (17 Sep 2009) diff --git a/net-misc/pytvshows/pytvshows-0.2-r1.ebuild b/net-misc/pytvshows/pytvshows-0.2-r1.ebuild index 5837da2234db..a6da27975c3e 100644 --- a/net-misc/pytvshows/pytvshows-0.2-r1.ebuild +++ b/net-misc/pytvshows/pytvshows-0.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/pytvshows/pytvshows-0.2-r1.ebuild,v 1.1 2009/09/17 05:01:19 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/pytvshows/pytvshows-0.2-r1.ebuild,v 1.2 2009/09/21 14:41:58 darkside Exp $ inherit distutils eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc ~x86" IUSE="" DEPEND="" |