diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2015-09-01 21:24:47 +0200 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2015-09-01 21:24:47 +0200 |
commit | ded5507e2e19dd98b2b91720605dc84e94d63301 (patch) | |
tree | 7f8bcc5bc2ab2bfda88de3d8d8637870bccb3678 /dev-python/python-poppler-qt4 | |
parent | dev-python/python-gflags: Fixing HOMEPAGE move due to code.google.com shutdown (diff) | |
download | gentoo-ded5507e2e19dd98b2b91720605dc84e94d63301.tar.gz gentoo-ded5507e2e19dd98b2b91720605dc84e94d63301.tar.bz2 gentoo-ded5507e2e19dd98b2b91720605dc84e94d63301.zip |
dev-python/python-poppler-qt4: Fixing HOMEPAGE move due to code.google.com shutdown
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'dev-python/python-poppler-qt4')
-rw-r--r-- | dev-python/python-poppler-qt4/python-poppler-qt4-0.18.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/python-poppler-qt4/python-poppler-qt4-0.18.1.ebuild b/dev-python/python-poppler-qt4/python-poppler-qt4-0.18.1.ebuild index 88b0c00ef483..aa0cadcc50c0 100644 --- a/dev-python/python-poppler-qt4/python-poppler-qt4-0.18.1.ebuild +++ b/dev-python/python-poppler-qt4/python-poppler-qt4-0.18.1.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_3,3_4} ) inherit distutils-r1 eutils DESCRIPTION="A python binding for libpoppler-qt4" -HOMEPAGE="https://code.google.com/p/python-poppler-qt4/" +HOMEPAGE="https://github.com/wbsoft/python-poppler-qt4" SRC_URI="https://github.com/wbsoft/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-2.1" |