diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2023-05-02 18:44:52 -0400 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2023-05-02 18:48:38 -0400 |
commit | 8ad99362e881785bbda7554d0b2fbefcbaa3c499 (patch) | |
tree | 55cb82d54500a5ad42276c707d4fc268032e48d2 /dev-php | |
parent | media-gfx/displaycal-py3: Fix doc install dir (diff) | |
download | gentoo-8ad99362e881785bbda7554d0b2fbefcbaa3c499.tar.gz gentoo-8ad99362e881785bbda7554d0b2fbefcbaa3c499.tar.bz2 gentoo-8ad99362e881785bbda7554d0b2fbefcbaa3c499.zip |
dev-php/smarty: stabilize 4.3.1 for ALLARCHES
Bug: https://bugs.gentoo.org/903620
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/smarty/smarty-4.3.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-php/smarty/smarty-4.3.1.ebuild b/dev-php/smarty/smarty-4.3.1.ebuild index 0c5a425bf052..b968f0fd2181 100644 --- a/dev-php/smarty/smarty-4.3.1.ebuild +++ b/dev-php/smarty/smarty-4.3.1.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://github.com/smarty-php/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="LGPL-3" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 sparc x86" IUSE="doc examples" # PHP unicode support is detected at runtime, and the cached templates |