aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2020-02-18 16:05:42 +0100
committerUlrich Müller <ulm@gentoo.org>2020-02-18 16:05:42 +0100
commit02a6c2a31a74d492d4df38947341dea6636a5a82 (patch)
treeaee583cd33b654c1f98fb7e3051cdf74a68964c2 /appendices
parentquickstart: Remove unnecessary escaping of quotes. (diff)
downloaddevmanual-02a6c2a31a74d492d4df38947341dea6636a5a82.tar.gz
devmanual-02a6c2a31a74d492d4df38947341dea6636a5a82.tar.bz2
devmanual-02a6c2a31a74d492d4df38947341dea6636a5a82.zip
Replace ">" by "&gt;" 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.xml4
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 -&gt; ${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"
+ &gt;=dev-libs/libbsd-0.7.0"
DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig"