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 471A959CA3 for ; Wed, 9 Mar 2016 06:10:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B351421C032; Wed, 9 Mar 2016 06:10:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 489E021C032 for ; Wed, 9 Mar 2016 06:10:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 55977340AB6 for ; Wed, 9 Mar 2016 06:10:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D3703188 for ; Wed, 9 Mar 2016 06:10:04 +0000 (UTC) From: "Sergey Popov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergey Popov" Message-ID: <1457503797.1be1c76dac1919d3e02a7a415162034f41df4013.pinkbyte@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/fb2edit/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/fb2edit/fb2edit-0.0.9.ebuild X-VCS-Directories: app-editors/fb2edit/ X-VCS-Committer: pinkbyte X-VCS-Committer-Name: Sergey Popov X-VCS-Revision: 1be1c76dac1919d3e02a7a415162034f41df4013 X-VCS-Branch: master Date: Wed, 9 Mar 2016 06:10:04 +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: 749cd5b9-90e5-4a74-9dfe-7980a9565ba5 X-Archives-Hash: c9731f517766923554e1bdae4895e061 commit: 1be1c76dac1919d3e02a7a415162034f41df4013 Author: Sergey Popov gentoo org> AuthorDate: Wed Mar 9 06:09:01 2016 +0000 Commit: Sergey Popov gentoo org> CommitDate: Wed Mar 9 06:09:57 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1be1c76d app-editors/fb2edit-0.0.9: stable on amd64 and x86 Gentoo-Bug: 499570 Package-Manager: portage-2.2.26 app-editors/fb2edit/fb2edit-0.0.9.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-editors/fb2edit/fb2edit-0.0.9.ebuild b/app-editors/fb2edit/fb2edit-0.0.9.ebuild index 333147d..9b7b164 100644 --- a/app-editors/fb2edit/fb2edit-0.0.9.ebuild +++ b/app-editors/fb2edit/fb2edit-0.0.9.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 inherit cmake-utils @@ -12,7 +12,7 @@ SRC_URI="https://github.com/lintest/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" DEPEND="dev-libs/libxml2 dev-qt/qtcore:4