Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/smarty/
Date: Sun, 10 Mar 2019 22:17:45
Message-Id: 1552256213.fb2ba78f6fcba4ec59bd01ddc1ac98298c695b38.slyfox@gentoo
1 commit: fb2ba78f6fcba4ec59bd01ddc1ac98298c695b38
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 10 22:16:14 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 10 22:16:53 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb2ba78f
7
8 dev-php/smarty: stable 3.1.33 for ia64, bug #666440
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 RepoMan-Options: --include-arches="ia64"
12 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
13
14 dev-php/smarty/smarty-3.1.33.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-php/smarty/smarty-3.1.33.ebuild b/dev-php/smarty/smarty-3.1.33.ebuild
18 index 930a87c95ae..0132e71c82b 100644
19 --- a/dev-php/smarty/smarty-3.1.33.ebuild
20 +++ b/dev-php/smarty/smarty-3.1.33.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/smarty-php/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
28
29 LICENSE="LGPL-3"
30 SLOT="0"
31 -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
32 +KEYWORDS="~alpha ~amd64 ~hppa ia64 ~ppc ~ppc64 ~sparc ~x86"
33 IUSE="doc"
34
35 BDEPEND="doc? ( app-arch/unzip )"