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 4C49615803E for ; Fri, 5 Jan 2024 11:18:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C31692BC12B; Fri, 5 Jan 2024 11:18:02 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A67BE2BC12B for ; Fri, 5 Jan 2024 11:18:02 +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 B78893430F0 for ; Fri, 5 Jan 2024 11:18:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0CC2414AB for ; Fri, 5 Jan 2024 11:18:00 +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: <1704453463.bd413a3ceed2df65c01624b7f25a872883521b75.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/desktop-file-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/desktop-file-utils/desktop-file-utils-0.27-r1.ebuild X-VCS-Directories: dev-util/desktop-file-utils/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: bd413a3ceed2df65c01624b7f25a872883521b75 X-VCS-Branch: master Date: Fri, 5 Jan 2024 11:18:00 +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: de67be16-211a-46b2-88f4-54cd5a85ff5e X-Archives-Hash: c28cff1dcf8e87055b846fe26557ecf5 commit: bd413a3ceed2df65c01624b7f25a872883521b75 Author: Sam James gentoo org> AuthorDate: Fri Jan 5 11:17:43 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jan 5 11:17:43 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd413a3c dev-util/desktop-file-utils: drop USE=emacs Signed-off-by: Sam James gentoo.org> dev-util/desktop-file-utils/desktop-file-utils-0.27-r1.ebuild | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dev-util/desktop-file-utils/desktop-file-utils-0.27-r1.ebuild b/dev-util/desktop-file-utils/desktop-file-utils-0.27-r1.ebuild index 696d6fecf4f9..4e192a93a3f6 100644 --- a/dev-util/desktop-file-utils/desktop-file-utils-0.27-r1.ebuild +++ b/dev-util/desktop-file-utils/desktop-file-utils-0.27-r1.ebuild @@ -12,7 +12,6 @@ SRC_URI="https://www.freedesktop.org/software/${PN}/releases/${P}.tar.xz" LICENSE="GPL-2+" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos ~x64-solaris" -IUSE="emacs" RDEPEND=">=dev-libs/glib-2.12:2" DEPEND="${RDEPEND}" @@ -20,8 +19,5 @@ BDEPEND=" app-arch/xz-utils virtual/pkgconfig " -PDEPEND=" - emacs? ( app-emacs/desktop-entry-mode ) -" DOCS=( AUTHORS ChangeLog HACKING NEWS README )