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 4520515802F for ; Fri, 10 Mar 2023 07:46:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C23AE0871; Fri, 10 Mar 2023 07:46:00 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 63EF8E0871 for ; Fri, 10 Mar 2023 07:46:00 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8B188335DBA for ; Fri, 10 Mar 2023 07:45:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 28D228D5 for ; Fri, 10 Mar 2023 07:45:58 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1678434341.12386ce90dfc9baaa30050c7cebc42c79f84d01f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libxslt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libxslt/libxslt-9999.ebuild X-VCS-Directories: dev-libs/libxslt/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 12386ce90dfc9baaa30050c7cebc42c79f84d01f X-VCS-Branch: master Date: Fri, 10 Mar 2023 07:45:58 +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: 950d778d-290a-4c6c-aa86-ffd55fb4df7f X-Archives-Hash: c80d731981b76c50b21363227dc53b22 commit: 12386ce90dfc9baaa30050c7cebc42c79f84d01f Author: Sam James gentoo org> AuthorDate: Fri Mar 10 07:44:08 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Mar 10 07:45:41 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12386ce9 dev-libs/libxslt: fix README install for live Closes: https://bugs.gentoo.org/899696 Signed-off-by: Sam James gentoo.org> dev-libs/libxslt/libxslt-9999.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/dev-libs/libxslt/libxslt-9999.ebuild b/dev-libs/libxslt/libxslt-9999.ebuild index e03f14b67d7f..526196bef815 100644 --- a/dev-libs/libxslt/libxslt-9999.ebuild +++ b/dev-libs/libxslt/libxslt-9999.ebuild @@ -39,8 +39,6 @@ MULTILIB_WRAPPED_HEADERS=( /usr/include/libxslt/xsltconfig.h ) -DOCS=( AUTHORS FEATURES NEWS README TODO ) - src_prepare() { default