Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/ptex/
Date: Sat, 25 May 2019 08:52:09
Message-Id: 1558774308.62d6cacafbbada34b561bfcf6d5319115ce600ae.zlogene@gentoo
1 commit: 62d6cacafbbada34b561bfcf6d5319115ce600ae
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 25 08:51:48 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sat May 25 08:51:48 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62d6caca
7
8 media-libs/ptex: amd64 stable wrt bug #639806
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.66, Repoman-2.3.11
12 RepoMan-Options: --include-arches="amd64"
13
14 media-libs/ptex/ptex-2.3.0.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/media-libs/ptex/ptex-2.3.0.ebuild b/media-libs/ptex/ptex-2.3.0.ebuild
18 index b3cec3d387b..ce1f9fd9c98 100644
19 --- a/media-libs/ptex/ptex-2.3.0.ebuild
20 +++ b/media-libs/ptex/ptex-2.3.0.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=6
27 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/wdas/ptex/archive/v${PV}.tar.gz -> ${P}.tar.gz"
28
29 LICENSE="BSD"
30 SLOT="0"
31 -KEYWORDS="~amd64 ~x86"
32 +KEYWORDS="amd64 ~x86"
33 IUSE="static-libs"
34
35 RDEPEND="sys-libs/zlib:="