From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id ABD4359CB1 for ; Tue, 12 Apr 2016 19:45:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 281F621C03E; Tue, 12 Apr 2016 19:45:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 C6DEA21C03E for ; Tue, 12 Apr 2016 19:45:54 +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 DB1BB335DEF for ; Tue, 12 Apr 2016 19:45:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 132447B for ; Tue, 12 Apr 2016 19:45:52 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1460490342.c268a127c49239ba12e7645eec1598e77bcf0fcc.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/drumstick/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/drumstick/drumstick-1.0.2.ebuild X-VCS-Directories: media-sound/drumstick/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: c268a127c49239ba12e7645eec1598e77bcf0fcc X-VCS-Branch: master Date: Tue, 12 Apr 2016 19:45:52 +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: 88d6adde-4e15-45c1-9dbd-5f40e3f2cac3 X-Archives-Hash: 5a4ccdab467a2d9a39f3d31803781c35 commit: c268a127c49239ba12e7645eec1598e77bcf0fcc Author: Johannes Huber gentoo org> AuthorDate: Tue Apr 12 19:41:01 2016 +0000 Commit: Johannes Huber gentoo org> CommitDate: Tue Apr 12 19:45:42 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c268a127 media-sound/drumstick: EAPI 6 Package-Manager: portage-2.2.28 media-sound/drumstick/drumstick-1.0.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-sound/drumstick/drumstick-1.0.2.ebuild b/media-sound/drumstick/drumstick-1.0.2.ebuild index 82ac2f2..47cd4af 100644 --- a/media-sound/drumstick/drumstick-1.0.2.ebuild +++ b/media-sound/drumstick/drumstick-1.0.2.ebuild @@ -2,11 +2,11 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 inherit cmake-utils fdo-mime gnome2-utils -DESCRIPTION="Qt4/C++ wrapper for ALSA sequencer" +DESCRIPTION="Qt/C++ wrapper for ALSA sequencer" HOMEPAGE="http://drumstick.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"