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 5DF8E139694 for ; Sat, 17 Jun 2017 11:11:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0BCD62240DF; Sat, 17 Jun 2017 11:11:12 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 E0D102240D6 for ; Sat, 17 Jun 2017 11:11:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 C80653418E3 for ; Sat, 17 Jun 2017 11:11:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 20E6E748F for ; Sat, 17 Jun 2017 11:11:08 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1497697857.c68e2b55fcb8f9f0d961d677edba243b9503c6ea.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tex/latex-beamer/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-tex/latex-beamer/latex-beamer-3.41.ebuild X-VCS-Directories: dev-tex/latex-beamer/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: c68e2b55fcb8f9f0d961d677edba243b9503c6ea X-VCS-Branch: master Date: Sat, 17 Jun 2017 11:11:08 +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: 482428f3-f313-4d05-b883-fe7cc4145aaf X-Archives-Hash: 1e00dce4d4c80b93c35f1d6f54eb11f8 commit: c68e2b55fcb8f9f0d961d677edba243b9503c6ea Author: Alexis Ballier gentoo org> AuthorDate: Sat Jun 17 10:15:43 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Sat Jun 17 11:10:57 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c68e2b55 dev-tex/latex-beamer: keyword ~arm64 Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-tex/latex-beamer/latex-beamer-3.41.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-tex/latex-beamer/latex-beamer-3.41.ebuild b/dev-tex/latex-beamer/latex-beamer-3.41.ebuild index 1eb4e9848b9..6ba01c8c75d 100644 --- a/dev-tex/latex-beamer/latex-beamer-3.41.ebuild +++ b/dev-tex/latex-beamer/latex-beamer-3.41.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/josephwright/beamer/archive/v${PV}.tar.gz -> ${P}.ta LICENSE="GPL-2 FDL-1.2 LPPL-1.3c" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="doc examples" DEPEND="dev-texlive/texlive-latex"