summaryrefslogtreecommitdiff
path: root/virtual/pypy3
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2017-03-29 17:53:51 +0200
committerUlrich Müller <ulm@gentoo.org>2017-03-29 17:54:42 +0200
commita04df0ce3c8528527469d71fc48475278b3a2676 (patch)
tree8d672e612f9fca69bc2f333fd94f7ecdb66a7617 /virtual/pypy3
parent5ce6d0a2192d6fab24787f2e675afcb5ea94ef5a (diff)
downloadgentoo-a04df0ce3c8528527469d71fc48475278b3a2676.tar.gz
gentoo-a04df0ce3c8528527469d71fc48475278b3a2676.tar.xz
virtual: Remove empty assignments of optional variables.
Remove empty HOMEPAGE, SRC_URI, KEYWORDS, LICENSE, IUSE, and DEPEND. As announced in gentoo-dev mailing list. Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'virtual/pypy3')
-rw-r--r--virtual/pypy3/pypy3-5.5.0_alpha.ebuild6
1 files changed, 1 insertions, 5 deletions
diff --git a/virtual/pypy3/pypy3-5.5.0_alpha.ebuild b/virtual/pypy3/pypy3-5.5.0_alpha.ebuild
index ad667a2d62b..0162105e092 100644
--- a/virtual/pypy3/pypy3-5.5.0_alpha.ebuild
+++ b/virtual/pypy3/pypy3-5.5.0_alpha.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -6,10 +6,6 @@ EAPI=5
inherit versionator
DESCRIPTION="A virtual for PyPy3 Python implementation"
-HOMEPAGE=""
-SRC_URI=""
-
-LICENSE=""
# XX from pypy3-XX.so module suffix
SLOT="0/55"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"