mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 21:08:35 -07:00
dev-python/babelfish: support both HTTPS and git URIs in 9999.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
This commit is contained in:
committed by
Patrice Clement
parent
4fcdd1c604
commit
fe9b5c225e
@@ -10,7 +10,7 @@ inherit distutils-r1 git-r3
|
||||
|
||||
DESCRIPTION="Python library to work with countries and languages"
|
||||
HOMEPAGE="https://github.com/Diaoul/babelfish https://pypi.python.org/pypi/babelfish"
|
||||
EGIT_REPO_URI="git://github.com/Diaoul/${PN}.git"
|
||||
EGIT_REPO_URI=( {https,git}://github.com/Diaoul/${PN}.git )
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
|
||||
Reference in New Issue
Block a user