From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1469952-garchives=archives.gentoo.org@lists.gentoo.org>
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 4404F158020
	for <garchives@archives.gentoo.org>; Wed, 21 Dec 2022 14:10:26 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 80287E07DB;
	Wed, 21 Dec 2022 14:10:25 +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 66315E07DB
	for <gentoo-commits@lists.gentoo.org>; Wed, 21 Dec 2022 14:10:25 +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 37E9E34143A
	for <gentoo-commits@lists.gentoo.org>; Wed, 21 Dec 2022 14:10:24 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 97BB46F8
	for <gentoo-commits@lists.gentoo.org>; Wed, 21 Dec 2022 14:10:22 +0000 (UTC)
From: "Denis Reva" <denis7774@gmail.com>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Denis Reva" <denis7774@gmail.com>
Message-ID: <1671631818.cc3a044d99a01f6840e216e9c0535bca374bfda9.RarogCmex@gentoo>
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/libglibutil/
X-VCS-Repository: repo/proj/guru
X-VCS-Files: dev-libs/libglibutil/libglibutil-9999.ebuild
X-VCS-Directories: dev-libs/libglibutil/
X-VCS-Committer: RarogCmex
X-VCS-Committer-Name: Denis Reva
X-VCS-Revision: cc3a044d99a01f6840e216e9c0535bca374bfda9
X-VCS-Branch: dev
Date: Wed, 21 Dec 2022 14:10:22 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: d4c6d94d-7951-40cb-b998-85063090acde
X-Archives-Hash: c6937a1c1a4973ea20fab814a5a5e5a6

commit:     cc3a044d99a01f6840e216e9c0535bca374bfda9
Author:     Denis Reva <denis7774 <AT> gmail <DOT> com>
AuthorDate: Wed Dec 21 14:10:18 2022 +0000
Commit:     Denis Reva <denis7774 <AT> gmail <DOT> com>
CommitDate: Wed Dec 21 14:10:18 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cc3a044d

dev-libs/libglibutil: Updated 9999 version

Signed-off-by: Denis Reva <denis7774 <AT> gmail.com>

 dev-libs/libglibutil/libglibutil-9999.ebuild | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libglibutil/libglibutil-9999.ebuild b/dev-libs/libglibutil/libglibutil-9999.ebuild
index 68582392a..0c6db94a0 100644
--- a/dev-libs/libglibutil/libglibutil-9999.ebuild
+++ b/dev-libs/libglibutil/libglibutil-9999.ebuild
@@ -11,7 +11,7 @@ else
 	KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 fi
 
-DESCRIPTION="Library of glib utilities"
+DESCRIPTION="Library of glib utilities from sailfishos project"
 HOMEPAGE="https://github.com/sailfishos/libglibutil"
 LICENSE="BSD"
 SLOT="0"
@@ -19,11 +19,18 @@ SLOT="0"
 DEPEND="dev-libs/glib"
 RDEPEND="${DEPEND}"
 BDEPEND="virtual/pkgconfig"
+PATCHES=(
+	"${FILESDIR}/libglibutil-1.0.67-r3-respect-env.patch"
+)
 
 src_compile() {
-	emake KEEP_SYMBOLS=1 LIBDIR="/usr/$(get_libdir)"
+	emake LIBDIR="/usr/$(get_libdir)"
 }
 
 src_install() {
 	emake DESTDIR="${D}" LIBDIR="/usr/$(get_libdir)" install-dev
 }
+
+src_test() {
+	emake test
+}