diff options
author | ILMostro <ilmostro7@gmail.com> | 2018-06-23 06:31:50 -0500 |
---|---|---|
committer | ILMostro <ilmostro7@gmail.com> | 2018-06-23 06:31:50 -0500 |
commit | 42e6c8f03f4e0962b31af13215034ccbd454db7d (patch) | |
tree | db908e550c396775f36bf13a1a756bc137e24a26 | |
parent | sys-fs/btrfs-progs asciidoc --> asciidoctor (diff) | |
download | ag-ops-42e6c8f03f4e0962b31af13215034ccbd454db7d.tar.gz ag-ops-42e6c8f03f4e0962b31af13215034ccbd454db7d.tar.bz2 ag-ops-42e6c8f03f4e0962b31af13215034ccbd454db7d.zip |
git-9999 typo; missing quote
-rw-r--r-- | dev-vcs/git/git-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/git/git-9999.ebuild b/dev-vcs/git/git-9999.ebuild index dfa8f2b..0c7e9b2 100644 --- a/dev-vcs/git/git-9999.ebuild +++ b/dev-vcs/git/git-9999.ebuild @@ -118,7 +118,7 @@ DEPEND="${CDEPEND} # Live ebuild builds man pages and HTML docs, additionally if [[ ${PV} == *9999 ]]; then DEPEND="${DEPEND} - dev-ruby/asciidoctor + dev-ruby/asciidoctor" fi SITEFILE="50${PN}-gentoo.el" |