diff options
author | Benda Xu <heroxbd@gentoo.org> | 2019-01-27 19:11:17 +0800 |
---|---|---|
committer | Benda Xu <heroxbd@gentoo.org> | 2019-01-27 19:11:38 +0800 |
commit | 7c0c2bcb282209b19487e843cbf05b736b95e851 (patch) | |
tree | 6d972a6f0f11394bc179d81103e5c1c863369a46 /sci-physics | |
parent | dev-libs/libcxml: Nobody is maintaining live ebuild (diff) | |
download | gentoo-7c0c2bcb282209b19487e843cbf05b736b95e851.tar.gz gentoo-7c0c2bcb282209b19487e843cbf05b736b95e851.tar.bz2 gentoo-7c0c2bcb282209b19487e843cbf05b736b95e851.zip |
sci-physics/cernlib: add libnsl dependency.
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Benda Xu <heroxbd@gentoo.org>
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/cernlib/cernlib-2006-r7.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sci-physics/cernlib/cernlib-2006-r7.ebuild b/sci-physics/cernlib/cernlib-2006-r7.ebuild index ddc16413da29..216c3fda914a 100644 --- a/sci-physics/cernlib/cernlib-2006-r7.ebuild +++ b/sci-physics/cernlib/cernlib-2006-r7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -23,7 +23,8 @@ KEYWORDS="~amd64 ~hppa ~sparc ~x86 ~amd64-linux ~x86-linux" RDEPEND=" x11-libs/motif:0 virtual/lapack - dev-lang/cfortran" + dev-lang/cfortran + net-libs/libnsl" DEPEND="${RDEPEND} x11-misc/imake x11-misc/makedepend |