Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mail-client/aerc: missing space between variables in live ebuild and metadata indentation #25593

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion mail-client/aerc/aerc-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ src_unpack() {
src_compile() {
LDFLAGS= \
emake GOFLAGS="-mod=vendor $(usex notmuch "-tags=notmuch" "")" \
PREFIX="${EPREFIX}/usr"VERSION=${PV} all
PREFIX="${EPREFIX}/usr" VERSION=${PV} all
}

src_install() {
Expand Down
4 changes: 2 additions & 2 deletions mail-client/aerc/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<pkgmetadata>
<maintainer type="person">
<email>williamh@gentoo.org</email>
<name>William Hubbs</name>
</maintainer>
<name>William Hubbs</name>
</maintainer>
<use>
<flag name="notmuch">Enable support for <pkg>net-mail/notmuch</pkg></flag>
</use>
Expand Down