mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-16 14:29:05 -07:00
20 lines
467 B
Bash
20 lines
467 B
Bash
# Copyright 1999-2024 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=6
|
|
|
|
inherit php-pear-r2
|
|
|
|
DESCRIPTION="An extremely powerful Tokenizer driven Template engine"
|
|
LICENSE="PHP-2.02"
|
|
SLOT="0"
|
|
KEYWORDS="amd64 ~hppa ppc64 sparc x86"
|
|
IUSE="minimal"
|
|
RDEPEND="!minimal? ( >=dev-php/PEAR-HTML_Javascript-1.1.0-r1
|
|
dev-php/PEAR-File_Gettext )"
|
|
|
|
src_prepare() {
|
|
local PATCHES=( "${FILESDIR}/${PV}-postrelease-fixes.patch" )
|
|
default
|
|
}
|