diff options
author | David Seifert <soap@gentoo.org> | 2017-03-11 17:35:51 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-03-11 17:43:13 +0100 |
commit | dbbbd2531618d442315889b44c23c84a83b3f034 (patch) | |
tree | 74c395b257407a961a9b0f5323db0a0322e2d5e1 /sci-mathematics | |
parent | sci-mathematics/prng: Fix static-libs building (diff) | |
download | gentoo-dbbbd2531618d442315889b44c23c84a83b3f034.tar.gz gentoo-dbbbd2531618d442315889b44c23c84a83b3f034.tar.bz2 gentoo-dbbbd2531618d442315889b44c23c84a83b3f034.zip |
sci-mathematics/prng: Mark amd64 and x86 stable
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/prng/prng-3.0.2-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-mathematics/prng/prng-3.0.2-r2.ebuild b/sci-mathematics/prng/prng-3.0.2-r2.ebuild index 5eba1b129050..73e901ea3f8b 100644 --- a/sci-mathematics/prng/prng-3.0.2-r2.ebuild +++ b/sci-mathematics/prng/prng-3.0.2-r2.ebuild @@ -11,7 +11,7 @@ SRC_URI="${HOMEPAGE}${P}.tar.gz" LICENSE="GPL-2" SLOT=0 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" IUSE="doc examples static-libs" PATCHES=( |