From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (unknown [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B41541381F3 for ; Tue, 9 Jul 2013 23:05:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1897EE0BDD; Tue, 9 Jul 2013 22:51:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 598CFE0BC1 for ; Tue, 9 Jul 2013 22:51:05 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C7C7733F09B for ; Tue, 9 Jul 2013 18:58:54 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2342) id 8D3622171C; Tue, 9 Jul 2013 18:58:53 +0000 (UTC) From: "Mikle Kolyada (zlogene)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, zlogene@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in mail-filter/anubis: anubis-4.1.1-r1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: anubis-4.1.1-r1.ebuild ChangeLog X-VCS-Directories: mail-filter/anubis X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130709185853.8D3622171C@flycatcher.gentoo.org> Date: Tue, 9 Jul 2013 18:58:53 +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: a5befe54-670a-4eeb-8714-23dbddc6c368 X-Archives-Hash: 675061adeebd17f9c0381b7b3765c20d zlogene 13/07/09 18:58:53 Modified: anubis-4.1.1-r1.ebuild ChangeLog Log: add ~amd64 keyword wrt bug #476108 (Portage version: 2.1.12.2/cvs/Linux i686, signed Manifest commit with key 0xC42EB5D6) Revision Changes Path 1.2 mail-filter/anubis/anubis-4.1.1-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/anubis/anubis-4.1.1-r1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/anubis/anubis-4.1.1-r1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/anubis/anubis-4.1.1-r1.ebuild?r1=1.1&r2=1.2 Index: anubis-4.1.1-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/mail-filter/anubis/anubis-4.1.1-r1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- anubis-4.1.1-r1.ebuild 30 Oct 2012 09:46:15 -0000 1.1 +++ anubis-4.1.1-r1.ebuild 9 Jul 2013 18:58:53 -0000 1.2 @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/anubis/anubis-4.1.1-r1.ebuild,v 1.1 2012/10/30 09:46:15 eras Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/anubis/anubis-4.1.1-r1.ebuild,v 1.2 2013/07/09 18:58:53 zlogene Exp $ EAPI=4 inherit eutils autotools pam toolchain-funcs user @@ -12,7 +12,7 @@ LICENSE="GPL-2" SLOT="0" -KEYWORDS="~ppc ~x86" +KEYWORDS="~amd64 ~ppc ~x86" IUSE="crypt guile mysql postgres nls pam pcre sasl socks5 +gnutls tcpd test" RDEPEND="sys-libs/gdbm 1.22 mail-filter/anubis/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/anubis/ChangeLog?rev=1.22&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/anubis/ChangeLog?rev=1.22&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/anubis/ChangeLog?r1=1.21&r2=1.22 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/mail-filter/anubis/ChangeLog,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- ChangeLog 30 Oct 2012 09:46:15 -0000 1.21 +++ ChangeLog 9 Jul 2013 18:58:53 -0000 1.22 @@ -1,6 +1,9 @@ # ChangeLog for mail-filter/anubis -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/anubis/ChangeLog,v 1.21 2012/10/30 09:46:15 eras Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/mail-filter/anubis/ChangeLog,v 1.22 2013/07/09 18:58:53 zlogene Exp $ + + 09 Jul 2013; Mikle Kolyada anubis-4.1.1-r1.ebuild: + add ~amd64 keyword wrt bug #476108 *anubis-4.1.1-r1 (30 Oct 2012)