diff options
author | Matt Turner <mattst88@gentoo.org> | 2011-08-02 05:49:20 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2011-08-02 05:49:20 +0000 |
commit | bceacbb8b12bff58d0d445356209e343a006bb74 (patch) | |
tree | 84fb4a8d2a45a7c1da0ba2a8e606aed9b3d6e95e /sci-mathematics/snns | |
parent | Renamed x11-libs/Xaw3d to x11-libs/libXaw3d. (diff) | |
download | gentoo-2-bceacbb8b12bff58d0d445356209e343a006bb74.tar.gz gentoo-2-bceacbb8b12bff58d0d445356209e343a006bb74.tar.bz2 gentoo-2-bceacbb8b12bff58d0d445356209e343a006bb74.zip |
Renamed x11-libs/Xaw3d to x11-libs/libXaw3d.
(Portage version: 2.1.10.3/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics/snns')
-rw-r--r-- | sci-mathematics/snns/ChangeLog | 7 | ||||
-rw-r--r-- | sci-mathematics/snns/snns-4.2-r8.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sci-mathematics/snns/ChangeLog b/sci-mathematics/snns/ChangeLog index 9c029965167e..0f08c3469204 100644 --- a/sci-mathematics/snns/ChangeLog +++ b/sci-mathematics/snns/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/snns -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/snns/ChangeLog,v 1.21 2010/08/14 08:38:24 xarthisius Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/snns/ChangeLog,v 1.22 2011/08/02 05:49:20 mattst88 Exp $ + + 02 Aug 2011; Matt Turner <mattst88@gentoo.org> snns-4.2-r8.ebuild: + Renamed x11-libs/Xaw3d to x11-libs/libXaw3d. 14 Aug 2010; Kacper Kowalik <xarthisius@gentoo.org> +files/4.2-ldflags.patch, snns-4.2-r8.ebuild: diff --git a/sci-mathematics/snns/snns-4.2-r8.ebuild b/sci-mathematics/snns/snns-4.2-r8.ebuild index 321f6bb97827..1bff02967e0b 100644 --- a/sci-mathematics/snns/snns-4.2-r8.ebuild +++ b/sci-mathematics/snns/snns-4.2-r8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/snns/snns-4.2-r8.ebuild,v 1.9 2010/08/14 08:38:24 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/snns/snns-4.2-r8.ebuild,v 1.10 2011/08/02 05:49:20 mattst88 Exp $ EAPI="3" PYTHON_DEPEND="python? 2" @@ -27,7 +27,7 @@ KEYWORDS="amd64 ppc x86" SLOT="0" IUSE="X doc python" -RDEPEND="X? ( x11-libs/Xaw3d )" +RDEPEND="X? ( x11-libs/libXaw3d )" DEPEND="${RDEPEND} X? ( x11-proto/xproto )" |