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 836E5139085 for ; Sat, 4 Feb 2017 20:07:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DB7A221C098; Sat, 4 Feb 2017 20:07:31 +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 B5F9D21C098 for ; Sat, 4 Feb 2017 20:07:31 +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 E5F14341627 for ; Sat, 4 Feb 2017 20:07:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C67273DC6 for ; Sat, 4 Feb 2017 20:07:22 +0000 (UTC) From: "Alon Bar-Lev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alon Bar-Lev" Message-ID: <1486238798.e17db90de7f01c540e0383d4c30ed1aab95784fb.alonbl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/yubikey-neo-manager/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/yubikey-neo-manager/yubikey-neo-manager-1.4.0.ebuild X-VCS-Directories: app-crypt/yubikey-neo-manager/ X-VCS-Committer: alonbl X-VCS-Committer-Name: Alon Bar-Lev X-VCS-Revision: e17db90de7f01c540e0383d4c30ed1aab95784fb X-VCS-Branch: master Date: Sat, 4 Feb 2017 20:07:22 +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: ad6e5bc5-a6a1-46cb-b001-671693597d08 X-Archives-Hash: 02594f8a0bc3b64f24d1da640224dc7a commit: e17db90de7f01c540e0383d4c30ed1aab95784fb Author: Alon Bar-Lev gentoo org> AuthorDate: Sat Feb 4 19:28:05 2017 +0000 Commit: Alon Bar-Lev gentoo org> CommitDate: Sat Feb 4 20:06:38 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e17db90d app-crypt/yubikey-neo-manager: eapi bump Package-Manager: portage-2.3.3 app-crypt/yubikey-neo-manager/yubikey-neo-manager-1.4.0.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-crypt/yubikey-neo-manager/yubikey-neo-manager-1.4.0.ebuild b/app-crypt/yubikey-neo-manager/yubikey-neo-manager-1.4.0.ebuild index 4a871db..ea72159 100644 --- a/app-crypt/yubikey-neo-manager/yubikey-neo-manager-1.4.0.ebuild +++ b/app-crypt/yubikey-neo-manager/yubikey-neo-manager-1.4.0.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 PYTHON_COMPAT=( python2_7 ) -inherit distutils-r1 +inherit distutils-r1 eutils DESCRIPTION="Cross platform personalization tool for the YubiKey NEO" HOMEPAGE="https://developers.yubico.com/yubikey-neo-manager/"