From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C11241384B4 for ; Fri, 25 Dec 2015 18:39:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB3BDE0853; Fri, 25 Dec 2015 18:39:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 38D3EE0853 for ; Fri, 25 Dec 2015 18:39:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 11E6633E142 for ; Fri, 25 Dec 2015 18:39:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CDFBAC7A for ; Fri, 25 Dec 2015 18:39:21 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1451068752.eb57c3220e8aa856e1fd89e43d38ec7cb271e8a5.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libaccounts-glib/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libaccounts-glib/libaccounts-glib-1.19.ebuild X-VCS-Directories: net-libs/libaccounts-glib/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: eb57c3220e8aa856e1fd89e43d38ec7cb271e8a5 X-VCS-Branch: master Date: Fri, 25 Dec 2015 18:39:21 +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: 25dc5bcd-8a4f-4a07-b2ea-9181765c95f2 X-Archives-Hash: 6b58b7a5305b24a19201c6249114e730 commit: eb57c3220e8aa856e1fd89e43d38ec7cb271e8a5 Author: Michael Palimaka gentoo org> AuthorDate: Fri Dec 25 18:38:51 2015 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Fri Dec 25 18:39:12 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb57c322 net-libs/libaccounts-glib: add missing dependency Gentoo-bug: 568914 Package-Manager: portage-2.2.26 net-libs/libaccounts-glib/libaccounts-glib-1.19.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/net-libs/libaccounts-glib/libaccounts-glib-1.19.ebuild b/net-libs/libaccounts-glib/libaccounts-glib-1.19.ebuild index 62eefee..92e6a60 100644 --- a/net-libs/libaccounts-glib/libaccounts-glib-1.19.ebuild +++ b/net-libs/libaccounts-glib/libaccounts-glib-1.19.ebuild @@ -15,13 +15,14 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="debug" -DEPEND=" +RDEPEND=" dev-db/sqlite:3 dev-libs/glib:2 dev-libs/libxml2 " - -RDEPEND="${DEPEND}" +DEPEND="${RDEPEND} + dev-util/gtk-doc +" RESTRICT="test"