diff options
author | Olivier Fisette <ribosome@gentoo.org> | 2004-12-28 18:50:49 +0000 |
---|---|---|
committer | Olivier Fisette <ribosome@gentoo.org> | 2004-12-28 18:50:49 +0000 |
commit | 7a7309bc25a5109e9db27d3cbc721685f3cd8aa2 (patch) | |
tree | fcea334f46009e3b657a8b4fc6f913227e84101c /app-sci | |
parent | Moved from app-sci/libgdgeda to sci-libs/libgdgeda (diff) | |
download | gentoo-2-7a7309bc25a5109e9db27d3cbc721685f3cd8aa2.tar.gz gentoo-2-7a7309bc25a5109e9db27d3cbc721685f3cd8aa2.tar.bz2 gentoo-2-7a7309bc25a5109e9db27d3cbc721685f3cd8aa2.zip |
Fixed dependencies
Diffstat (limited to 'app-sci')
-rw-r--r-- | app-sci/libgeda/libgeda-20040111.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-sci/libgeda/libgeda-20040111.ebuild b/app-sci/libgeda/libgeda-20040111.ebuild index 777f5c50d0b7..d3a252ca13ba 100644 --- a/app-sci/libgeda/libgeda-20040111.ebuild +++ b/app-sci/libgeda/libgeda-20040111.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/libgeda/libgeda-20040111.ebuild,v 1.5 2004/10/03 17:17:26 plasmaroo Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/libgeda/libgeda-20040111.ebuild,v 1.6 2004/12/28 18:50:49 ribosome Exp $ HOMEPAGE="http://www.geda.seul.org" DESCRIPTION="libgeda - this library provides functions needed for a working gEDA/gaf system" @@ -17,7 +17,7 @@ DEPEND=">=dev-libs/glib-1.2.10 >=dev-util/guile-1.4.1 >=dev-util/pkgconfig-0.15.0 - png? ( >=app-sci/libgdgeda-2.0.15 )" + png? ( >=sci-libs/libgdgeda-2.0.15 )" src_compile () { local myconf |