Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/protobuf/
Date: Wed, 30 Sep 2020 18:13:56
Message-Id: 1601489621.07f8f8c0824a6da54df564b872511ff19540e7e1.slyfox@gentoo
1 commit: 07f8f8c0824a6da54df564b872511ff19540e7e1
2 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
3 AuthorDate: Wed Sep 30 16:26:57 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 30 18:13:41 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07f8f8c0
7
8 Revert "dev-libs/protobuf: stable 3.12.2 for hppa, bug #741272"
9
10 This reverts commit 5b62d927bcbea0c4ddf4ba42894add434ab86e8f.
11
12 This version doesn't even build on hppa, and was not the version I tested.
13
14 Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
15 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
16
17 dev-libs/protobuf/protobuf-3.12.2.ebuild | 2 +-
18 1 file changed, 1 insertion(+), 1 deletion(-)
19
20 diff --git a/dev-libs/protobuf/protobuf-3.12.2.ebuild b/dev-libs/protobuf/protobuf-3.12.2.ebuild
21 index 2bc0efa743d..c0cc23a4b75 100644
22 --- a/dev-libs/protobuf/protobuf-3.12.2.ebuild
23 +++ b/dev-libs/protobuf/protobuf-3.12.2.ebuild
24 @@ -22,7 +22,7 @@ fi
25
26 LICENSE="BSD"
27 SLOT="0/23"
28 -KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
29 +KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
30 IUSE="emacs examples static-libs test zlib"
31 RESTRICT="!test? ( test )"