diff options
author | 2003-01-03 07:00:39 +0000 | |
---|---|---|
committer | 2003-01-03 07:00:39 +0000 | |
commit | 3792765bb05cf75301e001ef9067f539b06f7528 (patch) | |
tree | 0dddb7f6756b2b774c5bc01e231c21832efb9949 /net-misc/grdesktop/grdesktop-0.16.ebuild | |
parent | Fixing conflict between this package and docbook-sgml-utils, as that is the o... (diff) | |
download | historical-3792765bb05cf75301e001ef9067f539b06f7528.tar.gz historical-3792765bb05cf75301e001ef9067f539b06f7528.tar.bz2 historical-3792765bb05cf75301e001ef9067f539b06f7528.zip |
Changing docbook2X to docbook-sgml-utils in dependencies.
Diffstat (limited to 'net-misc/grdesktop/grdesktop-0.16.ebuild')
-rw-r--r-- | net-misc/grdesktop/grdesktop-0.16.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/grdesktop/grdesktop-0.16.ebuild b/net-misc/grdesktop/grdesktop-0.16.ebuild index 53ef272551be..dd50250405eb 100644 --- a/net-misc/grdesktop/grdesktop-0.16.ebuild +++ b/net-misc/grdesktop/grdesktop-0.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/grdesktop/grdesktop-0.16.ebuild,v 1.1 2002/11/01 09:05:21 bcowan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/grdesktop/grdesktop-0.16.ebuild,v 1.2 2003/01/03 07:00:39 satai Exp $ DESCRIPTION="Gtk2 frontend for rdesktop" HOMEPAGE="http://www.nongnu.org/grdesktop" @@ -14,7 +14,7 @@ IUSE="" DEPEND=">=x11-libs/gtk+-2.0.6-r3 >=net-misc/rdesktop-1.1.0.19.9.0 - >=app-text/docbook2X-0.6.1" + app-text/docbook-sgml-utils" #RDEPEND="" |