Skip to content

Commit

Permalink
dev-util/pkgconfig: drop misleading comment
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Fabian Groffen <[email protected]>
  • Loading branch information
grobian committed Dec 27, 2020
1 parent 0c0bffe commit b5a1263
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dev-util/pkgconfig/pkgconfig-0.28-r2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ src_prepare() {
if [[ ${PV} == *9999* ]]; then
eautoreconf
else
elibtoolize # Required for FreeMiNT wrt #333429
elibtoolize
fi
}

Expand Down
2 changes: 1 addition & 1 deletion dev-util/pkgconfig/pkgconfig-0.28-r3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ src_prepare() {
if [[ ${PV} == *9999* ]]; then
eautoreconf
else
elibtoolize # Required for FreeMiNT wrt #333429
elibtoolize
fi
}

Expand Down
2 changes: 1 addition & 1 deletion dev-util/pkgconfig/pkgconfig-0.29.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ src_prepare() {
if [[ ${PV} == *9999* ]]; then
eautoreconf
else
elibtoolize # Required for FreeMiNT wrt #333429
elibtoolize
fi

if [[ ${CHOST} == *-solaris* ]] ; then
Expand Down
2 changes: 1 addition & 1 deletion dev-util/pkgconfig/pkgconfig-0.29.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ src_prepare() {
if [[ ${PV} == *9999* ]]; then
eautoreconf
else
elibtoolize # Required for FreeMiNT wrt #333429
elibtoolize
fi

if [[ ${CHOST} == *-solaris* ]] ; then
Expand Down
2 changes: 1 addition & 1 deletion dev-util/pkgconfig/pkgconfig-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ src_prepare() {
if [[ ${PV} == *9999* ]]; then
eautoreconf
else
elibtoolize # Required for FreeMiNT wrt #333429
elibtoolize
fi

if [[ ${CHOST} == *-solaris* ]] ; then
Expand Down

0 comments on commit b5a1263

Please sign in to comment.