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 AED8E138247 for ; Wed, 6 Nov 2013 02:56:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6404FE0A9F; Wed, 6 Nov 2013 02:56:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DFD6EE0A9F for ; Wed, 6 Nov 2013 02:56:50 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F163D33EE5B for ; Wed, 6 Nov 2013 02:56:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 3BAE6E545C for ; Wed, 6 Nov 2013 02:56:47 +0000 (UTC) From: "Ben de Groot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben de Groot" Message-ID: <1383706592.a0dd385b3a76815c411955cd4a762e8fef5a4d05.yngwin@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: lxde-base/menu-cache/ X-VCS-Repository: proj/qt X-VCS-Files: lxde-base/menu-cache/menu-cache-9999.ebuild X-VCS-Directories: lxde-base/menu-cache/ X-VCS-Committer: yngwin X-VCS-Committer-Name: Ben de Groot X-VCS-Revision: a0dd385b3a76815c411955cd4a762e8fef5a4d05 X-VCS-Branch: master Date: Wed, 6 Nov 2013 02:56: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-Archives-Salt: 806d303d-0ff2-4381-8d74-a7149ea332de X-Archives-Hash: f1d90b98ec1f8bd024bc68699c517063 commit: a0dd385b3a76815c411955cd4a762e8fef5a4d05 Author: Ben de Groot gentoo org> AuthorDate: Wed Nov 6 02:56:32 2013 +0000 Commit: Ben de Groot gentoo org> CommitDate: Wed Nov 6 02:56:32 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=a0dd385b lxde-base/menu-cache: fix ebuild so it actually works --- lxde-base/menu-cache/menu-cache-9999.ebuild | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lxde-base/menu-cache/menu-cache-9999.ebuild b/lxde-base/menu-cache/menu-cache-9999.ebuild index fbd8077..2bbbeca 100644 --- a/lxde-base/menu-cache/menu-cache-9999.ebuild +++ b/lxde-base/menu-cache/menu-cache-9999.ebuild @@ -3,6 +3,9 @@ # $Header: $ EAPI=5 +AUTOTOOLS_AUTORECONF=1 +AUTOTOOLS_IN_SOURCE_BUILD=1 +inherit autotools-utils DESCRIPTION="A library creating and utilizing caches to speed up freedesktop.org application menus" HOMEPAGE="http://www.lxde.org/" @@ -23,5 +26,8 @@ IUSE="" RDEPEND="dev-libs/glib:2" DEPEND="${RDEPEND} + dev-util/gtk-doc sys-devel/gettext virtual/pkgconfig" + +DOCS=( AUTHORS NEWS README ) # ChangeLog is empty