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 C74461396D0 for ; Wed, 13 Sep 2017 17:06:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 27108E0C2F; Wed, 13 Sep 2017 17:06:44 +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 0A3C1E0C2F for ; Wed, 13 Sep 2017 17:06:44 +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 342A934069A for ; Wed, 13 Sep 2017 17:06:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CD0B29064 for ; Wed, 13 Sep 2017 17:06:41 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1505322392.7c1568a570aeb4d4deb01194cd5f2d10c542e72e.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/appstream/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/appstream/appstream-0.11.5.ebuild X-VCS-Directories: dev-libs/appstream/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 7c1568a570aeb4d4deb01194cd5f2d10c542e72e X-VCS-Branch: master Date: Wed, 13 Sep 2017 17:06:41 +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: 4601cf2b-b60a-47a6-b3a7-0e7a4a128a79 X-Archives-Hash: 91e72b9077b26357a1b0562fee801dca commit: 7c1568a570aeb4d4deb01194cd5f2d10c542e72e Author: Johannes Huber gentoo org> AuthorDate: Wed Sep 13 17:05:34 2017 +0000 Commit: Johannes Huber gentoo org> CommitDate: Wed Sep 13 17:06:32 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c1568a5 dev-libs/appstream: DEPEND on >=dev-util/meson-0.42.0 Reported-by: Elias Probst eliasprobst.eu> Closes: https://bugs.gentoo.org/630876 Package-Manager: Portage-2.3.8, Repoman-2.3.3 dev-libs/appstream/appstream-0.11.5.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-libs/appstream/appstream-0.11.5.ebuild b/dev-libs/appstream/appstream-0.11.5.ebuild index 20780653a43..1a70d5615e0 100644 --- a/dev-libs/appstream/appstream-0.11.5.ebuild +++ b/dev-libs/appstream/appstream-0.11.5.ebuild @@ -36,6 +36,7 @@ RDEPEND=" DEPEND="${RDEPEND} app-text/docbook-xml-dtd:4.5 dev-util/itstool + >=dev-util/meson-0.42.0 sys-devel/gettext test? ( qt5? ( dev-qt/qttest:5 )