From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 11EF159CA9 for ; Sun, 27 Mar 2016 10:22:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 55AEFE0874; Sun, 27 Mar 2016 10:22:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F394EE0874 for ; Sun, 27 Mar 2016 10:22:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0743D340C57 for ; Sun, 27 Mar 2016 10:22:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2F342865 for ; Sun, 27 Mar 2016 10:22:00 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1459074112.6e091ac6b4b012ea1d072c1714778d71ef55c9cd.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libdbusmenu-qt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libdbusmenu-qt/libdbusmenu-qt-0.9.3_pre20140619-r1.ebuild X-VCS-Directories: dev-libs/libdbusmenu-qt/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 6e091ac6b4b012ea1d072c1714778d71ef55c9cd X-VCS-Branch: master Date: Sun, 27 Mar 2016 10:22:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d6f12bdf-8c90-484f-bb29-04f6f8c7b07b X-Archives-Hash: 869baff4bb87dfa7f256c8a15db6492c commit: 6e091ac6b4b012ea1d072c1714778d71ef55c9cd Author: Agostino Sarubbo gentoo org> AuthorDate: Sun Mar 27 10:21:52 2016 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Sun Mar 27 10:21:52 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e091ac6 dev-libs/libdbusmenu-qt: ppc stable wrt bug #568150 Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo gentoo.org> dev-libs/libdbusmenu-qt/libdbusmenu-qt-0.9.3_pre20140619-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/libdbusmenu-qt/libdbusmenu-qt-0.9.3_pre20140619-r1.ebuild b/dev-libs/libdbusmenu-qt/libdbusmenu-qt-0.9.3_pre20140619-r1.ebuild index 3266756..b32b628 100644 --- a/dev-libs/libdbusmenu-qt/libdbusmenu-qt-0.9.3_pre20140619-r1.ebuild +++ b/dev-libs/libdbusmenu-qt/libdbusmenu-qt-0.9.3_pre20140619-r1.ebuild @@ -12,14 +12,14 @@ inherit multibuild multilib virtualx ${BZR_ECLASS} cmake-multilib DESCRIPTION="A library providing Qt implementation of DBusMenu specification" HOMEPAGE="https://launchpad.net/libdbusmenu-qt/" if [[ ${PV} == 9999* ]] ; then - KEYWORDS="ppc64 x86" + KEYWORDS="ppc ppc64 x86" else MY_PV=${PV/_pre/+14.10.} SRC_URI="https://launchpad.net/ubuntu/+archive/primary/+files/${PN}_${MY_PV}.orig.tar.gz" # upstream has no permissions to use some kde written code so repack git # repo every time #SRC_URI="https://dev.gentoo.org/~scarabeus/${P}.tar.xz" - KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" + KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" PATCHES=( "${FILESDIR}/${P}-optionaltests.patch" ) fi