diff options
author | Sam James <sam@gentoo.org> | 2022-10-20 05:16:00 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-20 05:16:14 +0100 |
commit | 0025b9dcca0c34609f380c67d40eb51452f00a07 (patch) | |
tree | bbbc8cab95f6dfae1318c59227437e038f2866b4 /dev-db/gqlplus | |
parent | app-office/upwork: fix StaticSrcUri (diff) | |
download | gentoo-0025b9dcca0c34609f380c67d40eb51452f00a07.tar.gz gentoo-0025b9dcca0c34609f380c67d40eb51452f00a07.tar.bz2 gentoo-0025b9dcca0c34609f380c67d40eb51452f00a07.zip |
dev-db/gqlplus: fix confusing comment typo
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db/gqlplus')
-rw-r--r-- | dev-db/gqlplus/gqlplus-1.16-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/gqlplus/gqlplus-1.16-r2.ebuild b/dev-db/gqlplus/gqlplus-1.16-r2.ebuild index 471d67809998..0d2c4b3310e7 100644 --- a/dev-db/gqlplus/gqlplus-1.16-r2.ebuild +++ b/dev-db/gqlplus/gqlplus-1.16-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -26,7 +26,7 @@ PATCHES=( src_prepare() { default - # don't use packaged readline and old version containing it + # don't use bundled readline and old version containing it rm -Rf readline gqlplus-1.15 aclocal.m4 configure # maintainer can't seem to get versioning right |