From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7496F139083 for ; Sat, 16 Dec 2017 15:42:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CEE15E0E0F; Sat, 16 Dec 2017 15:42:50 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A847AE0DFE for ; Sat, 16 Dec 2017 15:42:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8E9F233BF24 for ; Sat, 16 Dec 2017 15:42:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 23166AE85 for ; Sat, 16 Dec 2017 15:42:48 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1513438821.da8f9199dc30408540b7681aa12111561495618d.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/pybliographer/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/pybliographer/pybliographer-1.2.18.ebuild X-VCS-Directories: app-office/pybliographer/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: da8f9199dc30408540b7681aa12111561495618d X-VCS-Branch: master Date: Sat, 16 Dec 2017 15:42:48 +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: bb2f06b4-8051-44e0-9c2e-ba82f75954de X-Archives-Hash: ba4b3390b8136ac325947317cb36ba22 commit: da8f9199dc30408540b7681aa12111561495618d Author: Pacho Ramos gentoo org> AuthorDate: Sat Dec 16 15:19:58 2017 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat Dec 16 15:40:21 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da8f9199 app-office/pybliographer: Make repoman happier Package-Manager: Portage-2.3.18, Repoman-2.3.6 app-office/pybliographer/pybliographer-1.2.18.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-office/pybliographer/pybliographer-1.2.18.ebuild b/app-office/pybliographer/pybliographer-1.2.18.ebuild index 75923a1b485..db2f51439e8 100644 --- a/app-office/pybliographer/pybliographer-1.2.18.ebuild +++ b/app-office/pybliographer/pybliographer-1.2.18.ebuild @@ -5,7 +5,7 @@ EAPI=6 GNOME2_EAUTORECONF="yes" PYTHON_COMPAT=( python2_7 ) -inherit autotools gnome2 python-single-r1 +inherit gnome2 python-single-r1 DESCRIPTION="Pybliographer is a tool for working with bibliographic databases" HOMEPAGE="http://pybliographer.org/"