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 E28211382C5 for ; Sat, 27 Mar 2021 23:39:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A844E0825; Sat, 27 Mar 2021 23:39:20 +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 C133CE0825 for ; Sat, 27 Mar 2021 23:39:19 +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 9E710335C47 for ; Sat, 27 Mar 2021 23:39:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3BA17478 for ; Sat, 27 Mar 2021 23:39:17 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1616888330.d9ab1c52a00ce853227e649de5f45c9f799f6d91.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/xorg-2.eclass X-VCS-Directories: eclass/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: d9ab1c52a00ce853227e649de5f45c9f799f6d91 X-VCS-Branch: master Date: Sat, 27 Mar 2021 23:39:17 +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: 7a0f99b2-aa95-4070-9f38-0d3808fc3697 X-Archives-Hash: 3c87db66048721b8c66b66596720df48 commit: d9ab1c52a00ce853227e649de5f45c9f799f6d91 Author: Matt Turner gentoo org> AuthorDate: Sat Mar 27 23:38:50 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat Mar 27 23:38:50 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9ab1c52 xorg-2.eclass: Remove 'Use' from @DEPRECATED Signed-off-by: Matt Turner gentoo.org> eclass/xorg-2.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/xorg-2.eclass b/eclass/xorg-2.eclass index 3fd388a8bae..21b3da5374a 100644 --- a/eclass/xorg-2.eclass +++ b/eclass/xorg-2.eclass @@ -10,7 +10,7 @@ # Author: Donnie Berkholz # @SUPPORTED_EAPIS: 4 5 # @BLURB: Reduces code duplication in the modularized X11 ebuilds. -# @DEPRECATED: Use xorg-3.eclass +# @DEPRECATED: xorg-3.eclass # @DESCRIPTION: # This eclass makes trivial X ebuilds possible for apps, fonts, drivers, # and more. Many things that would normally be done in various functions