From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-829664-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D96B1139891 for <garchives@archives.gentoo.org>; Sat, 22 Aug 2015 19:36:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6BE5614145; Sat, 22 Aug 2015 19:36:37 +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 D1C0D14145 for <gentoo-commits@lists.gentoo.org>; Sat, 22 Aug 2015 19:36:36 +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 C8A6E340902 for <gentoo-commits@lists.gentoo.org>; Sat, 22 Aug 2015 19:36:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 067B0166 for <gentoo-commits@lists.gentoo.org>; Sat, 22 Aug 2015 19:36:34 +0000 (UTC) From: "Matt Turner" <mattst88@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, "Matt Turner" <mattst88@gentoo.org> Message-ID: <1440272394.444b68b693ef382a8a007d40cb94cbb5ac03f35c.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/pixman/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/pixman/pixman-0.33.2.ebuild x11-libs/pixman/pixman-9999.ebuild X-VCS-Directories: x11-libs/pixman/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 444b68b693ef382a8a007d40cb94cbb5ac03f35c X-VCS-Branch: master Date: Sat, 22 Aug 2015 19:36:34 +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: 2576f5a0-fb72-458e-86d4-259deb9e2e2c X-Archives-Hash: de85ae1e785fe137aa829d9510c40a89 commit: 444b68b693ef382a8a007d40cb94cbb5ac03f35c Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Sat Aug 22 19:38:47 2015 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Sat Aug 22 19:39:54 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=444b68b6 x11-libs/pixman: Remove unused inherited eclasses. Package-Manager: portage-2.2.20.1 x11-libs/pixman/pixman-0.33.2.ebuild | 2 +- x11-libs/pixman/pixman-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-libs/pixman/pixman-0.33.2.ebuild b/x11-libs/pixman/pixman-0.33.2.ebuild index 083ec14..dc3517f 100644 --- a/x11-libs/pixman/pixman-0.33.2.ebuild +++ b/x11-libs/pixman/pixman-0.33.2.ebuild @@ -4,7 +4,7 @@ EAPI=5 XORG_MULTILIB=yes -inherit xorg-2 toolchain-funcs versionator +inherit xorg-2 EGIT_REPO_URI="git://anongit.freedesktop.org/git/pixman" DESCRIPTION="Low-level pixel manipulation routines" diff --git a/x11-libs/pixman/pixman-9999.ebuild b/x11-libs/pixman/pixman-9999.ebuild index 083ec14..dc3517f 100644 --- a/x11-libs/pixman/pixman-9999.ebuild +++ b/x11-libs/pixman/pixman-9999.ebuild @@ -4,7 +4,7 @@ EAPI=5 XORG_MULTILIB=yes -inherit xorg-2 toolchain-funcs versionator +inherit xorg-2 EGIT_REPO_URI="git://anongit.freedesktop.org/git/pixman" DESCRIPTION="Low-level pixel manipulation routines"