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 623DC13888F for ; Fri, 16 Oct 2015 14:18:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B5C5B21C009; Fri, 16 Oct 2015 14:18:44 +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 28D3621C009 for ; Fri, 16 Oct 2015 14:18:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F3FA23409D0 for ; Fri, 16 Oct 2015 14:18:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8DC43E6A for ; Fri, 16 Oct 2015 14:18:32 +0000 (UTC) From: "Ian Stakenvicius" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Stakenvicius" Message-ID: <1445005100.0affb91ea237cd078dfa733711fc475c95d9b884.axs@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/windowmaker/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/windowmaker/windowmaker-0.95.5-r1.ebuild x11-wm/windowmaker/windowmaker-0.95.5-r2.ebuild X-VCS-Directories: x11-wm/windowmaker/ X-VCS-Committer: axs X-VCS-Committer-Name: Ian Stakenvicius X-VCS-Revision: 0affb91ea237cd078dfa733711fc475c95d9b884 X-VCS-Branch: master Date: Fri, 16 Oct 2015 14:18:32 +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: 9642ff55-87d2-4ca8-b620-124e20348ebe X-Archives-Hash: 956bfe78c75a7ae296b81109112844b5 commit: 0affb91ea237cd078dfa733711fc475c95d9b884 Author: Ian Stakenvicius gentoo org> AuthorDate: Fri Oct 16 14:17:34 2015 +0000 Commit: Ian Stakenvicius gentoo org> CommitDate: Fri Oct 16 14:18:20 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0affb91e x11-wm/windowmaker-0.95.5: fix missing slot dep Cures repoman warnings and ensures correctness of VDB. Package-Manager: portage-2.2.20.1 .../{windowmaker-0.95.5-r1.ebuild => windowmaker-0.95.5-r2.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-wm/windowmaker/windowmaker-0.95.5-r1.ebuild b/x11-wm/windowmaker/windowmaker-0.95.5-r2.ebuild similarity index 97% rename from x11-wm/windowmaker/windowmaker-0.95.5-r1.ebuild rename to x11-wm/windowmaker/windowmaker-0.95.5-r2.ebuild index ef35c19..679ad08 100644 --- a/x11-wm/windowmaker/windowmaker-0.95.5-r1.ebuild +++ b/x11-wm/windowmaker/windowmaker-0.95.5-r2.ebuild @@ -21,9 +21,9 @@ DEPEND="media-libs/fontconfig x11-libs/libXpm x11-libs/libXt x11-libs/libXv - gif? ( >=media-libs/giflib-4.1.0-r3 ) + gif? ( >=media-libs/giflib-4.1.0-r3:0= ) png? ( media-libs/libpng:0= ) - jpeg? ( virtual/jpeg ) + jpeg? ( virtual/jpeg:0= ) tiff? ( media-libs/tiff:0 ) xinerama? ( x11-libs/libXinerama ) xrandr? ( x11-libs/libXrandr )"