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 7D1F21382C5 for ; Sat, 19 Dec 2020 11:04:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A88CDE0869; Sat, 19 Dec 2020 11:04:50 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 8F68AE085B for ; Sat, 19 Dec 2020 11:04:50 +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 29193341145 for ; Sat, 19 Dec 2020 11:04:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A0193CC for ; Sat, 19 Dec 2020 11:04: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: <1608375497.605e2c4156ef57c2608297185f5ae37354dd4b42.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/libhandy/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-libs/libhandy/libhandy-1.0.2.ebuild X-VCS-Directories: gui-libs/libhandy/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 605e2c4156ef57c2608297185f5ae37354dd4b42 X-VCS-Branch: master Date: Sat, 19 Dec 2020 11:04: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: 2eb14584-beb3-43bb-8836-15339f41c953 X-Archives-Hash: 9752fa51f73142258050c458b9ee648e commit: 605e2c4156ef57c2608297185f5ae37354dd4b42 Author: Mart Raudsepp gentoo org> AuthorDate: Fri Dec 18 21:07:48 2020 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sat Dec 19 10:58:17 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=605e2c41 gui-libs/libhandy: ebuild touchups * Drop passing of gone static meson_option * Update DESCRIPTION * Sort BDEPEND back Bug: https://bugs.gentoo.org/759439 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Mart Raudsepp gentoo.org> gui-libs/libhandy/libhandy-1.0.2.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/gui-libs/libhandy/libhandy-1.0.2.ebuild b/gui-libs/libhandy/libhandy-1.0.2.ebuild index 0348bd5b0b5..43d30fc4e3f 100644 --- a/gui-libs/libhandy/libhandy-1.0.2.ebuild +++ b/gui-libs/libhandy/libhandy-1.0.2.ebuild @@ -5,7 +5,7 @@ EAPI=7 inherit gnome.org meson xdg vala virtualx -DESCRIPTION="Library with GTK widgets for mobile phones" +DESCRIPTION="Building blocks for modern adaptive GNOME apps" HOMEPAGE="https://gitlab.gnome.org/GNOME/libhandy/" LICENSE="LGPL-2.1+" @@ -24,13 +24,13 @@ RDEPEND=" " DEPEND="${RDEPEND}" BDEPEND=" - >=sys-devel/gettext-0.19.8 dev-libs/libxml2:2 dev-util/glib-utils + >=sys-devel/gettext-0.19.8 virtual/pkgconfig - vala? ( $(vala_depend) ) gtk-doc? ( dev-util/gtk-doc app-text/docbook-xml-dtd:4.3 ) + vala? ( $(vala_depend) ) " src_prepare() { @@ -41,7 +41,6 @@ src_prepare() { src_configure() { local emesonargs=( -Dprofiling=false # -pg passing - -Dstatic=false $(meson_feature introspection) $(meson_use vala vapi) $(meson_use gtk-doc gtk_doc)