diff options
author | Brian Evans <grknight@gentoo.org> | 2021-01-07 16:19:55 -0500 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2021-01-07 16:19:55 -0500 |
commit | ae4da4ee25fe6789f0189e1b31dc4de2d6fb9d11 (patch) | |
tree | 3c6b2711a24703dc2a77d25ea8bc2a8b8df2fe1e /dev-php | |
parent | profiles: Mask PHP 7.2 and packages that depend on it exclusively (diff) | |
download | gentoo-ae4da4ee25fe6789f0189e1b31dc4de2d6fb9d11.tar.gz gentoo-ae4da4ee25fe6789f0189e1b31dc4de2d6fb9d11.tar.bz2 gentoo-ae4da4ee25fe6789f0189e1b31dc4de2d6fb9d11.zip |
dev-php/sebastian-object-reflector: Really mark as ALLARCHES
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/sebastian-object-reflector/sebastian-object-reflector-1.1.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-php/sebastian-object-reflector/sebastian-object-reflector-1.1.1.ebuild b/dev-php/sebastian-object-reflector/sebastian-object-reflector-1.1.1.ebuild index aa39559702b3..fc8ff64226f6 100644 --- a/dev-php/sebastian-object-reflector/sebastian-object-reflector-1.1.1.ebuild +++ b/dev-php/sebastian-object-reflector/sebastian-object-reflector-1.1.1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/sebastianbergmann/${MY_PN}/archive/${PV}.tar.gz -> $ LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc x86" +KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~s390 sparc x86" IUSE="" S="${WORKDIR}/${MY_PN}-${PV}" |