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 CE4E5138334 for ; Sun, 17 Jun 2018 20:04:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7D7B7E091D; Sun, 17 Jun 2018 20:04:20 +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 4D71FE0916 for ; Sun, 17 Jun 2018 20:04:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 C0446335C2E for ; Sun, 17 Jun 2018 20:04:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E2FA228D for ; Sun, 17 Jun 2018 20:04:15 +0000 (UTC) From: "Sobhan Mohammadpour" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sobhan Mohammadpour" Message-ID: <1529265084.aa8794afa56cd83d3db4e1c1803a8334867cc3a2.sobhan@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: net-libs/glib-networking/ X-VCS-Repository: proj/gnome X-VCS-Files: net-libs/glib-networking/glib-networking-2.56.0-r1.ebuild net-libs/glib-networking/glib-networking-2.56.0.ebuild X-VCS-Directories: net-libs/glib-networking/ X-VCS-Committer: sobhan X-VCS-Committer-Name: Sobhan Mohammadpour X-VCS-Revision: aa8794afa56cd83d3db4e1c1803a8334867cc3a2 X-VCS-Branch: master Date: Sun, 17 Jun 2018 20:04:15 +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-Archives-Salt: dda44e4b-5aaa-4d1a-9fe9-c5e3987b0260 X-Archives-Hash: f56c374c417fa8f52449d3645e1697a6 commit: aa8794afa56cd83d3db4e1c1803a8334867cc3a2 Author: Sobhan Mohammadpour gentoo org> AuthorDate: Sun Jun 17 19:51:24 2018 +0000 Commit: Sobhan Mohammadpour gentoo org> CommitDate: Sun Jun 17 19:51:24 2018 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=aa8794af net-libs/glib-networking: add a compile phase Package-Manager: Portage-2.3.40, Repoman-2.3.9 Manifest-Sign-Key: 0x7DF238CF0AA182E1 ...glib-networking-2.56.0.ebuild => glib-networking-2.56.0-r1.ebuild} | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/net-libs/glib-networking/glib-networking-2.56.0.ebuild b/net-libs/glib-networking/glib-networking-2.56.0-r1.ebuild similarity index 97% rename from net-libs/glib-networking/glib-networking-2.56.0.ebuild rename to net-libs/glib-networking/glib-networking-2.56.0-r1.ebuild index ba7d5709..5565e12f 100644 --- a/net-libs/glib-networking/glib-networking-2.56.0.ebuild +++ b/net-libs/glib-networking/glib-networking-2.56.0-r1.ebuild @@ -51,6 +51,10 @@ multilib_src_configure() { # TODO gnutls is mandatory with meson } +multilib_src_compile() { + gnome-meson_src_compile +} + multilib_src_test() { # XXX: non-native tests fail if glib-networking is already installed. # have no idea what's wrong. would appreciate some help.