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 C15E813825A for ; Mon, 16 May 2016 16:20:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 704E4E085A; Mon, 16 May 2016 16:20:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 24570E085A for ; Mon, 16 May 2016 16:20:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E6AE1340CE1 for ; Mon, 16 May 2016 16:20:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1D2E7969 for ; Mon, 16 May 2016 16:20:17 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1463415282.c109c1592ce8d14b492facfaa9b521fa5ad1b1e7.dolsen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/repoman/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/repoman/repoman-2.3.0_rc1-r1.ebuild app-portage/repoman/repoman-2.3.0_rc1.ebuild X-VCS-Directories: app-portage/repoman/ X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: c109c1592ce8d14b492facfaa9b521fa5ad1b1e7 X-VCS-Branch: master Date: Mon, 16 May 2016 16:20:17 +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: 47ed58a5-cf01-4123-9d64-a97893ec4a7b X-Archives-Hash: 91aee65e1a16679defaf97955e9b11a3 commit: c109c1592ce8d14b492facfaa9b521fa5ad1b1e7 Author: Brian Dolbec gentoo org> AuthorDate: Mon May 16 16:14:09 2016 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Mon May 16 16:14:42 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c109c159 app-portage/repoman: Bump, add missed lxml dep Package-Manager: portage-2.3.0_rc1 .../repoman/{repoman-2.3.0_rc1.ebuild => repoman-2.3.0_rc1-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/app-portage/repoman/repoman-2.3.0_rc1.ebuild b/app-portage/repoman/repoman-2.3.0_rc1-r1.ebuild similarity index 99% rename from app-portage/repoman/repoman-2.3.0_rc1.ebuild rename to app-portage/repoman/repoman-2.3.0_rc1-r1.ebuild index 2c5a3df..fda70fd 100644 --- a/app-portage/repoman/repoman-2.3.0_rc1.ebuild +++ b/app-portage/repoman/repoman-2.3.0_rc1-r1.ebuild @@ -26,6 +26,7 @@ DEPEND="dev-lang/python-exec:2" RDEPEND=" dev-lang/python-exec:2 !=dev-python/lxml-3.6.0 " SRC_ARCHIVES="https://dev.gentoo.org/~dolsen/releases/repoman"