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 B8D35138336 for ; Thu, 11 Jul 2019 20:57:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9D7EAE07DB; Thu, 11 Jul 2019 20:57:42 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 8528DE07DB for ; Thu, 11 Jul 2019 20:57:42 +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 186F834777C for ; Thu, 11 Jul 2019 20:57:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B8A586E6 for ; Thu, 11 Jul 2019 20:57:37 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1562878577.8736b693d5fdbdbb9a2a1867595fc60ea4579082.robbat2@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/awesome/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/awesome/awesome-4.3.ebuild x11-wm/awesome/awesome-9999.ebuild X-VCS-Directories: x11-wm/awesome/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 8736b693d5fdbdbb9a2a1867595fc60ea4579082 X-VCS-Branch: master Date: Thu, 11 Jul 2019 20:57:37 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9fad9f1d-2e43-4083-bc0c-6fd1bcd80dca X-Archives-Hash: f87a00ec428df21d5d8695cc5441650c commit: 8736b693d5fdbdbb9a2a1867595fc60ea4579082 Author: Robin H. Johnson gentoo org> AuthorDate: Mon Jul 8 21:15:56 2019 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Thu Jul 11 20:56:17 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8736b693 x11-wm/awesome: improve consistency of ebuilds before other changes Package-Manager: Portage-2.3.67, Repoman-2.3.16 Signed-off-by: Robin H. Johnson gentoo.org> x11-wm/awesome/awesome-4.3.ebuild | 2 +- x11-wm/awesome/awesome-9999.ebuild | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/x11-wm/awesome/awesome-4.3.ebuild b/x11-wm/awesome/awesome-4.3.ebuild index c56912ae9fa..76a6928f1f2 100644 --- a/x11-wm/awesome/awesome-4.3.ebuild +++ b/x11-wm/awesome/awesome-4.3.ebuild @@ -8,12 +8,12 @@ inherit cmake-utils desktop pax-utils DESCRIPTION="A dynamic floating and tiling window manager" HOMEPAGE="https://awesomewm.org/" SRC_URI="https://github.com/awesomeWM/awesome-releases/raw/master/${P}.tar.xz" -RESTRICT="test" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd" IUSE="dbus doc elibc_FreeBSD gnome luajit test" +RESTRICT="test" RDEPEND=" >=dev-lang/lua-5.1:0 diff --git a/x11-wm/awesome/awesome-9999.ebuild b/x11-wm/awesome/awesome-9999.ebuild index 718d7b35ff7..23c61a5483c 100644 --- a/x11-wm/awesome/awesome-9999.ebuild +++ b/x11-wm/awesome/awesome-9999.ebuild @@ -11,7 +11,9 @@ EGIT_REPO_URI="https://github.com/awesomeWM/${PN}.git" LICENSE="GPL-2" SLOT="0" +KEYWORDS="" IUSE="dbus doc elibc_FreeBSD gnome luajit test" +RESTRICT="test" RDEPEND=" >=dev-lang/lua-5.1:0