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 1220015800F for ; Tue, 24 Jan 2023 04:44:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2A85AE0794; Tue, 24 Jan 2023 04:44:33 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 0FD0DE0794 for ; Tue, 24 Jan 2023 04:44:33 +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 0B7A9340E2F for ; Tue, 24 Jan 2023 04:44:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2F75A771 for ; Tue, 24 Jan 2023 04:44:30 +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: <1674535440.a8a6d230ec262834bc4c3b8cad56ff5228a3682d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/pkgconf/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/pkgconf/pkgconf-1.8.0-r1.ebuild dev-util/pkgconf/pkgconf-1.8.1.ebuild dev-util/pkgconf/pkgconf-1.9.4.ebuild dev-util/pkgconf/pkgconf-9999.ebuild X-VCS-Directories: dev-util/pkgconf/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a8a6d230ec262834bc4c3b8cad56ff5228a3682d X-VCS-Branch: master Date: Tue, 24 Jan 2023 04:44:30 +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: de1f44c6-7991-4f84-bc47-0b239f0092b6 X-Archives-Hash: f9a86af2e534eb3349800d3ebc9b96dc commit: a8a6d230ec262834bc4c3b8cad56ff5228a3682d Author: Sam James gentoo org> AuthorDate: Tue Jan 24 04:43:52 2023 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jan 24 04:44:00 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8a6d230 dev-util/pkgconf: update DESCRIPTION It's C99 nowadays. Signed-off-by: Sam James gentoo.org> dev-util/pkgconf/pkgconf-1.8.0-r1.ebuild | 4 ++-- dev-util/pkgconf/pkgconf-1.8.1.ebuild | 2 +- dev-util/pkgconf/pkgconf-1.9.4.ebuild | 2 +- dev-util/pkgconf/pkgconf-9999.ebuild | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-util/pkgconf/pkgconf-1.8.0-r1.ebuild b/dev-util/pkgconf/pkgconf-1.8.0-r1.ebuild index bb47d458c3c8..1595ef6c3f88 100644 --- a/dev-util/pkgconf/pkgconf-1.8.0-r1.ebuild +++ b/dev-util/pkgconf/pkgconf-1.8.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2012-2022 Gentoo Authors +# Copyright 2012-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ else KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" fi -DESCRIPTION="pkg-config compatible replacement with no dependencies other than ANSI C89" +DESCRIPTION="pkg-config compatible replacement with no dependencies other than C99" HOMEPAGE="https://gitea.treehouse.systems/ariadne/pkgconf" LICENSE="ISC" diff --git a/dev-util/pkgconf/pkgconf-1.8.1.ebuild b/dev-util/pkgconf/pkgconf-1.8.1.ebuild index 311850a40d1d..cdefc7db77d6 100644 --- a/dev-util/pkgconf/pkgconf-1.8.1.ebuild +++ b/dev-util/pkgconf/pkgconf-1.8.1.ebuild @@ -13,7 +13,7 @@ else KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" fi -DESCRIPTION="pkg-config compatible replacement with no dependencies other than ANSI C89" +DESCRIPTION="pkg-config compatible replacement with no dependencies other than C99" HOMEPAGE="https://gitea.treehouse.systems/ariadne/pkgconf" LICENSE="ISC" diff --git a/dev-util/pkgconf/pkgconf-1.9.4.ebuild b/dev-util/pkgconf/pkgconf-1.9.4.ebuild index 9417bbe7cb65..d8b5b2b9e2ae 100644 --- a/dev-util/pkgconf/pkgconf-1.9.4.ebuild +++ b/dev-util/pkgconf/pkgconf-1.9.4.ebuild @@ -14,7 +14,7 @@ else #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" fi -DESCRIPTION="pkg-config compatible replacement with no dependencies other than ANSI C89" +DESCRIPTION="pkg-config compatible replacement with no dependencies other than C99" HOMEPAGE="https://gitea.treehouse.systems/ariadne/pkgconf" LICENSE="ISC" diff --git a/dev-util/pkgconf/pkgconf-9999.ebuild b/dev-util/pkgconf/pkgconf-9999.ebuild index e962927aff1a..d8b5b2b9e2ae 100644 --- a/dev-util/pkgconf/pkgconf-9999.ebuild +++ b/dev-util/pkgconf/pkgconf-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2012-2022 Gentoo Authors +# Copyright 2012-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,7 +14,7 @@ else #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" fi -DESCRIPTION="pkg-config compatible replacement with no dependencies other than ANSI C89" +DESCRIPTION="pkg-config compatible replacement with no dependencies other than C99" HOMEPAGE="https://gitea.treehouse.systems/ariadne/pkgconf" LICENSE="ISC"