diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2009-09-21 14:41:58 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2009-09-21 14:41:58 +0000 |
commit | 31a8711ef16036820e4747926e9cc26c1a5d5496 (patch) | |
tree | c1b150b1cc03e6e73eafe93269c244af63e406a6 /net-misc/pytvshows | |
parent | Fixed failing tests by removing X server dependency where unnecessary (diff) | |
download | gentoo-2-31a8711ef16036820e4747926e9cc26c1a5d5496.tar.gz gentoo-2-31a8711ef16036820e4747926e9cc26c1a5d5496.tar.bz2 gentoo-2-31a8711ef16036820e4747926e9cc26c1a5d5496.zip |
amd64 stable, bug 285724
(Portage version: 2.1.6.13/cvs/Linux x86_64)
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="" |