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 3F16559CA5 for ; Mon, 21 Mar 2016 17:52:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DF83121C060; Mon, 21 Mar 2016 17:52:37 +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 26B4021C0A6 for ; Mon, 21 Mar 2016 17:52:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 306F6340A67 for ; Mon, 21 Mar 2016 17:52:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB2CE865 for ; Mon, 21 Mar 2016 17:52:33 +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: <1458582517.fd4f7c7d5a262cb67f28cf86b22c2b22ad2ec5b9.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: dev-libs/statusnotifier/ X-VCS-Repository: proj/kde X-VCS-Files: dev-libs/statusnotifier/statusnotifier-0.1.0.ebuild X-VCS-Directories: dev-libs/statusnotifier/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: fd4f7c7d5a262cb67f28cf86b22c2b22ad2ec5b9 X-VCS-Branch: master Date: Mon, 21 Mar 2016 17:52:33 +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: 25e00b72-12cf-4e75-8235-e3a6ca58442f X-Archives-Hash: ad1f547036ea5dd4fdb93bef854e703e commit: fd4f7c7d5a262cb67f28cf86b22c2b22ad2ec5b9 Author: Johannes Huber gentoo org> AuthorDate: Mon Mar 21 17:48:37 2016 +0000 Commit: Johannes Huber gentoo org> CommitDate: Mon Mar 21 17:48:37 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=fd4f7c7d dev-libs/statusnotifier: EAPI 6 Package-Manager: portage-2.2.28 dev-libs/statusnotifier/statusnotifier-0.1.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-libs/statusnotifier/statusnotifier-0.1.0.ebuild b/dev-libs/statusnotifier/statusnotifier-0.1.0.ebuild index 1438a04..da39b69 100644 --- a/dev-libs/statusnotifier/statusnotifier-0.1.0.ebuild +++ b/dev-libs/statusnotifier/statusnotifier-0.1.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 inherit autotools @@ -23,6 +23,7 @@ DEPEND="${RDEPEND} src_prepare() { eautoreconf + eapply_user } src_configure() {