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 687D91397E9 for ; Tue, 18 Aug 2015 20:20:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1595CE07F9; Tue, 18 Aug 2015 20:20:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AA018E07F9 for ; Tue, 18 Aug 2015 20:20:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 93FC3340784 for ; Tue, 18 Aug 2015 20:20:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4FD9A15F for ; Tue, 18 Aug 2015 20:20:53 +0000 (UTC) From: "Markus Meier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markus Meier" Message-ID: <1439929246.e98540362a3aad55e0b3f0e64c76622334ebfd89.maekke@gentoo> Subject: [gentoo-commits] dev/maekke:master commit in: scripts/ X-VCS-Repository: dev/maekke X-VCS-Files: scripts/rdep X-VCS-Directories: scripts/ X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: e98540362a3aad55e0b3f0e64c76622334ebfd89 X-VCS-Branch: master Date: Tue, 18 Aug 2015 20:20: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: 557bf7a8-b873-4766-a8ed-bafb29e9572c X-Archives-Hash: 94a0051882bfc94783e643b7ab250bbe commit: e98540362a3aad55e0b3f0e64c76622334ebfd89 Author: Markus Meier gentoo org> AuthorDate: Tue Aug 18 20:20:46 2015 +0000 Commit: Markus Meier gentoo org> CommitDate: Tue Aug 18 20:20:46 2015 +0000 URL: https://gitweb.gentoo.org/dev/maekke.git/commit/?id=e9854036 update to git gentoo repo Signed-off-by: Markus Meier gentoo.org> scripts/rdep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/rdep b/scripts/rdep index b2f9014..14c6f99 100755 --- a/scripts/rdep +++ b/scripts/rdep @@ -4,7 +4,7 @@ # (with USE-dep syntax) out, so your arch-testing tool # can emerge them. -REPODIR="${HOME}/cvs/gentoo-x86" +REPODIR="${HOME}/cvs/gentoo" BASE_URL="http://qa-reports.gentoo.org/output/genrdeps/dindex/" if [[ $# -ne 2 ]]; then