diff options
author | 2020-12-27 20:15:01 +0100 | |
---|---|---|
committer | 2020-12-27 20:16:04 +0100 | |
commit | b5a1263331b2022faff3cfeab51d5a7fb2358701 (patch) | |
tree | 534d73f1ed1ea6d0993b29db4110e63bc22b5084 /dev-util/pkgconfig/pkgconfig-0.28-r2.ebuild | |
parent | dev-libs/libyaml: drop misleading comment (diff) | |
download | gentoo-b5a1263331b2022faff3cfeab51d5a7fb2358701.tar.gz gentoo-b5a1263331b2022faff3cfeab51d5a7fb2358701.tar.bz2 gentoo-b5a1263331b2022faff3cfeab51d5a7fb2358701.zip |
dev-util/pkgconfig: drop misleading comment
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'dev-util/pkgconfig/pkgconfig-0.28-r2.ebuild')
-rw-r--r-- | dev-util/pkgconfig/pkgconfig-0.28-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/pkgconfig/pkgconfig-0.28-r2.ebuild b/dev-util/pkgconfig/pkgconfig-0.28-r2.ebuild index 0fdca76b7244..6d2a5dc55711 100644 --- a/dev-util/pkgconfig/pkgconfig-0.28-r2.ebuild +++ b/dev-util/pkgconfig/pkgconfig-0.28-r2.ebuild @@ -42,7 +42,7 @@ src_prepare() { if [[ ${PV} == *9999* ]]; then eautoreconf else - elibtoolize # Required for FreeMiNT wrt #333429 + elibtoolize fi } |