diff options
author | Sébastien Fabbro <bicatali@gentoo.org> | 2016-03-16 22:38:57 +0000 |
---|---|---|
committer | Sébastien Fabbro <bicatali@gentoo.org> | 2016-03-18 20:10:06 +0000 |
commit | 8790efe3547cecb4399f0e42a3e3d70ba63cb1a9 (patch) | |
tree | e5b70a9578c55e196ba651b473af62199eee257e /sci-libs/hdf | |
parent | dev-lang/gdl: Version bump with various patches from Fedora and Debian (diff) | |
download | gentoo-8790efe3547cecb4399f0e42a3e3d70ba63cb1a9.tar.gz gentoo-8790efe3547cecb4399f0e42a3e3d70ba63cb1a9.tar.bz2 gentoo-8790efe3547cecb4399f0e42a3e3d70ba63cb1a9.zip |
sci-libs/hdf: switch to virtual/szip
Package-Manager: portage-2.2.27
Diffstat (limited to 'sci-libs/hdf')
-rw-r--r-- | sci-libs/hdf/hdf-4.2.8.ebuild | 4 | ||||
-rw-r--r-- | sci-libs/hdf/hdf-4.2.9.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sci-libs/hdf/hdf-4.2.8.ebuild b/sci-libs/hdf/hdf-4.2.8.ebuild index 1ac5cf7c3f6d..f0b817f607a7 100644 --- a/sci-libs/hdf/hdf-4.2.8.ebuild +++ b/sci-libs/hdf/hdf-4.2.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -22,7 +22,7 @@ IUSE="fortran szip static-libs" RDEPEND=" sys-libs/zlib virtual/jpeg - szip? ( >=sci-libs/szip-2 )" + szip? ( virtual/szip )" DEPEND="${RDEPEND}" S=${WORKDIR}/${MYP} diff --git a/sci-libs/hdf/hdf-4.2.9.ebuild b/sci-libs/hdf/hdf-4.2.9.ebuild index b2b1e652468a..4c9441c16cf9 100644 --- a/sci-libs/hdf/hdf-4.2.9.ebuild +++ b/sci-libs/hdf/hdf-4.2.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -22,7 +22,7 @@ IUSE="fortran szip static-libs" RDEPEND=" sys-libs/zlib virtual/jpeg - szip? ( >=sci-libs/szip-2 )" + szip? ( virtual/szip )" DEPEND="${RDEPEND}" S=${WORKDIR}/${MYP} |