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 1CBC3139085 for ; Sun, 25 Dec 2016 15:28:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D854234316; Sun, 25 Dec 2016 15:28:57 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 48E0E234316 for ; Sun, 25 Dec 2016 15:28:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 090AC341026 for ; Sun, 25 Dec 2016 15:28:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C836024B0 for ; Sun, 25 Dec 2016 15:28:54 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1482679691.f4557f534a5d422dc2db5df613ff4150bad86694.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/gl2ps/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/gl2ps/gl2ps-1.3.9.ebuild X-VCS-Directories: x11-libs/gl2ps/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: f4557f534a5d422dc2db5df613ff4150bad86694 X-VCS-Branch: master Date: Sun, 25 Dec 2016 15:28:54 +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: e5174d11-1c55-4418-b81a-2bb9e0452408 X-Archives-Hash: b68f03e71954dc5e48df016c3569421e commit: f4557f534a5d422dc2db5df613ff4150bad86694 Author: Lars Wendler gentoo org> AuthorDate: Sun Dec 25 15:28:11 2016 +0000 Commit: Lars Wendler gentoo org> CommitDate: Sun Dec 25 15:28:11 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4557f53 x11-libs/gl2ps: Removed multilib.eclass from inherit. Package-Manager: Portage-2.3.3, Repoman-2.3.1 x11-libs/gl2ps/gl2ps-1.3.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-libs/gl2ps/gl2ps-1.3.9.ebuild b/x11-libs/gl2ps/gl2ps-1.3.9.ebuild index ac5f65d..9d65e32 100644 --- a/x11-libs/gl2ps/gl2ps-1.3.9.ebuild +++ b/x11-libs/gl2ps/gl2ps-1.3.9.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=6 -inherit cmake-utils multilib +inherit cmake-utils DESCRIPTION="OpenGL to PostScript printing library" HOMEPAGE="http://www.geuz.org/gl2ps/"