Skip to content

Commit

Permalink
app-text/grip: use doubleqoutes instead of single quotes.
Browse files Browse the repository at this point in the history
Closes: gentoo#7863
  • Loading branch information
mm1ke authored and monsieurp committed Apr 10, 2018
1 parent 9dc8bf3 commit 3d2d88c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions app-text/grip/grip-4.2.0.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6
Expand All @@ -7,14 +7,14 @@ PYTHON_COMPAT=( python2_7 pypy{,3} python3_{4,5} )

inherit distutils-r1

DESCRIPTION='Preview GitHub Markdown files like Readme locally before committing them'
HOMEPAGE='https://github.com/joeyespo/grip'
LICENSE='MIT'
DESCRIPTION="Preview GitHub Markdown files like Readme locally before committing them"
HOMEPAGE="https://github.com/joeyespo/grip"
LICENSE="MIT"

SLOT='0'
SLOT="0"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"

KEYWORDS='~amd64'
KEYWORDS="~amd64"

RDEPEND="
>=dev-python/docopt-0.6.2
Expand Down

0 comments on commit 3d2d88c

Please sign in to comment.