diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-07-06 08:07:32 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-07-06 08:07:32 +0000 |
commit | dc668c02e4dd66191744237cac4601601b950ce5 (patch) | |
tree | a2ee9878edbdcd03046ed1d2450b0b97b41f7dfa /sci-mathematics | |
parent | sci-libs/netcdf: Version 3* dropped, due to unfixed bfr overflow, #424976 (diff) | |
download | gentoo-2-dc668c02e4dd66191744237cac4601601b950ce5.tar.gz gentoo-2-dc668c02e4dd66191744237cac4601601b950ce5.tar.bz2 gentoo-2-dc668c02e4dd66191744237cac4601601b950ce5.zip |
sci-mathematics/unuran: Korrekt typo in keywords amd64 -> amd64-linux
(Portage version: 2.2.0_alpha116/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/unuran/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/unuran/unuran-1.8.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-mathematics/unuran/ChangeLog b/sci-mathematics/unuran/ChangeLog index 27083c2fe6e6..41ebc48cb6b5 100644 --- a/sci-mathematics/unuran/ChangeLog +++ b/sci-mathematics/unuran/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/unuran # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/unuran/ChangeLog,v 1.9 2012/07/06 00:40:29 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/unuran/ChangeLog,v 1.10 2012/07/06 08:07:32 jlec Exp $ + + 06 Jul 2012; Justin Lecher <jlec@gentoo.org> unuran-1.8.1.ebuild: + Korrekt typo in keywords amd64 -> amd64-linux 06 Jul 2012; Jeff Horelick <jdhore@gentoo.org> unuran-1.8.1.ebuild: marked x86 per bug 424739 diff --git a/sci-mathematics/unuran/unuran-1.8.1.ebuild b/sci-mathematics/unuran/unuran-1.8.1.ebuild index 652c5ac80359..f098ae528fb3 100644 --- a/sci-mathematics/unuran/unuran-1.8.1.ebuild +++ b/sci-mathematics/unuran/unuran-1.8.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/unuran/unuran-1.8.1.ebuild,v 1.6 2012/07/06 00:40:29 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/unuran/unuran-1.8.1.ebuild,v 1.7 2012/07/06 08:07:32 jlec Exp $ EAPI=4 @@ -12,7 +12,7 @@ SRC_URI="${HOMEPAGE}${P}.tar.gz" LICENSE="GPL-2" SLOT=0 -KEYWORDS="amd64 ~amd64 x86 ~x86-linux" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" IUSE="doc examples gsl prng +rngstreams static-libs" DEPEND=" |