diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-11 14:33:51 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-11 14:36:28 +0300 |
commit | f68201533f10520645c4703c74f59ff75bbd013b (patch) | |
tree | 650dc27d09b652b0089c100c213d96fc695c519d /dev-php | |
parent | dev-php/sebastian-version: dekeyword ppc (diff) | |
download | gentoo-f68201533f10520645c4703c74f59ff75bbd013b.tar.gz gentoo-f68201533f10520645c4703c74f59ff75bbd013b.tar.bz2 gentoo-f68201533f10520645c4703c74f59ff75bbd013b.zip |
dev-php/smarty: dekeyword ppc
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/smarty/smarty-4.3.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/smarty/smarty-4.3.1.ebuild b/dev-php/smarty/smarty-4.3.1.ebuild index b84ccc12b9f3..f7121ab8553f 100644 --- a/dev-php/smarty/smarty-4.3.1.ebuild +++ b/dev-php/smarty/smarty-4.3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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="amd64 ~hppa ppc ppc64 sparc x86" +KEYWORDS="amd64 ~hppa ppc64 sparc x86" IUSE="doc examples" # PHP unicode support is detected at runtime, and the cached templates |