diff options
author | Ian Delaney <della5@iinet.com.au> | 2013-07-19 20:53:56 +0800 |
---|---|---|
committer | Ian Delaney <della5@iinet.com.au> | 2013-07-19 20:53:56 +0800 |
commit | 0d4aab5639ac14fdf37d6900014fd0d8f304866e (patch) | |
tree | 07648d49490de3d84b87d37d990a6d2b6594dc46 | |
parent | Add basic unpack, install phases (diff) | |
download | improvise-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.ebuild | 2 |
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" |