diff options
author | Sam James <sam@gentoo.org> | 2023-01-24 04:43:52 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-24 04:44:00 +0000 |
commit | a8a6d230ec262834bc4c3b8cad56ff5228a3682d (patch) | |
tree | 34c520e2cf161aa8ff13bf24baa7a3b41d7178ef /dev-util/pkgconf | |
parent | games-puzzle/gnome-sudoku: Version bump to 43.1 (diff) | |
download | gentoo-a8a6d230ec262834bc4c3b8cad56ff5228a3682d.tar.gz gentoo-a8a6d230ec262834bc4c3b8cad56ff5228a3682d.tar.bz2 gentoo-a8a6d230ec262834bc4c3b8cad56ff5228a3682d.zip |
dev-util/pkgconf: update DESCRIPTION
It's C99 nowadays.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/pkgconf')
-rw-r--r-- | dev-util/pkgconf/pkgconf-1.8.0-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-util/pkgconf/pkgconf-1.8.1.ebuild | 2 | ||||
-rw-r--r-- | dev-util/pkgconf/pkgconf-1.9.4.ebuild | 2 | ||||
-rw-r--r-- | 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" |