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 C9DD21382C5 for ; Fri, 16 Feb 2018 20:39:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B2B7E0B1E; Fri, 16 Feb 2018 20:39:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 76140E0B18 for ; Fri, 16 Feb 2018 20:39:33 +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 C15E3335C58 for ; Fri, 16 Feb 2018 20:39:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EEEB9243 for ; Fri, 16 Feb 2018 20:39:28 +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: <1518813561.2ef08f0abdf2d0467a52d5942c2fa73cbb82f6b0.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/vte/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/vte/vte-0.48.4.ebuild X-VCS-Directories: x11-libs/vte/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 2ef08f0abdf2d0467a52d5942c2fa73cbb82f6b0 X-VCS-Branch: master Date: Fri, 16 Feb 2018 20:39:28 +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: c2366ce7-b7c0-4582-90d0-43c409409e79 X-Archives-Hash: 74efafabb5ce0887f28607409131acf0 commit: 2ef08f0abdf2d0467a52d5942c2fa73cbb82f6b0 Author: Sergei Trofimovich gentoo org> AuthorDate: Fri Feb 16 20:36:40 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Fri Feb 16 20:39:21 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ef08f0a x11-libs/vte: stable 0.48.4 for ia64, bug #631656 Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="ia64" x11-libs/vte/vte-0.48.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-libs/vte/vte-0.48.4.ebuild b/x11-libs/vte/vte-0.48.4.ebuild index a1c46ca0682..a50e8b6db3b 100644 --- a/x11-libs/vte/vte-0.48.4.ebuild +++ b/x11-libs/vte/vte-0.48.4.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="https://wiki.gnome.org/action/show/Apps/Terminal/VTE" LICENSE="LGPL-2+" SLOT="2.91" IUSE="+crypt debug glade +introspection vala vanilla" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-solaris ~x86-solaris" REQUIRED_USE="vala? ( introspection )" SRC_URI="${SRC_URI} !vanilla? ( https://dev.gentoo.org/~eva/distfiles/${PN}/${P}-command-notify.patch.xz )"