diff options
author | 2002-04-06 02:39:04 +0000 | |
---|---|---|
committer | 2002-04-06 02:39:04 +0000 | |
commit | 3a24ed25774e578f3e39539319b9c625b9092130 (patch) | |
tree | dc05ee988004e977d698289ae143e32a82952eed /app-misc | |
parent | reorder esound to be with alsa (diff) | |
download | historical-3a24ed25774e578f3e39539319b9c625b9092130.tar.gz historical-3a24ed25774e578f3e39539319b9c625b9092130.tar.bz2 historical-3a24ed25774e578f3e39539319b9c625b9092130.zip |
Typo in dependency.
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/xcircuit/ChangeLog | 6 | ||||
-rw-r--r-- | app-misc/xcircuit/xcircuit-2.5.4.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-misc/xcircuit/ChangeLog b/app-misc/xcircuit/ChangeLog index 0a7c4ef9beb6..997c0c1c068f 100644 --- a/app-misc/xcircuit/ChangeLog +++ b/app-misc/xcircuit/ChangeLog @@ -1,9 +1,13 @@ # ChangeLog for <CATEGORY>/<PACKAGE_NAME> # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-misc/xcircuit/ChangeLog,v 1.1 2002/04/05 22:11:22 tod Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/xcircuit/ChangeLog,v 1.2 2002/04/06 02:39:04 tod Exp $ *xcircuit-2.5.4 (5 Apr 2003) 5 Apr 2002; Tod Neidt <tod@gentoo.org> xcircuit-2.5.4.ebuild, Changelog : + + Fixed typo on ghoscript dependency. + + 5 Apr 2002; Tod Neidt <tod@gentoo.org> xcircuit-2.5.4.ebuild, Changelog : Initial commit. User request. diff --git a/app-misc/xcircuit/xcircuit-2.5.4.ebuild b/app-misc/xcircuit/xcircuit-2.5.4.ebuild index 5d1a6d8c7f23..bc8871b26e40 100644 --- a/app-misc/xcircuit/xcircuit-2.5.4.ebuild +++ b/app-misc/xcircuit/xcircuit-2.5.4.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: First Last <your email> -# $Header: /var/cvsroot/gentoo-x86/app-misc/xcircuit/xcircuit-2.5.4.ebuild,v 1.1 2002/04/05 22:11:22 tod Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/xcircuit/xcircuit-2.5.4.ebuild,v 1.2 2002/04/06 02:39:04 tod Exp $ S=${WORKDIR}/${P} @@ -13,7 +13,7 @@ HOMEPAGE="http://bach.ece.jhu.edu/~tim/programs/xcircuit/xcircuit.html" DEPEND="virtual/x11 devel-lang/python - app-text/ghostscipt" + app-text/ghostscript" src_compile() { |