diff options
author | 2010-12-16 08:49:38 +0000 | |
---|---|---|
committer | 2010-12-16 08:49:38 +0000 | |
commit | e3adf85e07491e786b0a7821d684b4583f3f3d1c (patch) | |
tree | 4a4a2cb93bb9190809f5e9b7fa2b9f9adcc5ada0 /sci-mathematics | |
parent | Mask sci-chemistry/cyana for multilib as it depends on dev-lang/ifc (diff) | |
download | gentoo-2-e3adf85e07491e786b0a7821d684b4583f3f3d1c.tar.gz gentoo-2-e3adf85e07491e786b0a7821d684b4583f3f3d1c.tar.bz2 gentoo-2-e3adf85e07491e786b0a7821d684b4583f3f3d1c.zip |
x86 stable wrt bug #348636
(Portage version: 2.1.9.24/cvs/Linux i686)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/nauty/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/nauty/nauty-2.4.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-mathematics/nauty/ChangeLog b/sci-mathematics/nauty/ChangeLog index c35a6d423076..a718ae354e7c 100644 --- a/sci-mathematics/nauty/ChangeLog +++ b/sci-mathematics/nauty/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/nauty # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/nauty/ChangeLog,v 1.1 2010/10/24 15:48:32 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/nauty/ChangeLog,v 1.2 2010/12/16 08:49:38 phajdan.jr Exp $ + + 16 Dec 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> nauty-2.4.2.ebuild: + x86 stable wrt bug #348636 *nauty-2.4.2 (24 Oct 2010) diff --git a/sci-mathematics/nauty/nauty-2.4.2.ebuild b/sci-mathematics/nauty/nauty-2.4.2.ebuild index 8d629af0b619..e3f1404512f3 100644 --- a/sci-mathematics/nauty/nauty-2.4.2.ebuild +++ b/sci-mathematics/nauty/nauty-2.4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/nauty/nauty-2.4.2.ebuild,v 1.1 2010/10/24 15:48:32 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/nauty/nauty-2.4.2.ebuild,v 1.2 2010/12/16 08:49:38 phajdan.jr Exp $ EAPI="2" @@ -15,7 +15,7 @@ SRC_URI="http://cs.anu.edu.au/~bdm/${PN}/${PN}${MY_PV}.tar.gz" LICENSE="nauty" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" IUSE="" S="${WORKDIR}/${PN}${MY_PV}" |