diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-12-18 12:10:38 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-12-18 12:10:38 +0000 |
commit | a8152169d9ecd02194ef495c6677ff461bd34886 (patch) | |
tree | 6adf7e3d6b9a89bff177d87c8a36b05f70e63a17 /sci-mathematics/nauty | |
parent | Stable on amd64 wrt bug #348576 (diff) | |
download | gentoo-2-a8152169d9ecd02194ef495c6677ff461bd34886.tar.gz gentoo-2-a8152169d9ecd02194ef495c6677ff461bd34886.tar.bz2 gentoo-2-a8152169d9ecd02194ef495c6677ff461bd34886.zip |
Stable on amd64 wrt bug #348636
(Portage version: 2.1.9.25/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics/nauty')
-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 a718ae354e7c..14065e118521 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.2 2010/12/16 08:49:38 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/nauty/ChangeLog,v 1.3 2010/12/18 12:10:38 hwoarang Exp $ + + 18 Dec 2010; Markos Chandras <hwoarang@gentoo.org> nauty-2.4.2.ebuild: + Stable on amd64 wrt bug #348636 16 Dec 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> nauty-2.4.2.ebuild: x86 stable wrt bug #348636 diff --git a/sci-mathematics/nauty/nauty-2.4.2.ebuild b/sci-mathematics/nauty/nauty-2.4.2.ebuild index e3f1404512f3..812f9f38e94a 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.2 2010/12/16 08:49:38 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/nauty/nauty-2.4.2.ebuild,v 1.3 2010/12/18 12:10:38 hwoarang 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}" |