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 AB53013888F for ; Wed, 28 Oct 2015 03:49:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 36D1DE0867; Wed, 28 Oct 2015 03:49:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D49AAE0867 for ; Wed, 28 Oct 2015 03:49:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9F22434073B for ; Wed, 28 Oct 2015 03:49:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 50B77C10 for ; Wed, 28 Oct 2015 03:49:29 +0000 (UTC) From: "Rafael Martins" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rafael Martins" Message-ID: <1446004151.8eee61cbebb53dc45ca51ddd3f05ee4b60b60f9f.rafaelmartins@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/blogc/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/blogc/blogc-0.4.ebuild app-text/blogc/blogc-9999.ebuild X-VCS-Directories: app-text/blogc/ X-VCS-Committer: rafaelmartins X-VCS-Committer-Name: Rafael Martins X-VCS-Revision: 8eee61cbebb53dc45ca51ddd3f05ee4b60b60f9f X-VCS-Branch: master Date: Wed, 28 Oct 2015 03:49:29 +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: 839cc3bc-e528-4b50-bb8f-bdf9bdfed3cb X-Archives-Hash: 904f0444567d80ed3b919ba82a6a1c2f commit: 8eee61cbebb53dc45ca51ddd3f05ee4b60b60f9f Author: Rafael G. Martins gentoo org> AuthorDate: Wed Oct 28 03:49:11 2015 +0000 Commit: Rafael Martins gentoo org> CommitDate: Wed Oct 28 03:49:11 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8eee61cb app-text/blogc: added missing inherit Package-Manager: portage-2.2.20.1 app-text/blogc/blogc-0.4.ebuild | 2 ++ app-text/blogc/blogc-9999.ebuild | 2 ++ 2 files changed, 4 insertions(+) diff --git a/app-text/blogc/blogc-0.4.ebuild b/app-text/blogc/blogc-0.4.ebuild index 899688f..ecc0d6a 100644 --- a/app-text/blogc/blogc-0.4.ebuild +++ b/app-text/blogc/blogc-0.4.ebuild @@ -10,6 +10,8 @@ if [[ ${PV} = *9999* ]]; then inherit git-r3 autotools fi +inherit eutils + DESCRIPTION="A blog compiler" HOMEPAGE="http://blogc.org/" diff --git a/app-text/blogc/blogc-9999.ebuild b/app-text/blogc/blogc-9999.ebuild index 899688f..ecc0d6a 100644 --- a/app-text/blogc/blogc-9999.ebuild +++ b/app-text/blogc/blogc-9999.ebuild @@ -10,6 +10,8 @@ if [[ ${PV} = *9999* ]]; then inherit git-r3 autotools fi +inherit eutils + DESCRIPTION="A blog compiler" HOMEPAGE="http://blogc.org/"