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/elem/elem-1.0.1.ebuild | |
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/elem/elem-1.0.1.ebuild')
-rw-r--r-- | app-sci/elem/elem-1.0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-sci/elem/elem-1.0.1.ebuild b/app-sci/elem/elem-1.0.1.ebuild index 62e47a2aa766..5371c0293569 100644 --- a/app-sci/elem/elem-1.0.1.ebuild +++ b/app-sci/elem/elem-1.0.1.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/elem/elem-1.0.1.ebuild,v 1.5 2004/06/24 21:57:14 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/elem/elem-1.0.1.ebuild,v 1.6 2004/07/01 11:50:56 eradicator Exp $ DESCRIPTION="periodic table of the elements" HOMEPAGE="http://elem.sourceforge.net/" @@ -13,7 +13,7 @@ IUSE="" S=${WORKDIR}/${PN} RDEPEND="virtual/x11 - virtual/glibc + virtual/libc x11-libs/xforms" DEPEND="${RDEPEND} >=sys-apps/sed-4" |