diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2017-01-15 21:50:18 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-01-15 22:14:03 +0100 |
commit | cde25f961a2a5c87a52fbc9649f94123952a4100 (patch) | |
tree | ae257ff2ffe56cc11d4968ceb90103be65473770 /net-misc/you-get | |
parent | net-misc/pipes: clean up old. (diff) | |
download | gentoo-cde25f961a2a5c87a52fbc9649f94123952a4100.tar.gz gentoo-cde25f961a2a5c87a52fbc9649f94123952a4100.tar.bz2 gentoo-cde25f961a2a5c87a52fbc9649f94123952a4100.zip |
net-misc/you-get: stable for amd64+x86.
Package-Manager: portage-2.3.0
Diffstat (limited to 'net-misc/you-get')
-rw-r--r-- | net-misc/you-get/you-get-0.4.536.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-misc/you-get/you-get-0.4.536.ebuild b/net-misc/you-get/you-get-0.4.536.ebuild index f6683465156f..6431ef5eefdf 100644 --- a/net-misc/you-get/you-get-0.4.536.ebuild +++ b/net-misc/you-get/you-get-0.4.536.ebuild @@ -1,20 +1,20 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 PYTHON_COMPAT=(python{3_4,3_5}) + inherit eutils distutils-r1 -DESCRIPTION="A tiny command-line utility to download media contents from the Web." +DESCRIPTION="utility to download media contents from the web" HOMEPAGE="http://www.soimort.org/you-get" SRC_URI="https://github.com/soimort/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" +KEYWORDS="amd64 x86" REQUIRED_USE=${PYTHON_REQUIRED_USE} RDEPEND=" |