Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/qoauth/
Date: Fri, 28 Oct 2016 14:35:17
Message-Id: 1477665304.d37569c33345da3de3d2d621b18ccfa248af99c2.kensington@gentoo
1 commit: d37569c33345da3de3d2d621b18ccfa248af99c2
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 28 14:33:00 2016 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 28 14:35:04 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d37569c3
7
8 dev-libs/qoauth: drop ppc64 to testing
9
10 Package-Manager: portage-2.3.2
11
12 dev-libs/qoauth/qoauth-1.0.1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-libs/qoauth/qoauth-1.0.1.ebuild b/dev-libs/qoauth/qoauth-1.0.1.ebuild
16 index 045e047..7e6cf33 100644
17 --- a/dev-libs/qoauth/qoauth-1.0.1.ebuild
18 +++ b/dev-libs/qoauth/qoauth-1.0.1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -12,7 +12,7 @@ SRC_URI="http://files.ayoy.net/qoauth/release/${PV}/src/${P}-src.tar.bz2"
26
27 LICENSE="LGPL-2.1"
28 SLOT="0"
29 -KEYWORDS="amd64 ppc ppc64 x86"
30 +KEYWORDS="amd64 ppc ~ppc64 x86"
31 IUSE="debug doc static-libs test"
32
33 COMMON_DEPEND="app-crypt/qca:2[debug?,qt4(+)]"