summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klausmann <klausman@gentoo.org>2015-09-01 21:24:19 +0200
committerTobias Klausmann <klausman@gentoo.org>2015-09-01 21:24:19 +0200
commit8028f0474d6980124f6f1af8c0957fefe450f01a (patch)
tree1bc095a71bbd4257b75c30cefe934b2beca40632 /dev-python/python-gflags
parentdev-python/pystdf: Fixing HOMEPAGE move due to code.google.com shutdown (diff)
downloadgentoo-8028f0474d6980124f6f1af8c0957fefe450f01a.tar.gz
gentoo-8028f0474d6980124f6f1af8c0957fefe450f01a.tar.bz2
gentoo-8028f0474d6980124f6f1af8c0957fefe450f01a.zip
dev-python/python-gflags: Fixing HOMEPAGE move due to code.google.com shutdown
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'dev-python/python-gflags')
-rw-r--r--dev-python/python-gflags/python-gflags-2.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/python-gflags/python-gflags-2.0.ebuild b/dev-python/python-gflags/python-gflags-2.0.ebuild
index 19e8e6a37016..fb081cec87a4 100644
--- a/dev-python/python-gflags/python-gflags-2.0.ebuild
+++ b/dev-python/python-gflags/python-gflags-2.0.ebuild
@@ -9,7 +9,7 @@ PYTHON_COMPAT=( python2_7 pypy )
inherit distutils-r1
DESCRIPTION="Google's Python argument parsing library"
-HOMEPAGE="https://code.google.com/p/python-gflags/"
+HOMEPAGE="https://github.com/gflags/python-gflags"
SRC_URI="https://python-gflags.googlecode.com/files/${P}.tar.gz"
LICENSE="BSD"