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 5E9C6139083 for ; Mon, 4 Dec 2017 22:19:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9BE6BE0E81; Mon, 4 Dec 2017 22:19:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 7507AE0E72 for ; Mon, 4 Dec 2017 22:19:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 7FB8333BF3C for ; Mon, 4 Dec 2017 22:19:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 45F3EAE75 for ; Mon, 4 Dec 2017 22:19:19 +0000 (UTC) From: "Andreas Sturmlechner" 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" Message-ID: <1512425942.098e399d6cdaa28d00156c09981ab3417d95eb5d.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/rosegarden/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/rosegarden/rosegarden-17.04.ebuild X-VCS-Directories: media-sound/rosegarden/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 098e399d6cdaa28d00156c09981ab3417d95eb5d X-VCS-Branch: master Date: Mon, 4 Dec 2017 22:19:19 +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: 0d2d964c-c6ab-419a-af68-e14648abcb7f X-Archives-Hash: a81af8e808ab70bcb5ba2c1fa72a08d4 commit: 098e399d6cdaa28d00156c09981ab3417d95eb5d Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Dec 4 22:14:29 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Dec 4 22:19:02 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=098e399d media-sound/rosegarden: Bump to EAPI 6 Package-Manager: Portage-2.3.16, Repoman-2.3.6 media-sound/rosegarden/rosegarden-17.04.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-sound/rosegarden/rosegarden-17.04.ebuild b/media-sound/rosegarden/rosegarden-17.04.ebuild index 0e90094d8d6..32462a981e2 100644 --- a/media-sound/rosegarden/rosegarden-17.04.ebuild +++ b/media-sound/rosegarden/rosegarden-17.04.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 -inherit cmake-utils eutils xdg-utils gnome2-utils +inherit cmake-utils gnome2-utils xdg-utils DESCRIPTION="MIDI and audio sequencer and notation editor" HOMEPAGE="http://www.rosegardenmusic.com/"