diff options
author | Michael Weber <xmw@gentoo.org> | 2017-03-31 12:26:15 +0200 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2017-03-31 12:29:36 +0200 |
commit | e2a939129159c61e0fcc4aaeb438d1ea134bf71a (patch) | |
tree | 803420a93bb7828a9a17e9b6f2b00194d9428810 /dev-php/Text_Template | |
parent | dev-php/PHP_TokenStream: add ~ppc64 keyword (bug 613766) (diff) | |
download | gentoo-e2a939129159c61e0fcc4aaeb438d1ea134bf71a.tar.gz gentoo-e2a939129159c61e0fcc4aaeb438d1ea134bf71a.tar.bz2 gentoo-e2a939129159c61e0fcc4aaeb438d1ea134bf71a.zip |
dev-php/Text_Template: add ~ppc64 keyword (bug 613766)
Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --include-arches="amd64 arm arm64 ppc ppc64"
Diffstat (limited to 'dev-php/Text_Template')
-rw-r--r-- | dev-php/Text_Template/Text_Template-1.2.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-php/Text_Template/Text_Template-1.2.1.ebuild b/dev-php/Text_Template/Text_Template-1.2.1.ebuild index 290e940c8ec7..51a953807301 100644 --- a/dev-php/Text_Template/Text_Template-1.2.1.ebuild +++ b/dev-php/Text_Template/Text_Template-1.2.1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/sebastianbergmann/${MY_PN}/archive/${PV}.tar.gz -> $ LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~hppa ~x86" +KEYWORDS="~amd64 ~hppa ~ppc64 ~x86" IUSE="" S="${WORKDIR}/${MY_PN}-${PV}" |