diff options
author | Michael Palimaka <kensington@gentoo.org> | 2016-10-29 01:33:00 +1100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2016-10-29 01:35:04 +1100 |
commit | d37569c33345da3de3d2d621b18ccfa248af99c2 (patch) | |
tree | 95fc270e687e8babe9d06d6453cb4c09bc9d2db2 /dev-libs/qoauth | |
parent | www-client/qupzilla: metadata whitespace (diff) | |
download | gentoo-d37569c33345da3de3d2d621b18ccfa248af99c2.tar.gz gentoo-d37569c33345da3de3d2d621b18ccfa248af99c2.tar.bz2 gentoo-d37569c33345da3de3d2d621b18ccfa248af99c2.zip |
dev-libs/qoauth: drop ppc64 to testing
Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-libs/qoauth')
-rw-r--r-- | dev-libs/qoauth/qoauth-1.0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/qoauth/qoauth-1.0.1.ebuild b/dev-libs/qoauth/qoauth-1.0.1.ebuild index 045e0479ecd9..7e6cf33b06d6 100644 --- a/dev-libs/qoauth/qoauth-1.0.1.ebuild +++ b/dev-libs/qoauth/qoauth-1.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ SRC_URI="http://files.ayoy.net/qoauth/release/${PV}/src/${P}-src.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86" +KEYWORDS="amd64 ppc ~ppc64 x86" IUSE="debug doc static-libs test" COMMON_DEPEND="app-crypt/qca:2[debug?,qt4(+)]" |