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 9C9C013829C for ; Mon, 30 May 2016 20:36:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8293B1423F; Mon, 30 May 2016 20:36:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EFC751423F for ; Mon, 30 May 2016 20:36:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AE48D340BB4 for ; Mon, 30 May 2016 20:36:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C9FCB95D for ; Mon, 30 May 2016 20:36:51 +0000 (UTC) From: "Sven Wegener" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sven Wegener" Message-ID: <1464640604.e096fe12d1b45779ccf34388a1e6f99357aec7f7.swegener@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/pdns/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/pdns/files/pdns X-VCS-Directories: net-dns/pdns/files/ X-VCS-Committer: swegener X-VCS-Committer-Name: Sven Wegener X-VCS-Revision: e096fe12d1b45779ccf34388a1e6f99357aec7f7 X-VCS-Branch: master Date: Mon, 30 May 2016 20:36:51 +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: 8fe641cb-ec50-49c6-8bc7-e1bc52834e75 X-Archives-Hash: 006fa4dc2d73e3e1faa4bed331c4f3c0 commit: e096fe12d1b45779ccf34388a1e6f99357aec7f7 Author: Gordon Pettey gmail com> AuthorDate: Wed May 18 15:51:04 2016 +0000 Commit: Sven Wegener gentoo org> CommitDate: Mon May 30 20:36:44 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e096fe12 net-dns/pdns: Start database before pdns, bug #533162 net-dns/pdns/files/pdns | 1 + 1 file changed, 1 insertion(+) diff --git a/net-dns/pdns/files/pdns b/net-dns/pdns/files/pdns index 2894b34..8ff6753 100644 --- a/net-dns/pdns/files/pdns +++ b/net-dns/pdns/files/pdns @@ -18,6 +18,7 @@ fi depend() { need net + use mysql postgresql } start() {