diff options
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/nauty/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/nauty/nauty-2.5.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-mathematics/nauty/ChangeLog b/sci-mathematics/nauty/ChangeLog index 6b6b9e7a9374..1ea5a095bce4 100644 --- a/sci-mathematics/nauty/ChangeLog +++ b/sci-mathematics/nauty/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/nauty # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/nauty/ChangeLog,v 1.7 2015/04/19 13:27:43 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/nauty/ChangeLog,v 1.8 2015/04/21 17:40:59 pacho Exp $ + + 21 Apr 2015; Pacho Ramos <pacho@gentoo.org> nauty-2.5.9.ebuild: + x86 stable wrt bug #542666 19 Apr 2015; Agostino Sarubbo <ago@gentoo.org> nauty-2.5.9.ebuild: Stable for amd64, wrt bug #542666 diff --git a/sci-mathematics/nauty/nauty-2.5.9.ebuild b/sci-mathematics/nauty/nauty-2.5.9.ebuild index ae2e45219cc3..faf431b7b5a9 100644 --- a/sci-mathematics/nauty/nauty-2.5.9.ebuild +++ b/sci-mathematics/nauty/nauty-2.5.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/nauty/nauty-2.5.9.ebuild,v 1.2 2015/04/19 13:27:43 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/nauty/nauty-2.5.9.ebuild,v 1.3 2015/04/21 17:40:59 pacho Exp $ EAPI=5 @@ -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}" |