diff options
author | 2017-03-29 17:53:51 +0200 | |
---|---|---|
committer | 2017-03-29 17:54:42 +0200 | |
commit | a04df0ce3c8528527469d71fc48475278b3a2676 (patch) | |
tree | 8d672e612f9fca69bc2f333fd94f7ecdb66a7617 /virtual/opencl | |
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/opencl')
-rw-r--r-- | virtual/opencl/opencl-0-r4.ebuild | 7 | ||||
-rw-r--r-- | virtual/opencl/opencl-0-r5.ebuild | 5 |
2 files changed, 1 insertions, 11 deletions
diff --git a/virtual/opencl/opencl-0-r4.ebuild b/virtual/opencl/opencl-0-r4.ebuild index b3642d46d0c8..1e666dcdda87 100644 --- a/virtual/opencl/opencl-0-r4.ebuild +++ b/virtual/opencl/opencl-0-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,16 +6,11 @@ EAPI=5 inherit multilib-build DESCRIPTION="Virtual for OpenCL implementations" -HOMEPAGE="" -SRC_URI="" - -LICENSE="" SLOT="0" KEYWORDS="amd64 x86" CARDS=( fglrx nvidia ) IUSE="${CARDS[@]/#/video_cards_}" -DEPEND="" # intel-ocl-sdk is amd64-only RDEPEND="app-eselect/eselect-opencl || ( diff --git a/virtual/opencl/opencl-0-r5.ebuild b/virtual/opencl/opencl-0-r5.ebuild index c23bcfbe1c64..91e53e3ce92d 100644 --- a/virtual/opencl/opencl-0-r5.ebuild +++ b/virtual/opencl/opencl-0-r5.ebuild @@ -6,16 +6,11 @@ EAPI=6 inherit multilib-build DESCRIPTION="Virtual for OpenCL implementations" -HOMEPAGE="" -SRC_URI="" - -LICENSE="" SLOT="0" KEYWORDS="~amd64 ~x86" CARDS=( fglrx i965 nvidia ) IUSE="${CARDS[@]/#/video_cards_}" -DEPEND="" # intel-ocl-sdk is amd64-only RDEPEND="app-eselect/eselect-opencl || ( |