diff options
author | Sam James <sam@gentoo.org> | 2021-01-07 20:10:28 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-07 20:11:05 +0000 |
commit | b0f87b9f02ccd487a58289573fc7b9a61248685e (patch) | |
tree | 833413f40384a588da983283296e46f1d1c00320 /dev-php | |
parent | dev-php/PHP_Timer: Stabilize 2.1.2-r1 ALLARCHES, #764362 (diff) | |
download | gentoo-b0f87b9f02ccd487a58289573fc7b9a61248685e.tar.gz gentoo-b0f87b9f02ccd487a58289573fc7b9a61248685e.tar.bz2 gentoo-b0f87b9f02ccd487a58289573fc7b9a61248685e.zip |
dev-php/doctrine-instantiator: Stabilize 1.3.1 ALLARCHES, #764362
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/doctrine-instantiator/doctrine-instantiator-1.3.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/doctrine-instantiator/doctrine-instantiator-1.3.1.ebuild b/dev-php/doctrine-instantiator/doctrine-instantiator-1.3.1.ebuild index 6b79666dab62..32e5559d8548 100644 --- a/dev-php/doctrine-instantiator/doctrine-instantiator-1.3.1.ebuild +++ b/dev-php/doctrine-instantiator/doctrine-instantiator-1.3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/doctrine/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.g LICENSE="MIT" 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}" |