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 4C7AB138331 for ; Tue, 1 May 2018 21:31:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5023EE08E2; Tue, 1 May 2018 21:31:15 +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 2C06AE08E2 for ; Tue, 1 May 2018 21:31:15 +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 E9D78335C63 for ; Tue, 1 May 2018 21:31:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 320912A6 for ; Tue, 1 May 2018 21:31:12 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1525210244.1f5dde39d648db53935dcc9ddc6a97b3d9c4f5f7.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/stk/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/stk/stk-4.5.1-r1.ebuild X-VCS-Directories: media-libs/stk/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 1f5dde39d648db53935dcc9ddc6a97b3d9c4f5f7 X-VCS-Branch: master Date: Tue, 1 May 2018 21:31:12 +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: c859f851-6bf6-404f-85bf-81836aac648a X-Archives-Hash: 088d9648ddc55e314f52557ffb97b3c9 commit: 1f5dde39d648db53935dcc9ddc6a97b3d9c4f5f7 Author: Marty E. Plummer startmail com> AuthorDate: Sat Apr 21 12:27:47 2018 +0000 Commit: Patrice Clement gentoo org> CommitDate: Tue May 1 21:30:44 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f5dde39 media-libs/stk: drop unneeded eutils.eclass. Package-Manager: Portage-2.3.31, Repoman-2.3.9 media-libs/stk/stk-4.5.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/stk/stk-4.5.1-r1.ebuild b/media-libs/stk/stk-4.5.1-r1.ebuild index 53e78246741..d1f5900803f 100644 --- a/media-libs/stk/stk-4.5.1-r1.ebuild +++ b/media-libs/stk/stk-4.5.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit eutils autotools +inherit autotools DESCRIPTION="Synthesis ToolKit in C++" HOMEPAGE="https://ccrma.stanford.edu/software/stk/"