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 E72F813825A for ; Fri, 13 May 2016 16:04:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F361DE07AE; Fri, 13 May 2016 16:04:45 +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 8A8BCE07AE for ; Fri, 13 May 2016 16:04:45 +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 1C97D340834 for ; Fri, 13 May 2016 16:04:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D74FCD6 for ; Fri, 13 May 2016 16:04:41 +0000 (UTC) From: "Ian Delaney" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Delaney" Message-ID: <1463155466.9321089fbffa6af13bae4ed3c2cfad4ed95eb2d9.idella4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/scite/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/scite/scite-3.6.5.ebuild X-VCS-Directories: app-editors/scite/ X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: 9321089fbffa6af13bae4ed3c2cfad4ed95eb2d9 X-VCS-Branch: master Date: Fri, 13 May 2016 16:04:41 +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: 8a8c5ce7-f524-45f7-a4c4-ca48c6318b4f X-Archives-Hash: 744bbd6cc9754fcb0d89d6601ec4d2a3 commit: 9321089fbffa6af13bae4ed3c2cfad4ed95eb2d9 Author: Ian Delaney gentoo org> AuthorDate: Fri May 13 16:02:56 2016 +0000 Commit: Ian Delaney gentoo org> CommitDate: Fri May 13 16:04:26 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9321089f app-editors/scite: adding inherit of flag-o-matic eclass to vn. 3.6.5 on behalf of maintainer E. Peters. Fixes Gentoo-bug: 582196 Package-Manager: portage-2.2.28 app-editors/scite/scite-3.6.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-editors/scite/scite-3.6.5.ebuild b/app-editors/scite/scite-3.6.5.ebuild index 6b1dec2..80bc0c1 100644 --- a/app-editors/scite/scite-3.6.5.ebuild +++ b/app-editors/scite/scite-3.6.5.ebuild @@ -4,7 +4,7 @@ EAPI="6" -inherit toolchain-funcs eutils +inherit toolchain-funcs eutils flag-o-matic MY_PV=${PV//./} DESCRIPTION="A very powerful editor for programmers"