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 49F171382C5 for ; Wed, 18 Apr 2018 18:44:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 919E5E079E; Wed, 18 Apr 2018 18:44:31 +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 6B91AE079E for ; Wed, 18 Apr 2018 18:44:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 5E74C335C75 for ; Wed, 18 Apr 2018 18:44:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 34BE328F for ; Wed, 18 Apr 2018 18:44:28 +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: <1524077063.824e6b95e94dbea0b028cfa8323d6acf2612aad9.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-laptop/dispad/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-laptop/dispad/dispad-0.3.1-r1.ebuild X-VCS-Directories: app-laptop/dispad/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 824e6b95e94dbea0b028cfa8323d6acf2612aad9 X-VCS-Branch: master Date: Wed, 18 Apr 2018 18:44:28 +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: 79c33de2-b7f4-4799-a5f7-efe0d3ea84b3 X-Archives-Hash: 8402df14100e0d6d6ae46cd64dd6d393 commit: 824e6b95e94dbea0b028cfa8323d6acf2612aad9 Author: Johannes Huber gentoo org> AuthorDate: Wed Apr 18 18:42:10 2018 +0000 Commit: Johannes Huber gentoo org> CommitDate: Wed Apr 18 18:44:23 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=824e6b95 app-laptop/dispad: Sort deps Package-Manager: Portage-2.3.30, Repoman-2.3.9 app-laptop/dispad/dispad-0.3.1-r1.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/app-laptop/dispad/dispad-0.3.1-r1.ebuild b/app-laptop/dispad/dispad-0.3.1-r1.ebuild index 137e8161265..f2e739c0d3a 100644 --- a/app-laptop/dispad/dispad-0.3.1-r1.ebuild +++ b/app-laptop/dispad/dispad-0.3.1-r1.ebuild @@ -16,9 +16,10 @@ SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" -DEPEND="x11-libs/libX11 - x11-libs/libXi - dev-libs/confuse" +DEPEND=" + dev-libs/confuse + x11-libs/libX11 + x11-libs/libXi" RDEPEND="${DEPEND}" src_prepare() {