aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Delaney <della5@iinet.com.au>2013-07-19 20:53:56 +0800
committerIan Delaney <della5@iinet.com.au>2013-07-19 20:53:56 +0800
commit0d4aab5639ac14fdf37d6900014fd0d8f304866e (patch)
tree07648d49490de3d84b87d37d990a6d2b6594dc46
parentAdd basic unpack, install phases (diff)
downloadimprovise-0d4aab5639ac14fdf37d6900014fd0d8f304866e.tar.gz
improvise-0d4aab5639ac14fdf37d6900014fd0d8f304866e.tar.bz2
improvise-0d4aab5639ac14fdf37d6900014fd0d8f304866e.zip
Remove double quotes in HOMEPAGE
Package-Manager: portage-2.1.11.63
-rw-r--r--dev-python/pypy-bin/pypy-bin-2.0.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pypy-bin/pypy-bin-2.0.2.ebuild b/dev-python/pypy-bin/pypy-bin-2.0.2.ebuild
index 3207797..81be154 100644
--- a/dev-python/pypy-bin/pypy-bin-2.0.2.ebuild
+++ b/dev-python/pypy-bin/pypy-bin-2.0.2.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_5,2_6,2_7} pypy{1_9,2_0} )
inherit python-any-r1 versionator
DESCRIPTION="Pre-built pypy binary for low memory systems"
-HOMEPAGE=""http://pypy.org/""
+HOMEPAGE="http://pypy.org/"
SRC_URI="amd64? ( http://dev.gentoo.org/~idella4/${P}.tbz2 )"
LICENSE="MIT"