diff options
author | 2004-07-01 11:55:34 +0000 | |
---|---|---|
committer | 2004-07-01 11:55:34 +0000 | |
commit | e4acbde53aa5b41cb8d5e4cfc9affa65e59d64fe (patch) | |
tree | ba2a8869a1c1cfc476ad735904015d56fa6434e6 /app-sci/mupad | |
parent | Replaced fperms with doexec and added ROOT variable to pkg_postinst tests. (M... (diff) | |
download | gentoo-2-e4acbde53aa5b41cb8d5e4cfc9affa65e59d64fe.tar.gz gentoo-2-e4acbde53aa5b41cb8d5e4cfc9affa65e59d64fe.tar.bz2 gentoo-2-e4acbde53aa5b41cb8d5e4cfc9affa65e59d64fe.zip |
virtual/glibc -> virtual/libc
Diffstat (limited to 'app-sci/mupad')
-rw-r--r-- | app-sci/mupad/ChangeLog | 10 | ||||
-rw-r--r-- | app-sci/mupad/mupad-2.5.2-r1.ebuild | 4 | ||||
-rw-r--r-- | app-sci/mupad/mupad-2.5.2-r2.ebuild | 4 |
3 files changed, 13 insertions, 5 deletions
diff --git a/app-sci/mupad/ChangeLog b/app-sci/mupad/ChangeLog index 2980a2b741ce..431ea6b59919 100644 --- a/app-sci/mupad/ChangeLog +++ b/app-sci/mupad/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for app-sci/mupad # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-sci/mupad/ChangeLog,v 1.7 2004/06/24 22:11:07 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/mupad/ChangeLog,v 1.8 2004/07/01 11:53:26 eradicator Exp $ + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> + mupad-2.5.2-r1.ebuild, mupad-2.5.2-r2.ebuild: + virtual/glibc -> virtual/libc + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> + mupad-2.5.2-r1.ebuild, mupad-2.5.2-r2.ebuild: + virtual/glibc -> virtual/libc 02 Jun 2004; Aron Griffis <agriffis@gentoo.org> mupad-2.5.2-r2.ebuild: Fix use invocation diff --git a/app-sci/mupad/mupad-2.5.2-r1.ebuild b/app-sci/mupad/mupad-2.5.2-r1.ebuild index 74c0295890c6..745fbc3cfd29 100644 --- a/app-sci/mupad/mupad-2.5.2-r1.ebuild +++ b/app-sci/mupad/mupad-2.5.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/mupad/mupad-2.5.2-r1.ebuild,v 1.4 2004/06/24 22:11:07 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/mupad/mupad-2.5.2-r1.ebuild,v 1.5 2004/07/01 11:53:26 eradicator Exp $ IUSE="mupad-noscilab" @@ -29,7 +29,7 @@ LICENSE="mupad" SLOT="0" KEYWORDS="x86" IUSE="" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" RDEPEND="=dev-lang/tk-8.3*" src_unpack() { diff --git a/app-sci/mupad/mupad-2.5.2-r2.ebuild b/app-sci/mupad/mupad-2.5.2-r2.ebuild index f2573df963ab..67cc01a6198f 100644 --- a/app-sci/mupad/mupad-2.5.2-r2.ebuild +++ b/app-sci/mupad/mupad-2.5.2-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/mupad/mupad-2.5.2-r2.ebuild,v 1.4 2004/06/24 22:11:07 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/mupad/mupad-2.5.2-r2.ebuild,v 1.5 2004/07/01 11:53:26 eradicator Exp $ IUSE="mupad-noscilab" @@ -29,7 +29,7 @@ LICENSE="mupad" SLOT="0" KEYWORDS="~x86 -ppc ~amd64" IUSE="" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" RDEPEND=">=dev-lang/tk-8.3" src_unpack() { |