diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-04-08 18:04:50 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-04-08 18:04:50 +0000 |
commit | c6fdddd3d958bc6cdb97bf35c925e96bca41acff (patch) | |
tree | a2048a1cef536bc01b5631913243e4b500538d70 /net-misc/livestreamer | |
parent | Drop old Python implementations (diff) | |
download | gentoo-2-c6fdddd3d958bc6cdb97bf35c925e96bca41acff.tar.gz gentoo-2-c6fdddd3d958bc6cdb97bf35c925e96bca41acff.tar.bz2 gentoo-2-c6fdddd3d958bc6cdb97bf35c925e96bca41acff.zip |
Drop old Python implementations
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'net-misc/livestreamer')
-rw-r--r-- | net-misc/livestreamer/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/livestreamer/livestreamer-1.7.2.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-misc/livestreamer/ChangeLog b/net-misc/livestreamer/ChangeLog index d8d659c74b0d..2b9130ed0add 100644 --- a/net-misc/livestreamer/ChangeLog +++ b/net-misc/livestreamer/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/livestreamer # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/livestreamer/ChangeLog,v 1.16 2015/04/01 06:14:42 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/livestreamer/ChangeLog,v 1.17 2015/04/08 18:04:50 mgorny Exp $ + + 08 Apr 2015; Michał Górny <mgorny@gentoo.org> livestreamer-1.7.2.ebuild: + Drop old Python implementations 01 Apr 2015; Ian Delaney <idella4@gentoo.org> -livestreamer-1.10.2.ebuild, -livestreamer-1.7.5.ebuild, -livestreamer-1.8.0.ebuild, diff --git a/net-misc/livestreamer/livestreamer-1.7.2.ebuild b/net-misc/livestreamer/livestreamer-1.7.2.ebuild index 9c4d8e091107..0f2dac11b372 100644 --- a/net-misc/livestreamer/livestreamer-1.7.2.ebuild +++ b/net-misc/livestreamer/livestreamer-1.7.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/livestreamer/livestreamer-1.7.2.ebuild,v 1.3 2014/02/22 08:07:59 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/livestreamer/livestreamer-1.7.2.ebuild,v 1.4 2015/04/08 18:04:50 mgorny Exp $ EAPI="5" @@ -8,7 +8,7 @@ DESCRIPTION="CLI tool that pipes video streams from services like twitch.tv into HOMEPAGE="https://github.com/chrippa/livestreamer" SRC_URI="https://github.com/chrippa/livestreamer/archive/v${PV}.tar.gz -> ${P}.tar.gz" -PYTHON_COMPAT=( python{2_7,3_2} ) +PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 KEYWORDS="amd64 ~mips x86" |