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/mpi | |
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/mpi')
-rw-r--r-- | virtual/mpi/mpi-2.0-r3.ebuild | 6 | ||||
-rw-r--r-- | virtual/mpi/mpi-2.0-r4.ebuild | 4 |
2 files changed, 1 insertions, 9 deletions
diff --git a/virtual/mpi/mpi-2.0-r3.ebuild b/virtual/mpi/mpi-2.0-r3.ebuild index 2037ef2339f8..e4596e7a1fbb 100644 --- a/virtual/mpi/mpi-2.0-r3.ebuild +++ b/virtual/mpi/mpi-2.0-r3.ebuild @@ -1,12 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 DESCRIPTION="Virtual for Message Passing Interface (MPI) v2.0 implementation" -HOMEPAGE="" -SRC_URI="" -LICENSE="" SLOT="0" KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="cxx fortran romio threads" @@ -19,4 +16,3 @@ RDEPEND="|| ( sys-cluster/native-mpi )" -DEPEND="" diff --git a/virtual/mpi/mpi-2.0-r4.ebuild b/virtual/mpi/mpi-2.0-r4.ebuild index f6eafe04e5af..f019f50069d4 100644 --- a/virtual/mpi/mpi-2.0-r4.ebuild +++ b/virtual/mpi/mpi-2.0-r4.ebuild @@ -6,9 +6,6 @@ EAPI=6 inherit multilib-build DESCRIPTION="Virtual for Message Passing Interface (MPI) v2.0 implementation" -HOMEPAGE="" -SRC_URI="" -LICENSE="" SLOT="0" KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="cxx fortran romio threads" @@ -22,4 +19,3 @@ RDEPEND="|| ( sys-cluster/native-mpi )" -DEPEND="" |