diff options
author | Mark Guertin <gerk@gentoo.org> | 2002-08-25 02:51:01 +0000 |
---|---|---|
committer | Mark Guertin <gerk@gentoo.org> | 2002-08-25 02:51:01 +0000 |
commit | 3f3b50c2ccdd36e0afc8524260e5e22359d9b4c2 (patch) | |
tree | b27cd75cfa51fb4c5554a7c84a2d62586875bf74 /x11-misc/xeasyconf | |
parent | new release version for bugfixes (diff) | |
download | gentoo-2-3f3b50c2ccdd36e0afc8524260e5e22359d9b4c2.tar.gz gentoo-2-3f3b50c2ccdd36e0afc8524260e5e22359d9b4c2.tar.bz2 gentoo-2-3f3b50c2ccdd36e0afc8524260e5e22359d9b4c2.zip |
fixed DEPENDS layout
Diffstat (limited to 'x11-misc/xeasyconf')
-rw-r--r-- | x11-misc/xeasyconf/xeasyconf-0.1.3.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11-misc/xeasyconf/xeasyconf-0.1.3.ebuild b/x11-misc/xeasyconf/xeasyconf-0.1.3.ebuild index ff2cafc225b0..f79a7bc1f544 100644 --- a/x11-misc/xeasyconf/xeasyconf-0.1.3.ebuild +++ b/x11-misc/xeasyconf/xeasyconf-0.1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xeasyconf/xeasyconf-0.1.3.ebuild,v 1.1 2002/08/25 02:49:21 gerk Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xeasyconf/xeasyconf-0.1.3.ebuild,v 1.2 2002/08/25 02:51:01 gerk Exp $ S=${WORKDIR}/${P} DESCRIPTION="Xeasyconf is a PPC only tool to assist in xfree 4.x configs" @@ -10,8 +10,9 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="ppc -x86 -sparc -sparc64" -DEPEND="virtual/glibc x11-base/xfree sys-apps/pciutils dev-util/dialog" - +DEPEND="x11-base/xfree + sys-apps/pciutils" +RDEPEND="dev-util/dialog" src_unpack() { |