diff options
author | Ulrich Müller <ulm@gentoo.org> | 2020-02-18 16:05:42 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2020-02-18 16:05:42 +0100 |
commit | 02a6c2a31a74d492d4df38947341dea6636a5a82 (patch) | |
tree | aee583cd33b654c1f98fb7e3051cdf74a68964c2 /appendices | |
parent | quickstart: Remove unnecessary escaping of quotes. (diff) | |
download | devmanual-02a6c2a31a74d492d4df38947341dea6636a5a82.tar.gz devmanual-02a6c2a31a74d492d4df38947341dea6636a5a82.tar.bz2 devmanual-02a6c2a31a74d492d4df38947341dea6636a5a82.zip |
Replace ">" by ">" throughout.
Most instances are already being escaped, so convert the few remaining
ones for consistency throughout the document.
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'appendices')
-rw-r--r-- | appendices/devbook-guide/text.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/appendices/devbook-guide/text.xml b/appendices/devbook-guide/text.xml index 72e51e9..1a3d538 100644 --- a/appendices/devbook-guide/text.xml +++ b/appendices/devbook-guide/text.xml @@ -334,14 +334,14 @@ EAPI=7 DESCRIPTION="MicroGnuEmacs, a port from the BSDs" HOMEPAGE="https://homepage.boetes.org/software/mg/" -SRC_URI="https://github.com/hboetes/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/hboetes/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="public-domain" SLOT="0" KEYWORDS="alpha amd64 arm hppa ppc ~ppc64 sparc x86" RDEPEND="sys-libs/ncurses:0= - >=dev-libs/libbsd-0.7.0" + >=dev-libs/libbsd-0.7.0" DEPEND="${RDEPEND}" BDEPEND="virtual/pkgconfig" |