diff options
author | Hans de Graaff <graaff@gentoo.org> | 2007-07-22 10:50:23 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2007-07-22 10:50:23 +0000 |
commit | d5bb5113bbe606f00498a363a54745618da4e864 (patch) | |
tree | eadb8235b072f5c2229c92386fe12c2c4ddd2747 /dev-lang/smalltalkx | |
parent | Drop virtual/x11 dependency. (diff) | |
download | gentoo-2-d5bb5113bbe606f00498a363a54745618da4e864.tar.gz gentoo-2-d5bb5113bbe606f00498a363a54745618da4e864.tar.bz2 gentoo-2-d5bb5113bbe606f00498a363a54745618da4e864.zip |
Drop virtual/x11 references.
(Portage version: 2.1.2.9)
Diffstat (limited to 'dev-lang/smalltalkx')
-rw-r--r-- | dev-lang/smalltalkx/ChangeLog | 7 | ||||
-rw-r--r-- | dev-lang/smalltalkx/smalltalkx-5.2.6.ebuild | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/dev-lang/smalltalkx/ChangeLog b/dev-lang/smalltalkx/ChangeLog index b33358375c43..239bdcd7716c 100644 --- a/dev-lang/smalltalkx/ChangeLog +++ b/dev-lang/smalltalkx/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/smalltalkx -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/smalltalkx/ChangeLog,v 1.8 2006/12/18 08:25:22 araujo Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/smalltalkx/ChangeLog,v 1.9 2007/07/22 10:50:23 graaff Exp $ + + 22 Jul 2007; Hans de Graaff <graaff@gentoo.org> smalltalkx-5.2.6.ebuild: + Drop virtual/x11 references. 18 Dec 2006; Luis F. Araujo <araujo@gentoo.org> smalltalkx-5.2.6.ebuild: Fixing bug #153200 diff --git a/dev-lang/smalltalkx/smalltalkx-5.2.6.ebuild b/dev-lang/smalltalkx/smalltalkx-5.2.6.ebuild index a246c8e9e96a..b505d17740fb 100644 --- a/dev-lang/smalltalkx/smalltalkx-5.2.6.ebuild +++ b/dev-lang/smalltalkx/smalltalkx-5.2.6.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-lang/smalltalkx/smalltalkx-5.2.6.ebuild,v 1.2 2006/12/18 08:25:22 araujo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/smalltalkx/smalltalkx-5.2.6.ebuild,v 1.3 2007/07/22 10:50:23 graaff Exp $ DESCRIPTION="The non-commercial version of a complete implementation of the Smalltalk programming language and development environment" HOMEPAGE="http://www.exept.de/exept/english/Smalltalk/frame_uebersicht.html" @@ -13,8 +13,7 @@ KEYWORDS="~x86 ~amd64" IUSE="doc" DEPEND="" -RDEPEND="( || ( x11-libs/libX11 - virtual/x11 ) )" +RDEPEND="x11-libs/libX11" S=${WORKDIR}/stx |