diff options
author | Hans de Graaff <graaff@gentoo.org> | 2007-07-22 08:00:34 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2007-07-22 08:00:34 +0000 |
commit | 0bc92689a2ba1807bc659d3a67584a2b37499b65 (patch) | |
tree | 9db90c98d67c68743d3f5b8107c3b32b805b85e0 /dev-lisp | |
parent | Remove virtual/x11 dep. (diff) | |
download | gentoo-2-0bc92689a2ba1807bc659d3a67584a2b37499b65.tar.gz gentoo-2-0bc92689a2ba1807bc659d3a67584a2b37499b65.tar.bz2 gentoo-2-0bc92689a2ba1807bc659d3a67584a2b37499b65.zip |
Drop virtual/x11 references.
(Portage version: 2.1.2.9)
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/xlispstat/ChangeLog | 7 | ||||
-rw-r--r-- | dev-lisp/xlispstat/xlispstat-3.52.20.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-lisp/xlispstat/ChangeLog b/dev-lisp/xlispstat/ChangeLog index 4c42d50facbb..5ed7398111b5 100644 --- a/dev-lisp/xlispstat/ChangeLog +++ b/dev-lisp/xlispstat/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lisp/xlispstat -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/xlispstat/ChangeLog,v 1.3 2006/02/13 21:08:58 mkennedy Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/xlispstat/ChangeLog,v 1.4 2007/07/22 08:00:34 graaff Exp $ + + 22 Jul 2007; Hans de Graaff <graaff@gentoo.org> xlispstat-3.52.20.ebuild: + Drop virtual/x11 references. 13 Feb 2006; Matthew Kennedy <mkennedy@gentoo.org> xlispstat-3.52.20.ebuild: diff --git a/dev-lisp/xlispstat/xlispstat-3.52.20.ebuild b/dev-lisp/xlispstat/xlispstat-3.52.20.ebuild index 10f8c4a3d2ea..d1a4bee82aa4 100644 --- a/dev-lisp/xlispstat/xlispstat-3.52.20.ebuild +++ b/dev-lisp/xlispstat/xlispstat-3.52.20.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/xlispstat/xlispstat-3.52.20.ebuild,v 1.3 2006/02/13 21:08:58 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/xlispstat/xlispstat-3.52.20.ebuild,v 1.4 2007/07/22 08:00:34 graaff Exp $ DESCRIPTION="XLISP-STAT is a statistical environment based on a dialect of the Lisp language called XLISP." HOMEPAGE="http://www.stat.uiowa.edu/~luke/xls/xlsinfo/xlsinfo.html" @@ -9,7 +9,7 @@ LICENSE="BSD" SLOT="0" KEYWORDS="~x86" IUSE="X" -DEPEND="X? ( || ( x11-libs/libX11 virtual/x11 ) )" +DEPEND="X? ( x11-libs/libX11 )" S=${WORKDIR}/${P//./-} |