From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1024840-garchives=archives.gentoo.org@lists.gentoo.org> 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 7E551138EE3 for <garchives@archives.gentoo.org>; Fri, 18 May 2018 21:15:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F291E09E9; Fri, 18 May 2018 21:15:49 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 2ECFDE09E9 for <gentoo-commits@lists.gentoo.org>; Fri, 18 May 2018 21:15:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 715A3335C7C for <gentoo-commits@lists.gentoo.org>; Fri, 18 May 2018 21:15:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BFFA5299 for <gentoo-commits@lists.gentoo.org>; Fri, 18 May 2018 21:15:45 +0000 (UTC) From: "Andreas Sturmlechner" <asturm@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" <asturm@gentoo.org> Message-ID: <1526678073.4c07c66a4ebb0b6c848ce19b67053f242a4713c5.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/granite/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/granite/granite-0.5.0.ebuild X-VCS-Directories: dev-libs/granite/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 4c07c66a4ebb0b6c848ce19b67053f242a4713c5 X-VCS-Branch: master Date: Fri, 18 May 2018 21:15:45 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 6f8f9c9e-c292-4ddf-880e-0bcb3d0908be X-Archives-Hash: 880bf9af9a0100a0dc7d98a3fd63b50b commit: 4c07c66a4ebb0b6c848ce19b67053f242a4713c5 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Fri May 18 21:14:33 2018 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Fri May 18 21:14:33 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c07c66a dev-libs/granite: inherit versionator Package-Manager: Portage-2.3.38, Repoman-2.3.9 dev-libs/granite/granite-0.5.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/granite/granite-0.5.0.ebuild b/dev-libs/granite/granite-0.5.0.ebuild index 6881a8819db..1073ddfa413 100644 --- a/dev-libs/granite/granite-0.5.0.ebuild +++ b/dev-libs/granite/granite-0.5.0.ebuild @@ -5,7 +5,7 @@ EAPI=6 VALA_MIN_API_VERSION=0.32 -inherit gnome2-utils vala cmake-utils +inherit gnome2-utils vala cmake-utils versionator DESCRIPTION="Elementary OS library that extends Gtk+" HOMEPAGE="https://github.com/elementary/granite"