diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2005-11-02 20:24:21 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2005-11-02 20:24:21 +0000 |
commit | d4f714c4b8f24c9ca5bdff83f6a9e9b8181ea1b8 (patch) | |
tree | 820356a8d653598b74997d456311db17e1622881 /dev-lisp | |
parent | app-text/ghostscript -> virtual/ghostscript (diff) | |
download | gentoo-2-d4f714c4b8f24c9ca5bdff83f6a9e9b8181ea1b8.tar.gz gentoo-2-d4f714c4b8f24c9ca5bdff83f6a9e9b8181ea1b8.tar.bz2 gentoo-2-d4f714c4b8f24c9ca5bdff83f6a9e9b8181ea1b8.zip |
app-text/ghostscript -> virtual/ghostscript
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/cl-xml-psychiatrist/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lisp/cl-xml-psychiatrist/cl-xml-psychiatrist-0.4.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-lisp/cl-xml-psychiatrist/ChangeLog b/dev-lisp/cl-xml-psychiatrist/ChangeLog index 1e069a93ed1d..f1e423230e26 100644 --- a/dev-lisp/cl-xml-psychiatrist/ChangeLog +++ b/dev-lisp/cl-xml-psychiatrist/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lisp/cl-xml-psychiatrist # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-xml-psychiatrist/ChangeLog,v 1.4 2005/05/24 18:48:37 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-xml-psychiatrist/ChangeLog,v 1.5 2005/11/02 20:21:25 genstef Exp $ + + 02 Nov 2005; Stefan Schweizer <genstef@gentoo.org> + cl-xml-psychiatrist-0.4.ebuild: + app-text/ghostscript -> virtual/ghostscript 24 May 2005; <mkennedy@gentoo.org> cl-xml-psychiatrist-0.4.ebuild: Keywording ~sparc diff --git a/dev-lisp/cl-xml-psychiatrist/cl-xml-psychiatrist-0.4.ebuild b/dev-lisp/cl-xml-psychiatrist/cl-xml-psychiatrist-0.4.ebuild index f69b85b7aee2..2884d7c18a14 100644 --- a/dev-lisp/cl-xml-psychiatrist/cl-xml-psychiatrist-0.4.ebuild +++ b/dev-lisp/cl-xml-psychiatrist/cl-xml-psychiatrist-0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-xml-psychiatrist/cl-xml-psychiatrist-0.4.ebuild,v 1.3 2005/05/24 18:48:37 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-xml-psychiatrist/cl-xml-psychiatrist-0.4.ebuild,v 1.4 2005/11/02 20:21:25 genstef Exp $ inherit common-lisp @@ -14,7 +14,7 @@ IUSE="doc" DEPEND="dev-lisp/cl-xmls dev-lisp/cl-ppcre - doc? ( dev-tex/latex2html app-text/ghostscript )" + doc? ( dev-tex/latex2html virtual/ghostscript )" CLPACKAGE=xml-psychiatrist |