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 5F7F41581FB for ; Fri, 30 Aug 2024 19:38:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 54F21E29B0; Fri, 30 Aug 2024 19:38:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 310E9E29B0 for ; Fri, 30 Aug 2024 19:38:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 62BB434307E for ; Fri, 30 Aug 2024 19:38:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C1D13E66 for ; Fri, 30 Aug 2024 19:38:04 +0000 (UTC) From: "Dale Showers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Dale Showers" Message-ID: <1725046558.dec2cc468747897e80582cfb711ac542dee2d51f.gentoo@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: www-client/nyxt/ X-VCS-Repository: repo/proj/guru X-VCS-Files: www-client/nyxt/nyxt-3.11.7.ebuild www-client/nyxt/nyxt-3.11.8.ebuild www-client/nyxt/nyxt-9999.ebuild X-VCS-Directories: www-client/nyxt/ X-VCS-Committer: gentoo X-VCS-Committer-Name: Dale Showers X-VCS-Revision: dec2cc468747897e80582cfb711ac542dee2d51f X-VCS-Branch: dev Date: Fri, 30 Aug 2024 19:38:04 +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: 3fb1b342-31b1-433b-a7bc-12f935fc5c13 X-Archives-Hash: be26bba7b0df1d1054c0fa8836599347 commit: dec2cc468747897e80582cfb711ac542dee2d51f Author: Dale Showers fictx com> AuthorDate: Fri Aug 30 19:35:58 2024 +0000 Commit: Dale Showers fictx com> CommitDate: Fri Aug 30 19:35:58 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dec2cc46 www-client/nyxt: optfeature for wayland clipboard Removed sbcl version restriction on -9999 Signed-off-by: Dale Showers fictx.com> www-client/nyxt/nyxt-3.11.7.ebuild | 1 + www-client/nyxt/nyxt-3.11.8.ebuild | 1 + www-client/nyxt/nyxt-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/www-client/nyxt/nyxt-3.11.7.ebuild b/www-client/nyxt/nyxt-3.11.7.ebuild index af21d8782..6823fa3ef 100644 --- a/www-client/nyxt/nyxt-3.11.7.ebuild +++ b/www-client/nyxt/nyxt-3.11.7.ebuild @@ -73,6 +73,7 @@ src_install(){ pkg_postinst() { xdg_pkg_postinst + optfeature "for Wayland clipboard support" "gui-apps/wl-clipboard" optfeature "for X11 clipboard support" "x11-misc/xclip" optfeature "for spellchecking" "app-text/enchant" optfeature "for HTML5 audio/video" "media-libs/gstreamer" diff --git a/www-client/nyxt/nyxt-3.11.8.ebuild b/www-client/nyxt/nyxt-3.11.8.ebuild index ca8d78a87..4123fec32 100644 --- a/www-client/nyxt/nyxt-3.11.8.ebuild +++ b/www-client/nyxt/nyxt-3.11.8.ebuild @@ -72,6 +72,7 @@ src_install(){ pkg_postinst() { xdg_pkg_postinst + optfeature "for Wayland clipboard support" "gui-apps/wl-clipboard" optfeature "for X11 clipboard support" "x11-misc/xclip" optfeature "for spellchecking" "app-text/enchant" optfeature "for HTML5 audio/video" "media-libs/gstreamer" diff --git a/www-client/nyxt/nyxt-9999.ebuild b/www-client/nyxt/nyxt-9999.ebuild index af21d8782..4123fec32 100644 --- a/www-client/nyxt/nyxt-9999.ebuild +++ b/www-client/nyxt/nyxt-9999.ebuild @@ -37,7 +37,6 @@ RDEPEND=" DEPEND="${RDEPEND}" BDEPEND=" >=dev-lisp/sbcl-2.0.0[threads,unicode] - <=dev-lisp/sbcl-2.4.4[threads,unicode] " QA_FLAGS_IGNORED="usr/bin/${PN}" @@ -73,6 +72,7 @@ src_install(){ pkg_postinst() { xdg_pkg_postinst + optfeature "for Wayland clipboard support" "gui-apps/wl-clipboard" optfeature "for X11 clipboard support" "x11-misc/xclip" optfeature "for spellchecking" "app-text/enchant" optfeature "for HTML5 audio/video" "media-libs/gstreamer"