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 50DCE138334 for ; Tue, 27 Nov 2018 21:56:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 600B4E0CA2; Tue, 27 Nov 2018 21:55:55 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 390AEE0CA2 for ; Tue, 27 Nov 2018 21:55:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8D270335C29 for ; Tue, 27 Nov 2018 21:55:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 481FA4C7 for ; Tue, 27 Nov 2018 21:55:49 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1543355725.f6a2435dd44e5ce407951760d708258cea13e06b.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-radio/tucnak/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-radio/tucnak/tucnak-4.14.ebuild X-VCS-Directories: media-radio/tucnak/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: f6a2435dd44e5ce407951760d708258cea13e06b X-VCS-Branch: master Date: Tue, 27 Nov 2018 21:55:49 +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: 5d0aa765-27ea-4b16-914b-62acb55c3237 X-Archives-Hash: 614e735f97e0c14e2668f0720fc8ab98 commit: f6a2435dd44e5ce407951760d708258cea13e06b Author: Thomas Deutschmann gentoo org> AuthorDate: Tue Nov 27 21:46:13 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Tue Nov 27 21:55:25 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6a2435d media-radio/tucnak: x86 stable (bug #672084) Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann gentoo.org> media-radio/tucnak/tucnak-4.14.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-radio/tucnak/tucnak-4.14.ebuild b/media-radio/tucnak/tucnak-4.14.ebuild index 911cc5d3783..259756239e9 100644 --- a/media-radio/tucnak/tucnak-4.14.ebuild +++ b/media-radio/tucnak/tucnak-4.14.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ SRC_URI="http://tucnak.nagano.cz/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" IUSE="alsa fftw gpm hamlib suid" RDEPEND="dev-libs/glib:2