From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Sdiay-0005ln-Bd for garchives@archives.gentoo.org; Sun, 10 Jun 2012 13:54:20 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6CA8E0330; Sun, 10 Jun 2012 13:54:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id A7A01E0330 for ; Sun, 10 Jun 2012 13:54:07 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EAD721B409B for ; Sun, 10 Jun 2012 13:54:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 8D7D0E542E for ; Sun, 10 Jun 2012 13:54:05 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1339336512.da29cf4bd0df5475616d7909d2d071f575fc9217.mgorny@gentoo> Subject: [gentoo-commits] dev/mgorny:master commit in: app-portage/repo-commit/ X-VCS-Repository: dev/mgorny X-VCS-Files: app-portage/repo-commit/repo-commit-9999.ebuild X-VCS-Directories: app-portage/repo-commit/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: da29cf4bd0df5475616d7909d2d071f575fc9217 X-VCS-Branch: master Date: Sun, 10 Jun 2012 13:54:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: e3c52010-8df4-46fc-a2ef-75c2cae67618 X-Archives-Hash: 05371870b7f2f47d1a80bdfd21ce6e63 commit: da29cf4bd0df5475616d7909d2d071f575fc9217 Author: Micha=C5=82 G=C3=B3rny gentoo org> AuthorDate: Sun Jun 10 13:55:12 2012 +0000 Commit: Micha=C5=82 G=C3=B3rny gentoo org> CommitDate: Sun Jun 10 13:55:12 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Ddev/mgorny.git;a=3D= commit;h=3Dda29cf4b app-portage/repo-commit: Depend on gentoolkit-dev only if repoman does no= t support writing ChangeLogs. (Portage version: 2.2.0_alpha110_p3/git/Linux x86_64, unsigned Manifest c= ommit) --- app-portage/repo-commit/repo-commit-9999.ebuild | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/app-portage/repo-commit/repo-commit-9999.ebuild b/app-portag= e/repo-commit/repo-commit-9999.ebuild index 15b7728..65a6608 100644 --- a/app-portage/repo-commit/repo-commit-9999.ebuild +++ b/app-portage/repo-commit/repo-commit-9999.ebuild @@ -23,7 +23,13 @@ SLOT=3D"0" KEYWORDS=3D"~amd64 ~x86" IUSE=3D"" =20 -RDEPEND=3D"app-portage/gentoolkit-dev +RDEPEND=3D" + || ( + >=3Dsys-apps/portage-2.2.0_alpha86 + ( >=3Dsys-apps/portage-2.1.10.30 +