From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1892A139694 for ; Sat, 24 Jun 2017 21:52:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 64CD4E0C9A; Sat, 24 Jun 2017 21:52:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 42037E0C9A for ; Sat, 24 Jun 2017 21:52:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B02D4341773 for ; Sat, 24 Jun 2017 21:52:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 784C57487 for ; Sat, 24 Jun 2017 21:52:17 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1498341130.37b264779c946b41661a90ee4bbcb807b62898d5.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/jbig2dec/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/jbig2dec/jbig2dec-0.13-r4.ebuild X-VCS-Directories: media-libs/jbig2dec/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 37b264779c946b41661a90ee4bbcb807b62898d5 X-VCS-Branch: master Date: Sat, 24 Jun 2017 21:52:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c9950ab9-0685-4405-a80f-57d07d2302f7 X-Archives-Hash: 87aaeeb2ad38004628cd19b6cb647cb6 commit: 37b264779c946b41661a90ee4bbcb807b62898d5 Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Jun 24 21:50:21 2017 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Jun 24 21:52:10 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37b26477 media-libs/jbig2dec: ia64 stable, bug #616464 Package-Manager: Portage-2.3.6, Repoman-2.3.2 media-libs/jbig2dec/jbig2dec-0.13-r4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/jbig2dec/jbig2dec-0.13-r4.ebuild b/media-libs/jbig2dec/jbig2dec-0.13-r4.ebuild index 4d284c3eba3..2f33fa72bbe 100644 --- a/media-libs/jbig2dec/jbig2dec-0.13-r4.ebuild +++ b/media-libs/jbig2dec/jbig2dec-0.13-r4.ebuild @@ -10,7 +10,7 @@ SRC_URI="http://downloads.ghostscript.com/public/${PN}/${P}.tar.gz LICENSE="AGPL-3" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x86-solaris" IUSE="png static-libs test" RDEPEND="png? ( media-libs/libpng:0= )"