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 8D25F1381F3 for ; Tue, 4 Jun 2013 21:52:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B847E087F; Tue, 4 Jun 2013 21:52:09 +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 912CAE087F for ; Tue, 4 Jun 2013 21:52:08 +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 B176E33E2B4 for ; Tue, 4 Jun 2013 21:52:07 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2162) id 7CD522171D; Tue, 4 Jun 2013 21:52:06 +0000 (UTC) From: "Sebastien Fabbro (bicatali)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, bicatali@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-util/debootstrap: debootstrap-1.0.52.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: debootstrap-1.0.52.ebuild ChangeLog X-VCS-Directories: dev-util/debootstrap X-VCS-Committer: bicatali X-VCS-Committer-Name: Sebastien Fabbro Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130604215206.7CD522171D@flycatcher.gentoo.org> Date: Tue, 4 Jun 2013 21:52:06 +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: 0311d0e5-c254-41be-a8fd-53e7b637066f X-Archives-Hash: b1c08c1a32df4feee66688e93e5e7b1a bicatali 13/06/04 21:52:06 Modified: debootstrap-1.0.52.ebuild ChangeLog Log: Keyword amd64-linux and x86-linux (Portage version: 2.2.01.21938-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360) Revision Changes Path 1.2 dev-util/debootstrap/debootstrap-1.0.52.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.52.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.52.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.52.ebuild?r1=1.1&r2=1.2 Index: debootstrap-1.0.52.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.52.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- debootstrap-1.0.52.ebuild 23 May 2013 03:18:33 -0000 1.1 +++ debootstrap-1.0.52.ebuild 4 Jun 2013 21:52:06 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.52.ebuild,v 1.1 2013/05/23 03:18:33 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.52.ebuild,v 1.2 2013/06/04 21:52:06 bicatali Exp $ EAPI=5 inherit eutils @@ -12,7 +12,7 @@ LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="" RDEPEND=" 1.221 dev-util/debootstrap/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/debootstrap/ChangeLog?rev=1.221&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/debootstrap/ChangeLog?rev=1.221&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/debootstrap/ChangeLog?r1=1.220&r2=1.221 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/debootstrap/ChangeLog,v retrieving revision 1.220 retrieving revision 1.221 diff -u -r1.220 -r1.221 --- ChangeLog 23 May 2013 03:18:33 -0000 1.220 +++ ChangeLog 4 Jun 2013 21:52:06 -0000 1.221 @@ -1,6 +1,9 @@ # ChangeLog for dev-util/debootstrap # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/ChangeLog,v 1.220 2013/05/23 03:18:33 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/ChangeLog,v 1.221 2013/06/04 21:52:06 bicatali Exp $ + + 04 Jun 2013; Sébastien Fabbro debootstrap-1.0.52.ebuild: + Keyword amd64-linux and x86-linux *debootstrap-1.0.52 (23 May 2013)