diff options
author | Luis Francisco Araujo <araujo@gentoo.org> | 2006-12-18 08:25:22 +0000 |
---|---|---|
committer | Luis Francisco Araujo <araujo@gentoo.org> | 2006-12-18 08:25:22 +0000 |
commit | 186ca53cd1b4fcb3f7501f8dfa663eb656672038 (patch) | |
tree | 9a4a6fad4c05b0fe5909926161d424930678180e | |
parent | masked net-p2p/phex, see bug #119416 (diff) | |
download | gentoo-2-186ca53cd1b4fcb3f7501f8dfa663eb656672038.tar.gz gentoo-2-186ca53cd1b4fcb3f7501f8dfa663eb656672038.tar.bz2 gentoo-2-186ca53cd1b4fcb3f7501f8dfa663eb656672038.zip |
fixing modular x deps. bug #153200
(Portage version: 2.1.2_rc3-r6)
-rw-r--r-- | dev-lang/smalltalkx/ChangeLog | 7 | ||||
-rw-r--r-- | dev-lang/smalltalkx/files/digest-smalltalkx-5.2.6 | 4 | ||||
-rw-r--r-- | dev-lang/smalltalkx/smalltalkx-5.2.6.ebuild | 10 |
3 files changed, 14 insertions, 7 deletions
diff --git a/dev-lang/smalltalkx/ChangeLog b/dev-lang/smalltalkx/ChangeLog index f167ee94f5cf..b33358375c43 100644 --- a/dev-lang/smalltalkx/ChangeLog +++ b/dev-lang/smalltalkx/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/smalltalkx -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/smalltalkx/ChangeLog,v 1.7 2005/08/24 11:44:14 araujo Exp $ +# 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 $ + + 18 Dec 2006; Luis F. Araujo <araujo@gentoo.org> smalltalkx-5.2.6.ebuild: + Fixing bug #153200 *smalltalkx-5.2.6 (24 Aug 2005) diff --git a/dev-lang/smalltalkx/files/digest-smalltalkx-5.2.6 b/dev-lang/smalltalkx/files/digest-smalltalkx-5.2.6 index ef1bf54d0fdd..c56d6143863b 100644 --- a/dev-lang/smalltalkx/files/digest-smalltalkx-5.2.6 +++ b/dev-lang/smalltalkx/files/digest-smalltalkx-5.2.6 @@ -1,2 +1,6 @@ MD5 f8c99560122fc19d1483b3719f8b6abb smalltalkx-common-5.2.6.tgz 22208996 +RMD160 de211b3fdcbb5616a6f75332a4e7113acebee4a7 smalltalkx-common-5.2.6.tgz 22208996 +SHA256 5cbbdd9f0fbe019cb394c4587b6f3674a685e179eb8b8b91a4dacbe85747b410 smalltalkx-common-5.2.6.tgz 22208996 MD5 a7e1159ff4992f5b4259701ddda8c25d smalltalkx-linux-5.2.6.tgz 22176939 +RMD160 0bcd35dd4675e240543ea05e2e0de545fb55210a smalltalkx-linux-5.2.6.tgz 22176939 +SHA256 09a1c44be2c0e8a955f8d7342ec197d0bb88452cd3b8b1c1a304d10de9b87282 smalltalkx-linux-5.2.6.tgz 22176939 diff --git a/dev-lang/smalltalkx/smalltalkx-5.2.6.ebuild b/dev-lang/smalltalkx/smalltalkx-5.2.6.ebuild index e1c32881692b..a246c8e9e96a 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-2005 Gentoo Foundation +# Copyright 1999-2006 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.1 2005/08/24 11:44:14 araujo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/smalltalkx/smalltalkx-5.2.6.ebuild,v 1.2 2006/12/18 08:25:22 araujo 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" @@ -9,12 +9,12 @@ SRC_URI="mirror://gentoo/${PN}-common-${PV}.tgz LICENSE="as-is" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~x86 ~amd64" IUSE="doc" DEPEND="" -RDEPEND="virtual/libc - virtual/x11" +RDEPEND="( || ( x11-libs/libX11 + virtual/x11 ) )" S=${WORKDIR}/stx |