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 292F0138334 for ; Tue, 27 Aug 2019 05:10:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 210C0E0802; Tue, 27 Aug 2019 05:10:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 F2327E0802 for ; Tue, 27 Aug 2019 05:10:51 +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 5F5DD34A33A for ; Tue, 27 Aug 2019 05:10:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 00611763 for ; Tue, 27 Aug 2019 05:10:47 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1566882622.5a665579799d21e2c7fa4a3d2cf14a57f3385331.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/libgsf/libgsf-1.14.45.ebuild X-VCS-Directories: gnome-extra/libgsf/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 5a665579799d21e2c7fa4a3d2cf14a57f3385331 X-VCS-Branch: master Date: Tue, 27 Aug 2019 05:10:47 +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: f0ceeb5d-4363-4586-a886-a63447618b9a X-Archives-Hash: a0b3bd16d0e059c54c385b69ceffc75a commit: 5a665579799d21e2c7fa4a3d2cf14a57f3385331 Author: Mart Raudsepp gentoo org> AuthorDate: Tue Aug 27 05:05:56 2019 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Tue Aug 27 05:10:22 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a665579 gnome-extra/libgsf: fix glib minimum dep Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Mart Raudsepp gentoo.org> gnome-extra/libgsf/libgsf-1.14.45.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome-extra/libgsf/libgsf-1.14.45.ebuild b/gnome-extra/libgsf/libgsf-1.14.45.ebuild index 331e37c8781..fcfc6c49b7d 100644 --- a/gnome-extra/libgsf/libgsf-1.14.45.ebuild +++ b/gnome-extra/libgsf/libgsf-1.14.45.ebuild @@ -13,7 +13,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x8 IUSE="bzip2 gtk +introspection" RDEPEND=" - >=dev-libs/glib-2.26:2 + >=dev-libs/glib-2.34:2 >=dev-libs/libxml2-2.4.16:2 sys-libs/zlib bzip2? ( app-arch/bzip2 )