diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2007-07-22 06:58:17 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2007-07-22 06:58:17 +0000 |
commit | 147e48a8706aaa71816d22d7ef7ce9c85e039801 (patch) | |
tree | a920038cdf0f90a0a51b3f928a1029827e5eca63 /sci-mathematics/snns | |
parent | Drop virtual/x11 references. (diff) | |
download | gentoo-2-147e48a8706aaa71816d22d7ef7ce9c85e039801.tar.gz gentoo-2-147e48a8706aaa71816d22d7ef7ce9c85e039801.tar.bz2 gentoo-2-147e48a8706aaa71816d22d7ef7ce9c85e039801.zip |
Drop virtual/x11 references.
(Portage version: 2.1.3_rc8)
Diffstat (limited to 'sci-mathematics/snns')
-rw-r--r-- | sci-mathematics/snns/ChangeLog | 7 | ||||
-rw-r--r-- | sci-mathematics/snns/snns-4.2-r7.ebuild | 9 |
2 files changed, 8 insertions, 8 deletions
diff --git a/sci-mathematics/snns/ChangeLog b/sci-mathematics/snns/ChangeLog index e01f07bcfbe2..0f0fbd4d9d44 100644 --- a/sci-mathematics/snns/ChangeLog +++ b/sci-mathematics/snns/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/snns -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/snns/ChangeLog,v 1.11 2006/11/02 16:16:12 phosphan Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/snns/ChangeLog,v 1.12 2007/07/22 06:58:17 dberkholz Exp $ + + 22 Jul 2007; Donnie Berkholz <dberkholz@gentoo.org>; snns-4.2-r7.ebuild: + Drop virtual/x11 references. 02 Nov 2006; Patrick Kursawe <phosphan@gentoo.org> snns-4.2-r7.ebuild: Using correct Xaw3d includes now, bug #151053 diff --git a/sci-mathematics/snns/snns-4.2-r7.ebuild b/sci-mathematics/snns/snns-4.2-r7.ebuild index b77e3ce70a10..749cdd6fb8b6 100644 --- a/sci-mathematics/snns/snns-4.2-r7.ebuild +++ b/sci-mathematics/snns/snns-4.2-r7.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/sci-mathematics/snns/snns-4.2-r7.ebuild,v 1.7 2006/11/02 16:16:12 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/snns/snns-4.2-r7.ebuild,v 1.8 2007/07/22 06:58:17 dberkholz Exp $ inherit eutils python @@ -22,10 +22,7 @@ KEYWORDS="~amd64 ppc x86" SLOT="0" IUSE="X doc python" -DEPEND="X? ( || ( - x11-proto/xproto - <virtual/x11-7.0 - ) +DEPEND="X? ( x11-proto/xproto x11-libs/Xaw3d ) >=sys-apps/sed-4 python? ( >=dev-lang/python-2.3 )" |