diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 20:11:17 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 20:11:17 +0000 |
commit | 861277a979da21e44908ef0571b1fd856b975447 (patch) | |
tree | 41b8e1063b2e9c1feac5d04c200cf2c3f0196ed8 /sci-mathematics | |
parent | Remove virtual/libc (diff) | |
download | gentoo-2-861277a979da21e44908ef0571b1fd856b975447.tar.gz gentoo-2-861277a979da21e44908ef0571b1fd856b975447.tar.bz2 gentoo-2-861277a979da21e44908ef0571b1fd856b975447.zip |
Remove virtual/libc
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/nusmv/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/nusmv/nusmv-2.3.1.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/sci-mathematics/nusmv/ChangeLog b/sci-mathematics/nusmv/ChangeLog index 705b13a2de99..8fd0ab6ebf4a 100644 --- a/sci-mathematics/nusmv/ChangeLog +++ b/sci-mathematics/nusmv/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/nusmv # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/nusmv/ChangeLog,v 1.5 2009/05/30 09:13:30 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/nusmv/ChangeLog,v 1.6 2009/09/23 20:11:17 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> nusmv-2.3.1.ebuild: + Remove virtual/libc 30 May 2009; Ulrich Mueller <ulm@gentoo.org> nusmv-2.3.1.ebuild: Remove app-text/tetex from dependencies, bug 227443. diff --git a/sci-mathematics/nusmv/nusmv-2.3.1.ebuild b/sci-mathematics/nusmv/nusmv-2.3.1.ebuild index c0bd69bdfb17..c91f6e744b5e 100644 --- a/sci-mathematics/nusmv/nusmv-2.3.1.ebuild +++ b/sci-mathematics/nusmv/nusmv-2.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/nusmv/nusmv-2.3.1.ebuild,v 1.3 2009/05/30 09:13:30 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/nusmv/nusmv-2.3.1.ebuild,v 1.4 2009/09/23 20:11:17 patrick Exp $ inherit eutils toolchain-funcs @@ -35,8 +35,7 @@ LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="minisat examples" -RDEPEND="virtual/libc - dev-libs/expat" +RDEPEND="dev-libs/expat" DEPEND="${RDEPEND} virtual/latex-base || ( ( dev-texlive/texlive-latexextra ) |