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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4997B15808B for ; Sun, 27 Feb 2022 03:14:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 757ECE09B7; Sun, 27 Feb 2022 03:14:37 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5B9C7E09B7 for ; Sun, 27 Feb 2022 03:14:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 36B663431C7 for ; Sun, 27 Feb 2022 03:14:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AF9592D8 for ; Sun, 27 Feb 2022 03:14:34 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1645931642.9204e1cd3e3913a97e3de52f9ab957a70c5a7400.sam@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.1.1-r1.ebuild app-text/xournalpp/xournalpp-9999.ebuild X-VCS-Directories: app-text/xournalpp/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9204e1cd3e3913a97e3de52f9ab957a70c5a7400 X-VCS-Branch: master Date: Sun, 27 Feb 2022 03:14:34 +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: 00dbc042-1fc1-411c-8751-fdf36eb4f5ef X-Archives-Hash: 5710606c2446a993ecdcc4d164d7bdc6 commit: 9204e1cd3e3913a97e3de52f9ab957a70c5a7400 Author: Sam James gentoo org> AuthorDate: Sun Feb 27 03:14:02 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sun Feb 27 03:14:02 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9204e1cd app-text/xournalpp: drop IUSE="elibc_musl" Not needed (implicit), we dropped all other examples in tree a little bit ago. Signed-off-by: Sam James gentoo.org> app-text/xournalpp/xournalpp-1.1.1-r1.ebuild | 2 +- app-text/xournalpp/xournalpp-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-text/xournalpp/xournalpp-1.1.1-r1.ebuild b/app-text/xournalpp/xournalpp-1.1.1-r1.ebuild index 853ee95c1347..761bc8769f66 100644 --- a/app-text/xournalpp/xournalpp-1.1.1-r1.ebuild +++ b/app-text/xournalpp/xournalpp-1.1.1-r1.ebuild @@ -19,7 +19,7 @@ HOMEPAGE="https://github.com/xournalpp/xournalpp" LICENSE="GPL-2" SLOT="0" -IUSE="elibc_musl" +IUSE="" COMMONDEPEND=" app-text/poppler[cairo] diff --git a/app-text/xournalpp/xournalpp-9999.ebuild b/app-text/xournalpp/xournalpp-9999.ebuild index 853ee95c1347..761bc8769f66 100644 --- a/app-text/xournalpp/xournalpp-9999.ebuild +++ b/app-text/xournalpp/xournalpp-9999.ebuild @@ -19,7 +19,7 @@ HOMEPAGE="https://github.com/xournalpp/xournalpp" LICENSE="GPL-2" SLOT="0" -IUSE="elibc_musl" +IUSE="" COMMONDEPEND=" app-text/poppler[cairo]