diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2018-03-20 09:14:52 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-03-20 09:14:52 +0000 |
commit | 6dd503fa6fcd6831b9ff69176f9cb1f3cd4201fc (patch) | |
tree | cae1570ea72dcef38ee7533e2a2283a1ce94e575 /dev-libs/check | |
parent | 43d9b447e2ef889b5c7b8b9b9f7030a1ca55fb7b (diff) | |
download | gentoo-6dd503fa6fcd6831b9ff69176f9cb1f3cd4201fc.tar.gz gentoo-6dd503fa6fcd6831b9ff69176f9cb1f3cd4201fc.tar.xz |
Revert "dev-libs/check: stable 0.12.0 for ppc, bug #644648"
This reverts commit 4c137a7e98c746ef020035e8c75e4a6a369906a3.
Lets sort out indeger division failures first.
Bug: https://bugs.gentoo.org/648920
Diffstat (limited to 'dev-libs/check')
-rw-r--r-- | dev-libs/check/check-0.12.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/check/check-0.12.0.ebuild b/dev-libs/check/check-0.12.0.ebuild index 8c07390682e..6fb0d04904d 100644 --- a/dev-libs/check/check-0.12.0.ebuild +++ b/dev-libs/check/check-0.12.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/lib${PN}/${PN}/archive/${PV}.tar.gz -> ${P}-github.t LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="static-libs subunit" RDEPEND=" |