From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1J229m-0008PR-Pt for garchives@archives.gentoo.org; Tue, 11 Dec 2007 10:16:07 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.2/8.14.0) with SMTP id lBBAG4xX029490; Tue, 11 Dec 2007 10:16:04 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.14.2/8.14.0) with ESMTP id lBBAG3ZZ029465 for ; Tue, 11 Dec 2007 10:16:03 GMT Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 35CED64922 for ; Tue, 11 Dec 2007 10:16:02 +0000 (UTC) Received: from vapier by stork.gentoo.org with local (Exim 4.60) (envelope-from ) id 1J229R-0006s0-O5 for gentoo-commits@lists.gentoo.org; Tue, 11 Dec 2007 10:15:45 +0000 From: "Mike Frysinger (vapier)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, vapier@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/portage: portage-2.1.3.19.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: portage-2.1.3.19.ebuild X-VCS-Directories: sys-apps/portage X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: Sender: Mike Frysinger Date: Tue, 11 Dec 2007 10:15:45 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@gentoo.org X-Archives-Salt: 56282abd-4155-4020-b9af-10d69b99f923 X-Archives-Hash: 78782cde44f9b99022a05dbf0e0bbfa9 vapier 07/12/11 10:15:45 Modified: portage-2.1.3.19.ebuild Log: arm/s390/sh stable (Portage version: 2.1.4_rc9) Revision Changes Path 1.9 sys-apps/portage/portage-2.1.3.19.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/portage/portage-2.1.3.19.ebuild?rev=1.9&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/portage/portage-2.1.3.19.ebuild?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/portage/portage-2.1.3.19.ebuild?r1=1.8&r2=1.9 Index: portage-2.1.3.19.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.1.3.19.ebuild,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- portage-2.1.3.19.ebuild 19 Nov 2007 06:08:00 -0000 1.8 +++ portage-2.1.3.19.ebuild 11 Dec 2007 10:15:45 -0000 1.9 @@ -1,13 +1,13 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.1.3.19.ebuild,v 1.8 2007/11/19 06:08:00 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.1.3.19.ebuild,v 1.9 2007/12/11 10:15:45 vapier Exp $ inherit toolchain-funcs eutils flag-o-matic multilib DESCRIPTION="The Portage Package Management System. The primary package management and distribution system for Gentoo." HOMEPAGE="http://www.gentoo.org/proj/en/portage/index.xml" LICENSE="GPL-2" -KEYWORDS="alpha amd64 ~arm hppa ia64 ~m68k mips ppc ppc64 ~s390 ~sh sparc ~sparc-fbsd x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" PROVIDE="virtual/portage" SLOT="0" # USE_EXPAND_HIDDEN hides ELIBC and USERLAND expansions from emerge output (see make.conf.5). -- gentoo-commits@gentoo.org mailing list