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 B245D1396D0 for ; Sun, 24 Sep 2017 06:02:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1EEFAE0D82; Sun, 24 Sep 2017 06:02:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 F031AE0D82 for ; Sun, 24 Sep 2017 06:02:49 +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 D9DD133BE25 for ; Sun, 24 Sep 2017 06:02:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A49909078 for ; Sun, 24 Sep 2017 06:02:45 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1506232956.0995b86d5ed6bae8da22f0e79ff015a64b4018da.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dialup/cutecom/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dialup/cutecom/cutecom-0.40.0-r1.ebuild X-VCS-Directories: net-dialup/cutecom/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 0995b86d5ed6bae8da22f0e79ff015a64b4018da X-VCS-Branch: master Date: Sun, 24 Sep 2017 06:02:45 +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: 2c2e695c-ffe6-4b13-a71d-268d0b90fd61 X-Archives-Hash: 3e502e38d6a45afd004e3b764af02447 commit: 0995b86d5ed6bae8da22f0e79ff015a64b4018da Author: Michael Palimaka gentoo org> AuthorDate: Sun Sep 24 06:01:19 2017 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sun Sep 24 06:02:36 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0995b86d net-dialup/cutecom: add missing inherit Package-Manager: Portage-2.3.8, Repoman-2.3.3 net-dialup/cutecom/cutecom-0.40.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-dialup/cutecom/cutecom-0.40.0-r1.ebuild b/net-dialup/cutecom/cutecom-0.40.0-r1.ebuild index 2b1539ca374..22c849f37a0 100644 --- a/net-dialup/cutecom/cutecom-0.40.0-r1.ebuild +++ b/net-dialup/cutecom/cutecom-0.40.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit cmake-utils +inherit cmake-utils eutils DESCRIPTION="CuteCom is a serial terminal, like minicom, written in qt" HOMEPAGE="https://github.com/neundorf/CuteCom"