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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 96DD815808B for ; Wed, 30 Mar 2022 04:57:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8E044E0893; Wed, 30 Mar 2022 04:57:22 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C8B34E088B for ; Wed, 30 Mar 2022 04:57:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7813D34155E for ; Wed, 30 Mar 2022 04:57:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A16C0177 for ; Wed, 30 Mar 2022 04:57:18 +0000 (UTC) From: "Joonas Niilola" 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" Message-ID: <1648615999.3f8c894a6ab074ed6209d339613575896845562e.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.25.3.ebuild X-VCS-Directories: x11-wm/enlightenment/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 3f8c894a6ab074ed6209d339613575896845562e X-VCS-Branch: master Date: Wed, 30 Mar 2022 04:57:18 +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: 22767dd7-6efa-47b6-8f33-ad5507442763 X-Archives-Hash: cf8193d2f3a06388ee96cbfc19d94b7c commit: 3f8c894a6ab074ed6209d339613575896845562e Author: Joonas Niilola gentoo org> AuthorDate: Wed Mar 30 04:53:19 2022 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed Mar 30 04:53:19 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f8c894a x11-wm/enlightenment: remove conflicting optfeature in 0.25.3 - since we have !x11-themes/e-flat-theme in efl-1.26. Flat is the default theme in enlightenment-0.25. Signed-off-by: Joonas Niilola gentoo.org> x11-wm/enlightenment/enlightenment-0.25.3.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/x11-wm/enlightenment/enlightenment-0.25.3.ebuild b/x11-wm/enlightenment/enlightenment-0.25.3.ebuild index 1c281dc0de93..51fabab81895 100644 --- a/x11-wm/enlightenment/enlightenment-0.25.3.ebuild +++ b/x11-wm/enlightenment/enlightenment-0.25.3.ebuild @@ -115,6 +115,5 @@ pkg_postinst() { optfeature "ConnMan user interface for Enlightenment" net-misc/econnman optfeature "system and process monitor" sys-process/evisum optfeature "feature rich terminal emulator" x11-terms/terminology - optfeature "a modern flat enlightenment WM theme" x11-themes/e-flat-theme optfeature "a matching GTK theme" x11-themes/e-gtk-theme }