diff options
author | Yuta Satoh <nigoro@gentoo.gr.jp> | 2015-08-22 21:01:14 +0900 |
---|---|---|
committer | Yuta Satoh <nigoro@gentoo.gr.jp> | 2015-08-22 21:01:14 +0900 |
commit | 62f1d0a7a1f24a8a69b3653c0f885766922ab1ac (patch) | |
tree | 9d0de0e946455b9f5d5f030a16154d8cc56d7be9 /profiles | |
parent | app-admin/testdisk: Fix incorrect slot-operators. (diff) | |
download | gentoo-62f1d0a7a1f24a8a69b3653c0f885766922ab1ac.tar.gz gentoo-62f1d0a7a1f24a8a69b3653c0f885766922ab1ac.tar.bz2 gentoo-62f1d0a7a1f24a8a69b3653c0f885766922ab1ac.zip |
profiles: FreeBSD 10.0 or later, python3 force set USE=threads on amd64-fbsd.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default/bsd/fbsd/amd64/10.1/package.use.force | 4 | ||||
-rw-r--r-- | profiles/default/bsd/fbsd/amd64/10.2/package.use.force | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/profiles/default/bsd/fbsd/amd64/10.1/package.use.force b/profiles/default/bsd/fbsd/amd64/10.1/package.use.force index 4229a8f0d9e1..c80eeb6fa690 100644 --- a/profiles/default/bsd/fbsd/amd64/10.1/package.use.force +++ b/profiles/default/bsd/fbsd/amd64/10.1/package.use.force @@ -1,4 +1,2 @@ # >=dev-lang/python-3.2 requires threads, #494744 -=dev-lang/python-3.2* threads -=dev-lang/python-3.3* threads - +=dev-lang/python-3* threads diff --git a/profiles/default/bsd/fbsd/amd64/10.2/package.use.force b/profiles/default/bsd/fbsd/amd64/10.2/package.use.force index 4229a8f0d9e1..c80eeb6fa690 100644 --- a/profiles/default/bsd/fbsd/amd64/10.2/package.use.force +++ b/profiles/default/bsd/fbsd/amd64/10.2/package.use.force @@ -1,4 +1,2 @@ # >=dev-lang/python-3.2 requires threads, #494744 -=dev-lang/python-3.2* threads -=dev-lang/python-3.3* threads - +=dev-lang/python-3* threads |