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 0F98B1395E2 for ; Mon, 7 Nov 2016 18:57:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 63060E0BB8; Mon, 7 Nov 2016 18:57:18 +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 45A5EE0BB8 for ; Mon, 7 Nov 2016 18:57:18 +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 2D219341134 for ; Mon, 7 Nov 2016 18:57:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7EF0724A2 for ; Mon, 7 Nov 2016 18:57:12 +0000 (UTC) From: "Göktürk Yüksek" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Göktürk Yüksek" Message-ID: <1478544992.a7e2fe7adb22c5b694821ab1147b6f9f16eb526a.gokturk@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/tkdiff/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/tkdiff/tkdiff-4.2.ebuild X-VCS-Directories: dev-util/tkdiff/ X-VCS-Committer: gokturk X-VCS-Committer-Name: Göktürk Yüksek X-VCS-Revision: a7e2fe7adb22c5b694821ab1147b6f9f16eb526a X-VCS-Branch: master Date: Mon, 7 Nov 2016 18:57: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: cbeff5f8-8604-4511-b752-39854fda33e6 X-Archives-Hash: 1797edd0e768b5b0bc27393bbf15cca9 commit: a7e2fe7adb22c5b694821ab1147b6f9f16eb526a Author: Göktürk Yüksek gentoo org> AuthorDate: Mon Nov 7 18:15:09 2016 +0000 Commit: Göktürk Yüksek gentoo org> CommitDate: Mon Nov 7 18:56:32 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7e2fe7a dev-util/tkdiff: EAPI bump, fix license Package-Manager: portage-2.2.28 dev-util/tkdiff/tkdiff-4.2.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-util/tkdiff/tkdiff-4.2.ebuild b/dev-util/tkdiff/tkdiff-4.2.ebuild index 88dc085..a7aeb58 100644 --- a/dev-util/tkdiff/tkdiff-4.2.ebuild +++ b/dev-util/tkdiff/tkdiff-4.2.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=4 +EAPI=6 DESCRIPTION="Graphical front end to the diff program" HOMEPAGE="http://tkdiff.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux" IUSE=""