diff options
author | Michael Weber <xmw@gentoo.org> | 2017-03-31 12:26:51 +0200 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2017-03-31 12:29:50 +0200 |
commit | 9da4f9ed6409f9bbbaf2335165c9b2769264d294 (patch) | |
tree | f3621312aa834120bb912e1b35650ec4076b73a4 /dev-php/phpdocumentor-reflection-docblock | |
parent | dev-php/phpdocumentor-reflection-common: add ~ppc64 keyword (bug 613766) (diff) | |
download | gentoo-9da4f9ed6409f9bbbaf2335165c9b2769264d294.tar.gz gentoo-9da4f9ed6409f9bbbaf2335165c9b2769264d294.tar.bz2 gentoo-9da4f9ed6409f9bbbaf2335165c9b2769264d294.zip |
dev-php/phpdocumentor-reflection-docblock: 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/phpdocumentor-reflection-docblock')
-rw-r--r-- | dev-php/phpdocumentor-reflection-docblock/phpdocumentor-reflection-docblock-3.1.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-php/phpdocumentor-reflection-docblock/phpdocumentor-reflection-docblock-3.1.1.ebuild b/dev-php/phpdocumentor-reflection-docblock/phpdocumentor-reflection-docblock-3.1.1.ebuild index ae07d6c504b3..8f90825f1c8a 100644 --- a/dev-php/phpdocumentor-reflection-docblock/phpdocumentor-reflection-docblock-3.1.1.ebuild +++ b/dev-php/phpdocumentor-reflection-docblock/phpdocumentor-reflection-docblock-3.1.1.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/${MY_VENDOR}/${MY_PN}/archive/${PV}.tar.gz -> ${P}.t LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~hppa ~x86" +KEYWORDS="~amd64 ~hppa ~ppc64 ~x86" IUSE="" S="${WORKDIR}/${MY_PN}-${PV}" |