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 1RCfyn-000683-3s for garchives@archives.gentoo.org; Sat, 08 Oct 2011 23:06:53 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 301AA21C0C9; Sat, 8 Oct 2011 23:06:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 02D6521C0C9 for ; Sat, 8 Oct 2011 23:06:44 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 78D981B4031 for ; Sat, 8 Oct 2011 23:06:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 8433980042 for ; Sat, 8 Oct 2011 23:06:43 +0000 (UTC) From: "Markus Meier" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markus Meier" Message-ID: <0143ad6398e2c037dd757c8609ea97509eed358e.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: 0143ad6398e2c037dd757c8609ea97509eed358e Date: Sat, 8 Oct 2011 23:06:43 +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: X-Archives-Hash: d5f35acde339da0f43ab3ec61cd9b0cb commit: 0143ad6398e2c037dd757c8609ea97509eed358e Author: Markus Meier gentoo org> AuthorDate: Sat Oct 8 23:05:00 2011 +0000 Commit: Markus Meier gentoo org> CommitDate: Sat Oct 8 23:05:00 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Ddev/maekke.git;a=3D= commit;h=3D0143ad63 remove leading =3D from package output --- scripts/rdep | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/scripts/rdep b/scripts/rdep index 8013181..cc66630 100755 --- a/scripts/rdep +++ b/scripts/rdep @@ -73,7 +73,7 @@ for p in $(grep -v '^[B]' ${tmp}); do ${ebuild} | wc -l) =3D=3D 1 ]]; then slot=3D$(portageq metadata / ebuild ${cpv} SLOT) if [[ ${last_pn} !=3D ${category}/${pn}:${slot} ]]; then - [[ -z ${use} ]] && echo "=3D${category}/${pn}:${slot}" || echo "=3D${= category}/${pn}:${slot}[${use}]" + [[ -z ${use} ]] && echo "${category}/${pn}:${slot}" || echo "${catego= ry}/${pn}:${slot}[${use}]" fi last_pn=3D"${category}/${pn}:${slot}" fi