diff options
author | Ulrich Müller <ulm@gentoo.org> | 2011-12-26 14:17:33 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2011-12-26 14:17:33 +0000 |
commit | af8dc506d35abff9394a5f4ad12145bb58259b73 (patch) | |
tree | 28528a63aeb68f5c82bf1d66c68dff2daef150c1 /app-emacs/markdown-mode | |
parent | Add app-arch/xz-utils to DEPEND. (diff) | |
download | gentoo-2-af8dc506d35abff9394a5f4ad12145bb58259b73.tar.gz gentoo-2-af8dc506d35abff9394a5f4ad12145bb58259b73.tar.bz2 gentoo-2-af8dc506d35abff9394a5f4ad12145bb58259b73.zip |
Add app-arch/xz-utils to DEPEND.
(Portage version: 2.1.10.43/cvs/Linux x86_64)
Diffstat (limited to 'app-emacs/markdown-mode')
-rw-r--r-- | app-emacs/markdown-mode/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/markdown-mode/markdown-mode-1.8.1.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/app-emacs/markdown-mode/ChangeLog b/app-emacs/markdown-mode/ChangeLog index 10aa0d772760..9b578378ce4b 100644 --- a/app-emacs/markdown-mode/ChangeLog +++ b/app-emacs/markdown-mode/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/markdown-mode # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/markdown-mode/ChangeLog,v 1.4 2011/09/26 16:43:47 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/markdown-mode/ChangeLog,v 1.5 2011/12/26 14:17:33 ulm Exp $ + + 26 Dec 2011; Ulrich Mueller <ulm@gentoo.org> markdown-mode-1.8.1.ebuild: + Add app-arch/xz-utils to DEPEND. 26 Sep 2011; Ulrich Mueller <ulm@gentoo.org> markdown-mode-1.8.1.ebuild: Source snapshot is on Gentoo mirrors now, instead of live ebuild. Bug 383181. diff --git a/app-emacs/markdown-mode/markdown-mode-1.8.1.ebuild b/app-emacs/markdown-mode/markdown-mode-1.8.1.ebuild index 43adcb1874ef..a8f87afcb83c 100644 --- a/app-emacs/markdown-mode/markdown-mode-1.8.1.ebuild +++ b/app-emacs/markdown-mode/markdown-mode-1.8.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/markdown-mode/markdown-mode-1.8.1.ebuild,v 1.4 2011/09/26 16:43:47 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/markdown-mode/markdown-mode-1.8.1.ebuild,v 1.5 2011/12/26 14:17:33 ulm Exp $ EAPI=4 @@ -17,4 +17,6 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" +DEPEND="app-arch/xz-utils" + SITEFILE="50${PN}-gentoo.el" |