diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2022-09-16 08:33:04 -0400 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2022-09-16 08:37:01 -0400 |
commit | eb069d4823d9c1cbc10d8e2a7e83159784960601 (patch) | |
tree | 27b4a3e91540d6cf7dc14ac81abb29a44e1e1bb9 /dev-php/smarty | |
parent | www-client/seamonkey: 2.53.13: build fix (diff) | |
download | gentoo-eb069d4823d9c1cbc10d8e2a7e83159784960601.tar.gz gentoo-eb069d4823d9c1cbc10d8e2a7e83159784960601.tar.bz2 gentoo-eb069d4823d9c1cbc10d8e2a7e83159784960601.zip |
dev-php/smarty: stabilize 4.2.1 (ALLARCHES).
Bug: https://bugs.gentoo.org/870100
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'dev-php/smarty')
-rw-r--r-- | dev-php/smarty/smarty-4.2.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-php/smarty/smarty-4.2.1.ebuild b/dev-php/smarty/smarty-4.2.1.ebuild index d19caaedccde..882ec1a65927 100644 --- a/dev-php/smarty/smarty-4.2.1.ebuild +++ b/dev-php/smarty/smarty-4.2.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" # PHP unicode support is detected at runtime, and the cached templates # that smarty generates depend on it. If, later on, PHP is reinstalled |