diff options
author | 2006-01-29 19:50:58 +0000 | |
---|---|---|
committer | 2006-01-29 19:50:58 +0000 | |
commit | 02f1ad132a8fa272f559929d15dda11052ef98a5 (patch) | |
tree | fb3e31fb04da2d5cf371503b8cf43b2a96e30638 /app-cdr/pxlinux/pxlinux-0.0.4-r1.ebuild | |
parent | Manifest recommit (diff) | |
download | gentoo-2-02f1ad132a8fa272f559929d15dda11052ef98a5.tar.gz gentoo-2-02f1ad132a8fa272f559929d15dda11052ef98a5.tar.bz2 gentoo-2-02f1ad132a8fa272f559929d15dda11052ef98a5.zip |
Dependency update: media-gfx/gnuplot -> sci-visualization/gnuplot.
Diffstat (limited to 'app-cdr/pxlinux/pxlinux-0.0.4-r1.ebuild')
-rw-r--r-- | app-cdr/pxlinux/pxlinux-0.0.4-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-cdr/pxlinux/pxlinux-0.0.4-r1.ebuild b/app-cdr/pxlinux/pxlinux-0.0.4-r1.ebuild index 99c67bddd15d..06ffa2528b63 100644 --- a/app-cdr/pxlinux/pxlinux-0.0.4-r1.ebuild +++ b/app-cdr/pxlinux/pxlinux-0.0.4-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/pxlinux/pxlinux-0.0.4-r1.ebuild,v 1.1 2005/09/10 07:33:48 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/pxlinux/pxlinux-0.0.4-r1.ebuild,v 1.2 2006/01/29 19:50:58 cryos Exp $ inherit eutils @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="gnuplot" -RDEPEND="gnuplot? ( dev-lang/python media-gfx/gnuplot )" +RDEPEND="gnuplot? ( dev-lang/python sci-visualization/gnuplot )" S=${WORKDIR}/${PN} |