diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-11 14:34:04 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-11 14:36:29 +0300 |
commit | af983976892cc31161e28e095593ae6479a63c13 (patch) | |
tree | e17390b8fb0079a927b2f809a4af9c487bacaf42 | |
parent | dev-php/symfony-yaml: dekeyword ppc (diff) | |
download | gentoo-af983976892cc31161e28e095593ae6479a63c13.tar.gz gentoo-af983976892cc31161e28e095593ae6479a63c13.tar.bz2 gentoo-af983976892cc31161e28e095593ae6479a63c13.zip |
dev-php/Text_Template: dekeyword ppc
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r-- | dev-php/Text_Template/Text_Template-2.0.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/Text_Template/Text_Template-2.0.4.ebuild b/dev-php/Text_Template/Text_Template-2.0.4.ebuild index e3f1b1c85e5b..d5483d7d575b 100644 --- a/dev-php/Text_Template/Text_Template-2.0.4.ebuild +++ b/dev-php/Text_Template/Text_Template-2.0.4.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 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/sebastianbergmann/${MY_PN}/archive/${PV}.tar.gz -> $ LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 arm ~hppa ppc ppc64 ~s390 sparc x86" +KEYWORDS="amd64 arm ~hppa ppc64 ~s390 sparc x86" IUSE="" S="${WORKDIR}/${MY_PN}-${PV}" |