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 1RlMo8-0002QL-Oa for garchives@archives.gentoo.org; Thu, 12 Jan 2012 15:43:17 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E11F1E049A; Thu, 12 Jan 2012 15:43:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B6AE3E049A for ; Thu, 12 Jan 2012 15:43:09 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 40E171B403D for ; Thu, 12 Jan 2012 15:43:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id AEDFC80044 for ; Thu, 12 Jan 2012 15:43:08 +0000 (UTC) From: "Alexey Shvetsov" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" Message-ID: <47835fbfd59f44883c24f85097cadbf66016ef19.alexxy@gentoo> Subject: [gentoo-commits] dev/alexxy:master commit in: dev-python/rtslib/ X-VCS-Repository: dev/alexxy X-VCS-Files: dev-python/rtslib/rtslib-9999.ebuild X-VCS-Directories: dev-python/rtslib/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: 47835fbfd59f44883c24f85097cadbf66016ef19 Date: Thu, 12 Jan 2012 15:43:08 +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: 93432f2e-dc0d-4a92-ab2c-db90de3938e4 X-Archives-Hash: 9090bdeced17c59e65ebd2686eea0fb8 commit: 47835fbfd59f44883c24f85097cadbf66016ef19 Author: Alexey Shvetsov gentoo org> AuthorDate: Thu Jan 12 15:42:52 2012 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Thu Jan 12 15:42:52 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Ddev/alexxy.git;a=3D= commit;h=3D47835fbf Fix typo (Portage version: 2.2.0_alpha84/git/Linux x86_64, unsigned Manifest commi= t) --- dev-python/rtslib/rtslib-9999.ebuild | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dev-python/rtslib/rtslib-9999.ebuild b/dev-python/rtslib/rts= lib-9999.ebuild index 3f88d2e..b4d7949 100644 --- a/dev-python/rtslib/rtslib-9999.ebuild +++ b/dev-python/rtslib/rtslib-9999.ebuild @@ -31,5 +31,5 @@ src_install() { distutils_src_install keepdir /var/target/fabric insinto /var/target/fabric - doins spec/*.spec + doins specs/*.spec }