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 35E24139345 for ; Sat, 24 Jul 2021 15:58:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 84E20E0C02; Sat, 24 Jul 2021 15:58:07 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 6E2C7E0C02 for ; Sat, 24 Jul 2021 15:58:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 8A8B0342CC6 for ; Sat, 24 Jul 2021 15:58:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 227C37F3 for ; Sat, 24 Jul 2021 15:58:05 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1627104151.3812619d97847afebd451daa382b225c16a9c8c9.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: gnome-extra/authenticator/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gnome-extra/authenticator/authenticator-4.0.3.ebuild X-VCS-Directories: gnome-extra/authenticator/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 3812619d97847afebd451daa382b225c16a9c8c9 X-VCS-Branch: master Date: Sat, 24 Jul 2021 15:58:05 +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: 3830acf2-5e9c-4592-9cd9-696476544304 X-Archives-Hash: 7d3a927b65f7cead53ee5a20118e86c6 commit: 3812619d97847afebd451daa382b225c16a9c8c9 Author: Gerben Jan Dijkman gjdwebserver nl> AuthorDate: Sat Jul 24 05:22:31 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Sat Jul 24 05:22:31 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3812619d gnome-extra/authenticator: Removed inherit GIT Package-Manager: Portage-3.0.20, Repoman-3.0.2 RepoMan-Options: --force Signed-off-by: Gerben jan Dijkman gjdwebserver.nl> gnome-extra/authenticator/authenticator-4.0.3.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/gnome-extra/authenticator/authenticator-4.0.3.ebuild b/gnome-extra/authenticator/authenticator-4.0.3.ebuild index b2841fec8..ad8643bdc 100644 --- a/gnome-extra/authenticator/authenticator-4.0.3.ebuild +++ b/gnome-extra/authenticator/authenticator-4.0.3.ebuild @@ -4,16 +4,15 @@ EAPI=7 VALA_USE_DEPEND="vapigen" -inherit vala meson gnome2-utils git-r3 xdg +inherit vala meson gnome2-utils xdg DESCRIPTION="Simple application for generating Two-Factor Authentication Codes." HOMEPAGE="https://gitlab.gnome.org/World/Authenticator" SRC_URI="https://gitlab.gnome.org/World/Authenticator/-/archive/${PV}/${PN}-${PV}.tar.gz" -EGIT_REPO_URI="https://gitlab.gnome.org/World/Authenticator.git" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~arm64" +KEYWORDS="~arm64" IUSE="+introspection +vala" REQUIRED_USE="vala? ( introspection )"