diff options
author | Ulrich Müller <ulm@gentoo.org> | 2017-03-29 17:53:51 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2017-03-29 17:54:42 +0200 |
commit | a04df0ce3c8528527469d71fc48475278b3a2676 (patch) | |
tree | 8d672e612f9fca69bc2f333fd94f7ecdb66a7617 /virtual/pypy3/pypy3-5.5.0_alpha.ebuild | |
parent | profiles: Mask sys-firmware/radeon-ucode and amdgpu-ucode for removal (diff) | |
download | gentoo-a04df0ce3c8528527469d71fc48475278b3a2676.tar.gz gentoo-a04df0ce3c8528527469d71fc48475278b3a2676.tar.bz2 gentoo-a04df0ce3c8528527469d71fc48475278b3a2676.zip |
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/pypy3-5.5.0_alpha.ebuild')
-rw-r--r-- | virtual/pypy3/pypy3-5.5.0_alpha.ebuild | 6 |
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 ad667a2d62ba..0162105e0924 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" |