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 274B5158086 for ; Fri, 22 Oct 2021 08:22:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71FC6E087C; Fri, 22 Oct 2021 08:22:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5CC6EE087C for ; Fri, 22 Oct 2021 08:22:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 85D5C3434DE for ; Fri, 22 Oct 2021 08:22:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0188D172 for ; Fri, 22 Oct 2021 08:22:50 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1634890878.dbd6202e2997143b4cbc5b1277fb1b62f211c6b8.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-radio/cwdaemon/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-radio/cwdaemon/cwdaemon-0.10.2.ebuild X-VCS-Directories: media-radio/cwdaemon/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: dbd6202e2997143b4cbc5b1277fb1b62f211c6b8 X-VCS-Branch: master Date: Fri, 22 Oct 2021 08:22:50 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d29a2345-858f-4be8-bcf8-63d9dbb29da4 X-Archives-Hash: 8543898024f638b3b79a12dcd2ab98c5 commit: dbd6202e2997143b4cbc5b1277fb1b62f211c6b8 Author: Jakov Smolić gentoo org> AuthorDate: Fri Oct 22 07:36:58 2021 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Fri Oct 22 08:21:18 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbd6202e media-radio/cwdaemon: Port to EAPI 8 Signed-off-by: Jakov Smolić gentoo.org> media-radio/cwdaemon/cwdaemon-0.10.2.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/media-radio/cwdaemon/cwdaemon-0.10.2.ebuild b/media-radio/cwdaemon/cwdaemon-0.10.2.ebuild index feabac5397a..01ab141e108 100644 --- a/media-radio/cwdaemon/cwdaemon-0.10.2.ebuild +++ b/media-radio/cwdaemon/cwdaemon-0.10.2.ebuild @@ -1,22 +1,22 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=8 inherit flag-o-matic DESCRIPTION="A morse daemon for the parallel or serial port" HOMEPAGE="http://cwdaemon.sourceforge.net" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha amd64 ppc x86" IUSE="" RDEPEND=">=media-radio/unixcw-3.3.1" -DEPEND="${RDEPEND} - virtual/pkgconfig" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" src_configure() { # provides header info for getaddrinfo() with C99 (bug 569970)