diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-05-25 11:51:48 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-05-25 11:51:48 +0300 |
commit | 62d6cacafbbada34b561bfcf6d5319115ce600ae (patch) | |
tree | d65a66aef3cf9918bf777318340bfd2610120491 /media-libs/ptex | |
parent | media-libs/opensubdiv: amd64 stable wrt bug #639806 (diff) | |
download | gentoo-62d6cacafbbada34b561bfcf6d5319115ce600ae.tar.gz gentoo-62d6cacafbbada34b561bfcf6d5319115ce600ae.tar.bz2 gentoo-62d6cacafbbada34b561bfcf6d5319115ce600ae.zip |
media-libs/ptex: amd64 stable wrt bug #639806
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"
Diffstat (limited to 'media-libs/ptex')
-rw-r--r-- | media-libs/ptex/ptex-2.3.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/ptex/ptex-2.3.0.ebuild b/media-libs/ptex/ptex-2.3.0.ebuild index b3cec3d387bf..ce1f9fd9c98e 100644 --- a/media-libs/ptex/ptex-2.3.0.ebuild +++ b/media-libs/ptex/ptex-2.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/wdas/ptex/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="static-libs" RDEPEND="sys-libs/zlib:=" |