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 B7D77138247 for ; Sat, 4 Jan 2014 21:54:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3CEF3E08E1; Sat, 4 Jan 2014 21:54:23 +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 CD68DE08E1 for ; Sat, 4 Jan 2014 21:54:22 +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 F183733F61A for ; Sat, 4 Jan 2014 21:54:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 00E33E54AB for ; Sat, 4 Jan 2014 21:54:18 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1388872518.c5d3ebb844ceb4fba638d5f9693317740f1e81f9.dilfridge@gentoo> Subject: [gentoo-commits] dev/dilfridge:master commit in: dev-perl/MediaWiki-API/ X-VCS-Repository: dev/dilfridge X-VCS-Files: dev-perl/MediaWiki-API/MediaWiki-API-0.390.0.ebuild X-VCS-Directories: dev-perl/MediaWiki-API/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: c5d3ebb844ceb4fba638d5f9693317740f1e81f9 X-VCS-Branch: master Date: Sat, 4 Jan 2014 21:54:18 +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: 02379dfc-412f-43e4-b9cc-79567a486906 X-Archives-Hash: 60b6d4f0addc6b274ed9ce1d74552e11 commit: c5d3ebb844ceb4fba638d5f9693317740f1e81f9 Author: Andreas K. Huettel (dilfridge) gentoo org> AuthorDate: Sat Jan 4 21:55:18 2014 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Sat Jan 4 21:55:18 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/dilfridge.git;a=commit;h=c5d3ebb8 [dev-perl/MediaWiki-API] add missing dep Package-Manager: portage-2.2.7 --- dev-perl/MediaWiki-API/MediaWiki-API-0.390.0.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-perl/MediaWiki-API/MediaWiki-API-0.390.0.ebuild b/dev-perl/MediaWiki-API/MediaWiki-API-0.390.0.ebuild index 620a72d..f5d8f84 100644 --- a/dev-perl/MediaWiki-API/MediaWiki-API-0.390.0.ebuild +++ b/dev-perl/MediaWiki-API/MediaWiki-API-0.390.0.ebuild @@ -14,3 +14,5 @@ LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" + +RDEPEND="dev-perl/JSON"