diff options
Diffstat (limited to 'appendices/devbook-guide/text.xml')
-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" |