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 55055158041 for ; Sun, 7 Apr 2024 00:09:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 16A0BE2A33; Sun, 7 Apr 2024 00:09:56 +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 EBADBE2A33 for ; Sun, 7 Apr 2024 00:09:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 B3E783432A7 for ; Sun, 7 Apr 2024 00:09:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E91A515C7 for ; Sun, 7 Apr 2024 00:09:52 +0000 (UTC) From: "Lucio Sauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lucio Sauer" Message-ID: <1712447838.047f182af7e74d85a87133a948172fffa8dc4626.watermanpaint@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: gnome-extra/junction/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gnome-extra/junction/junction-1.6-r1.ebuild gnome-extra/junction/junction-1.7-r1.ebuild X-VCS-Directories: gnome-extra/junction/ X-VCS-Committer: watermanpaint X-VCS-Committer-Name: Lucio Sauer X-VCS-Revision: 047f182af7e74d85a87133a948172fffa8dc4626 X-VCS-Branch: dev Date: Sun, 7 Apr 2024 00:09:52 +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: d6c2568d-b467-4d03-9f12-22f3145f453c X-Archives-Hash: ec69d10de559da68719ca1e72153f12a commit: 047f182af7e74d85a87133a948172fffa8dc4626 Author: Lucio Sauer posteo net> AuthorDate: Sat Apr 6 23:57:18 2024 +0000 Commit: Lucio Sauer posteo net> CommitDate: Sat Apr 6 23:57:18 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=047f182a gnome-extra/junction: remove redundant eclass inherit Signed-off-by: Lucio Sauer posteo.net> gnome-extra/junction/junction-1.6-r1.ebuild | 2 +- gnome-extra/junction/junction-1.7-r1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gnome-extra/junction/junction-1.6-r1.ebuild b/gnome-extra/junction/junction-1.6-r1.ebuild index 359c485fb8..4fb95d962a 100644 --- a/gnome-extra/junction/junction-1.6-r1.ebuild +++ b/gnome-extra/junction/junction-1.6-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit xdg gnome2-utils meson +inherit gnome2-utils meson TROLL_COMMIT="8d7c2be66a4bf1cbb2081121997a33662fc19cd0" DESCRIPTION="Application/browser chooser" diff --git a/gnome-extra/junction/junction-1.7-r1.ebuild b/gnome-extra/junction/junction-1.7-r1.ebuild index fade9b0557..d47f929f4c 100644 --- a/gnome-extra/junction/junction-1.7-r1.ebuild +++ b/gnome-extra/junction/junction-1.7-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit xdg gnome2-utils meson +inherit gnome2-utils meson TROLL_COMMIT="94ced56f1b08e6955f6c8325a04c74736d39b823" DESCRIPTION="Application/browser chooser"