diff options
author | Ilya Tumaykin <itumaykin@gmail.com> | 2017-04-05 18:10:04 +0300 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-04-08 23:21:14 +0200 |
commit | da9353be504d07185084a7391575a56d62f595a7 (patch) | |
tree | 316351e265700587eee6a82018c0dc41e6140787 /dev-python/guessit | |
parent | net-vpn/i2p: remove old 0.9.26 and 0.9.27. (diff) | |
download | gentoo-da9353be504d07185084a7391575a56d62f595a7.tar.gz gentoo-da9353be504d07185084a7391575a56d62f595a7.tar.bz2 gentoo-da9353be504d07185084a7391575a56d62f595a7.zip |
dev-python/guessit: switch live ebuild to 'develop' branch.
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-python/guessit')
-rw-r--r-- | dev-python/guessit/guessit-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/guessit/guessit-9999.ebuild b/dev-python/guessit/guessit-9999.ebuild index 0d2ce1c235e0..20aa2d03c109 100644 --- a/dev-python/guessit/guessit-9999.ebuild +++ b/dev-python/guessit/guessit-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,6 +10,7 @@ inherit distutils-r1 git-r3 DESCRIPTION="Python library for guessing information from video filenames" HOMEPAGE="https://github.com/guessit-io/guessit https://pypi.python.org/pypi/guessit" EGIT_REPO_URI=( {https,git}://github.com/${PN}-io/${PN}.git ) +EGIT_BRANCH="develop" LICENSE="LGPL-3" SLOT="0" |