From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 11B151384B4 for ; Wed, 18 Nov 2015 10:33:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D97B2E079E; Wed, 18 Nov 2015 10:33:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8CF66E079E for ; Wed, 18 Nov 2015 10:33:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 695FE3406A7 for ; Wed, 18 Nov 2015 10:33:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 872B41A8 for ; Wed, 18 Nov 2015 10:33:18 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1447842790.f889d87a20f223729ef5eb84f61d1b031196af94.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libgadu/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libgadu/libgadu-1.12.1.ebuild X-VCS-Directories: net-libs/libgadu/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: f889d87a20f223729ef5eb84f61d1b031196af94 X-VCS-Branch: master Date: Wed, 18 Nov 2015 10:33:18 +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: b3861c38-89e2-440f-a96e-c1ee2810cc89 X-Archives-Hash: 37c71fe709a43001ec27855cef9d9e3e commit: f889d87a20f223729ef5eb84f61d1b031196af94 Author: Agostino Sarubbo gentoo org> AuthorDate: Wed Nov 18 10:33:10 2015 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Wed Nov 18 10:33:10 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f889d87a net-libs/libgadu: ia64 stable wrt bug #528240 Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="ia64" net-libs/libgadu/libgadu-1.12.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/libgadu/libgadu-1.12.1.ebuild b/net-libs/libgadu/libgadu-1.12.1.ebuild index ab1b728..13dfd99 100644 --- a/net-libs/libgadu/libgadu-1.12.1.ebuild +++ b/net-libs/libgadu/libgadu-1.12.1.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="http://toxygen.net/libgadu/" SRC_URI="https://github.com/wojtekka/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-2.1" -KEYWORDS="amd64 arm ~mips ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="amd64 arm ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos" SLOT="0" IUSE="doc gnutls ssl static-libs test threads"