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 893461381F3 for ; Fri, 26 Jul 2013 08:00:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5B02BE098A; Fri, 26 Jul 2013 08:00:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BD563E098A for ; Fri, 26 Jul 2013 08:00:23 +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 CAE2233EA17 for ; Fri, 26 Jul 2013 08:00:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 40FE6E468F for ; Fri, 26 Jul 2013 08:00:21 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1374825604.f6e894cdd3f0f02c2d44fe1114ce03c6a60faebb.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: / X-VCS-Repository: proj/portage X-VCS-Files: Makefile X-VCS-Directories: / X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: f6e894cdd3f0f02c2d44fe1114ce03c6a60faebb X-VCS-Branch: master Date: Fri, 26 Jul 2013 08:00:21 +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: fa8e5ced-23a4-456a-985b-f8c730b29b7b X-Archives-Hash: 5a932545116973c42f69fadf0b81af71 commit: f6e894cdd3f0f02c2d44fe1114ce03c6a60faebb Author: Zac Medico gentoo org> AuthorDate: Fri Jul 26 08:00:04 2013 +0000 Commit: Zac Medico gentoo org> CommitDate: Fri Jul 26 08:00:04 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=f6e894cd Makefile: remove pysqlite2 workaround --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index e1c3a05..69c4404 100644 --- a/Makefile +++ b/Makefile @@ -51,8 +51,6 @@ docbook: epydoc: set -e; \ - # workaround for bug 282760 \ - touch "$(srcdir)/pym/pysqlite2.py"; \ env PYTHONPATH="$(PYTHONPATH)" epydoc \ -o "$(WORKDIR)/epydoc" \ --name $(PN) \