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 19D7615800A for ; Thu, 17 Aug 2023 06:23:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 30A9C2BC036; Thu, 17 Aug 2023 06:23:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 11AA92BC035 for ; Thu, 17 Aug 2023 06:23:00 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C6776340834 for ; Thu, 17 Aug 2023 06:22:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EBC87FCC for ; Thu, 17 Aug 2023 06:22:55 +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: <1692253357.0dfc59cb8fc9913a923f32fd2c860b7912574d44.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/eom/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/eom/eom-1.26.1.ebuild X-VCS-Directories: media-gfx/eom/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0dfc59cb8fc9913a923f32fd2c860b7912574d44 X-VCS-Branch: master Date: Thu, 17 Aug 2023 06:22:55 +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: eca72f9e-ed4a-49c3-9908-b2125a7d3c22 X-Archives-Hash: 9d391ad66cca3feb1bb72e6515c0a004 commit: 0dfc59cb8fc9913a923f32fd2c860b7912574d44 Author: Oz Tiram gmail com> AuthorDate: Sat Aug 12 06:41:05 2023 +0000 Commit: Sam James gentoo org> CommitDate: Thu Aug 17 06:22:37 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dfc59cb media-gfx/eom: replace deprecated dev-lib/atk dependency Signed-off-by: Oz Tiram gmail.com> Signed-off-by: Sam James gentoo.org> media-gfx/eom/eom-1.26.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/eom/eom-1.26.1.ebuild b/media-gfx/eom/eom-1.26.1.ebuild index 566b7f85ad36..4d5dfa9d6cd9 100644 --- a/media-gfx/eom/eom-1.26.1.ebuild +++ b/media-gfx/eom/eom-1.26.1.ebuild @@ -16,7 +16,7 @@ SLOT="0" IUSE="X debug exif imagemagick +introspection nls jpeg lcms svg tiff xmp" COMMON_DEPEND=" - dev-libs/atk + >=app-accessibility/at-spi2-core-2.46.0 >=dev-libs/glib-2.52:2 >=dev-libs/libpeas-1.8.0[gtk] >=dev-libs/libxml2-2:2