From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3D6C7139694 for ; Sun, 26 Mar 2017 19:54:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AB475234077; Sun, 26 Mar 2017 19:54:00 +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 86083234079 for ; Sun, 26 Mar 2017 19:54:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ADA11341673 for ; Sun, 26 Mar 2017 19:53:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2E4EF73E6 for ; Sun, 26 Mar 2017 19:53:57 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1490557981.a615d4058963a4956e12dc14a9eaa57861bcefa2.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/myclabs-deepcopy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/myclabs-deepcopy/myclabs-deepcopy-1.6.0.ebuild X-VCS-Directories: dev-php/myclabs-deepcopy/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: a615d4058963a4956e12dc14a9eaa57861bcefa2 X-VCS-Branch: master Date: Sun, 26 Mar 2017 19:53:57 +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: d24670be-8649-432a-acfd-b02b150f05cd X-Archives-Hash: 2bb787d394908d32b9cf8aa2ed2facfa commit: a615d4058963a4956e12dc14a9eaa57861bcefa2 Author: Jeroen Roovers gentoo org> AuthorDate: Sun Mar 26 19:40:34 2017 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sun Mar 26 19:53:01 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a615d405 dev-php/myclabs-deepcopy: Mark ~hppa (bug #589104). Package-Manager: Portage-2.3.5, Repoman-2.3.2 RepoMan-Options: --ignore-arches dev-php/myclabs-deepcopy/myclabs-deepcopy-1.6.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-php/myclabs-deepcopy/myclabs-deepcopy-1.6.0.ebuild b/dev-php/myclabs-deepcopy/myclabs-deepcopy-1.6.0.ebuild index ce92ad16528..6b65a2ddb41 100644 --- a/dev-php/myclabs-deepcopy/myclabs-deepcopy-1.6.0.ebuild +++ b/dev-php/myclabs-deepcopy/myclabs-deepcopy-1.6.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/myclabs/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~hppa ~x86" IUSE="" S="${WORKDIR}/${MY_PN}-${PV}"