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 997BE59CA3 for ; Thu, 18 Feb 2016 20:05:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4FF6A21C15A; Thu, 18 Feb 2016 20:05:46 +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 9950821C15A for ; Thu, 18 Feb 2016 20:05:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 91110340E35 for ; Thu, 18 Feb 2016 20:05:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B7D43CFF for ; Thu, 18 Feb 2016 20:05:42 +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: <1455825937.9c308edf8b3e953ba4f2e46393d248bd997975c3.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/gromit/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/gromit/gromit-20041213-r1.ebuild X-VCS-Directories: x11-misc/gromit/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 9c308edf8b3e953ba4f2e46393d248bd997975c3 X-VCS-Branch: master Date: Thu, 18 Feb 2016 20:05:42 +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: 735083bd-dca9-4b32-8042-57545631fad6 X-Archives-Hash: b194dea8866b91e4de060ac420fdc09f commit: 9c308edf8b3e953ba4f2e46393d248bd997975c3 Author: Pacho Ramos gentoo org> AuthorDate: Thu Feb 18 20:05:03 2016 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Thu Feb 18 20:05:37 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c308edf x11-misc/gromit: Make repoman happier Package-Manager: portage-2.2.27 x11-misc/gromit/gromit-20041213-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-misc/gromit/gromit-20041213-r1.ebuild b/x11-misc/gromit/gromit-20041213-r1.ebuild index faa285f..40abca1 100644 --- a/x11-misc/gromit/gromit-20041213-r1.ebuild +++ b/x11-misc/gromit/gromit-20041213-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=6 -inherit autotools toolchain-funcs +inherit toolchain-funcs DESCRIPTION="GRaphics Over MIscellaneous Things, a presentation helper" HOMEPAGE="http://www.home.unix-ag.org/simon/gromit"