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 BAD4B1382C5 for ; Sun, 28 Feb 2021 21:17:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E565FE0955; Sun, 28 Feb 2021 21:17:26 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CEEAAE0955 for ; Sun, 28 Feb 2021 21:17:26 +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 53500341162 for ; Sun, 28 Feb 2021 21:17:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CAAD74F1 for ; Sun, 28 Feb 2021 21:17:22 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1614547031.5e527318eac7f9a62e8a18239617cff7b6016783.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/xournalpp/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/xournalpp/xournalpp-1.0.20.ebuild X-VCS-Directories: app-text/xournalpp/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 5e527318eac7f9a62e8a18239617cff7b6016783 X-VCS-Branch: master Date: Sun, 28 Feb 2021 21:17: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9b396786-605c-4b5b-902d-97ff64cb0114 X-Archives-Hash: c61deb7c3407a58cdbdaa2d87fc5954e commit: 5e527318eac7f9a62e8a18239617cff7b6016783 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun Feb 28 21:14:46 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sun Feb 28 21:17:11 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e527318 app-text/xournalpp: amd64 stable Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Andreas K. Hüttel gentoo.org> app-text/xournalpp/xournalpp-1.0.20.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/xournalpp/xournalpp-1.0.20.ebuild b/app-text/xournalpp/xournalpp-1.0.20.ebuild index 4fba9f5c351..1feb81cd876 100644 --- a/app-text/xournalpp/xournalpp-1.0.20.ebuild +++ b/app-text/xournalpp/xournalpp-1.0.20.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == *9999 ]]; then EGIT_REPO_URI="https://github.com/xournalpp/xournalpp.git" unset SRC_URI else - KEYWORDS="~amd64" + KEYWORDS="amd64" SRC_URI="https://github.com/xournalpp/xournalpp/archive/${PV}.tar.gz -> ${P}.tgz" fi