diff options
author | Ulrich Müller <ulm@gentoo.org> | 2017-04-22 22:30:26 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2017-04-22 22:58:04 +0200 |
commit | b5866f14da5bbf07785438fcb65ae26e5800c1ff (patch) | |
tree | cdfa8094e03d1499dd9c468bf1d79a0f9fde0913 /app-doc | |
parent | dev-python/chardet: sync pytest-runner patch with upstream (diff) | |
download | gentoo-b5866f14da5bbf07785438fcb65ae26e5800c1ff.tar.gz gentoo-b5866f14da5bbf07785438fcb65ae26e5800c1ff.tar.bz2 gentoo-b5866f14da5bbf07785438fcb65ae26e5800c1ff.zip |
app-doc/elisp-manual: Drop explicit dependency on xz-utils.
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'app-doc')
-rw-r--r-- | app-doc/elisp-manual/elisp-manual-23.4.ebuild | 5 | ||||
-rw-r--r-- | app-doc/elisp-manual/elisp-manual-24.5.ebuild | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/app-doc/elisp-manual/elisp-manual-23.4.ebuild b/app-doc/elisp-manual/elisp-manual-23.4.ebuild index 7650b580822e..ea879a7492ce 100644 --- a/app-doc/elisp-manual/elisp-manual-23.4.ebuild +++ b/app-doc/elisp-manual/elisp-manual-23.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -15,8 +15,7 @@ LICENSE="FDL-1.3+" SLOT="23" KEYWORDS="amd64 ppc x86 ~x86-fbsd" -DEPEND="app-arch/xz-utils - sys-apps/texinfo" +DEPEND="sys-apps/texinfo" S="${WORKDIR}/lispref" diff --git a/app-doc/elisp-manual/elisp-manual-24.5.ebuild b/app-doc/elisp-manual/elisp-manual-24.5.ebuild index cdfe92bcb750..fca59e62bcf4 100644 --- a/app-doc/elisp-manual/elisp-manual-24.5.ebuild +++ b/app-doc/elisp-manual/elisp-manual-24.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -14,8 +14,7 @@ LICENSE="FDL-1.3+" SLOT="24" KEYWORDS="amd64 ppc x86 ~x86-fbsd" -DEPEND="app-arch/xz-utils - sys-apps/texinfo" +DEPEND="sys-apps/texinfo" S="${WORKDIR}/lispref" |