From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1195597-garchives=archives.gentoo.org@lists.gentoo.org>
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 0C3C8138359
	for <garchives@archives.gentoo.org>; Tue, 11 Aug 2020 14:38:25 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 5AAFAE0894;
	Tue, 11 Aug 2020 14:38:24 +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 4161CE0894
	for <gentoo-commits@lists.gentoo.org>; Tue, 11 Aug 2020 14:38:24 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(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 33F5834F23F
	for <gentoo-commits@lists.gentoo.org>; Tue, 11 Aug 2020 14:38:23 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id D78E126
	for <gentoo-commits@lists.gentoo.org>; Tue, 11 Aug 2020 14:38:21 +0000 (UTC)
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" <juippis@gentoo.org>
Message-ID: <1597156695.cb5684fdbb009f703519b487612b3ca70d124b32.juippis@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/enlightenment/
X-VCS-Repository: repo/gentoo
X-VCS-Files: x11-wm/enlightenment/enlightenment-0.24.1.ebuild x11-wm/enlightenment/enlightenment-0.24.2.ebuild
X-VCS-Directories: x11-wm/enlightenment/
X-VCS-Committer: juippis
X-VCS-Committer-Name: Joonas Niilola
X-VCS-Revision: cb5684fdbb009f703519b487612b3ca70d124b32
X-VCS-Branch: master
Date: Tue, 11 Aug 2020 14:38:21 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 39492415-eecb-4b35-a36b-5bfd850d1e17
X-Archives-Hash: 737e1921815d325e14ca9964ba4c625c

commit:     cb5684fdbb009f703519b487612b3ca70d124b32
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 11 14:37:48 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Aug 11 14:38:15 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb5684fd

x11-wm/enlightenment: add missed optfeature for ddcutil

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 x11-wm/enlightenment/enlightenment-0.24.1.ebuild | 1 +
 x11-wm/enlightenment/enlightenment-0.24.2.ebuild | 1 +
 2 files changed, 2 insertions(+)

diff --git a/x11-wm/enlightenment/enlightenment-0.24.1.ebuild b/x11-wm/enlightenment/enlightenment-0.24.1.ebuild
index 3313d3a4765..d0fb774324f 100644
--- a/x11-wm/enlightenment/enlightenment-0.24.1.ebuild
+++ b/x11-wm/enlightenment/enlightenment-0.24.1.ebuild
@@ -94,6 +94,7 @@ pkg_postinst() {
 	xdg_mimeinfo_database_update
 
 	elog "Additional programs to complete full EFL suite: "
+	optfeature "better monitor backlight and brightness controls" app-misc/ddcutil
 	optfeature "office file thumbnails" app-office/libreoffice app-office/libreoffice-bin
 	optfeature "an EFL-based IDE" dev-util/edi
 	optfeature "image viewer" media-gfx/ephoto

diff --git a/x11-wm/enlightenment/enlightenment-0.24.2.ebuild b/x11-wm/enlightenment/enlightenment-0.24.2.ebuild
index bf2169b4ee5..b35c9836e6a 100644
--- a/x11-wm/enlightenment/enlightenment-0.24.2.ebuild
+++ b/x11-wm/enlightenment/enlightenment-0.24.2.ebuild
@@ -94,6 +94,7 @@ pkg_postinst() {
 	xdg_mimeinfo_database_update
 
 	elog "Additional programs to complete full EFL suite: "
+	optfeature "better monitor backlight and brightness controls" app-misc/ddcutil
 	optfeature "office file thumbnails" app-office/libreoffice app-office/libreoffice-bin
 	optfeature "an EFL-based IDE" dev-util/edi
 	optfeature "image viewer" media-gfx/ephoto