commit: 22698477ff3fcda2358dda83fbada49356938de2 Author: Michael Weber <xmw <AT> gentoo <DOT> org> AuthorDate: Sat Apr 1 12:38:09 2017 +0000 Commit: Michael Weber <xmw <AT> gentoo <DOT> org> CommitDate: Sat Apr 1 12:38:09 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22698477
dev-php/PEAR-Text_Password: add ~ppc64 keyword (bug 574264). Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-php/PEAR-Text_Password/PEAR-Text_Password-1.2.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-php/PEAR-Text_Password/PEAR-Text_Password-1.2.1.ebuild b/dev-php/PEAR-Text_Password/PEAR-Text_Password-1.2.1.ebuild index 19f6fb9e2fa..ac9ef926753 100644 --- a/dev-php/PEAR-Text_Password/PEAR-Text_Password-1.2.1.ebuild +++ b/dev-php/PEAR-Text_Password/PEAR-Text_Password-1.2.1.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="http://pear.php.net/package/${MY_PN}" SRC_URI="http://download.pear.php.net/package/${MY_P}.tgz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ppc64 ~x86" IUSE="test" RDEPEND="dev-lang/php:*"