diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-11-22 00:18:08 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-11-22 00:18:08 +0000 |
commit | 72f185c3f05ce941fc4da94dac323ed62487d33d (patch) | |
tree | 86886316c5003f05f1d1c88ab8abe5cd893420bc /app-emacs/org-mode/org-mode-7.9.2.ebuild | |
parent | Version bump KDE Telepathy 0.5.1 (diff) | |
download | historical-72f185c3f05ce941fc4da94dac323ed62487d33d.tar.gz historical-72f185c3f05ce941fc4da94dac323ed62487d33d.tar.bz2 historical-72f185c3f05ce941fc4da94dac323ed62487d33d.zip |
Add RESTRICT="test": The "testing" subdirectory needed for tests is only present in the upstream git repository, but not distributed with the package's tarball, bug 441072 comment #4. Remove old.
Package-Manager: portage-2.1.11.31/cvs/Linux x86_64
Manifest-Sign-Key: 0xE7BE08CA7DC6EA25
Diffstat (limited to 'app-emacs/org-mode/org-mode-7.9.2.ebuild')
-rw-r--r-- | app-emacs/org-mode/org-mode-7.9.2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-emacs/org-mode/org-mode-7.9.2.ebuild b/app-emacs/org-mode/org-mode-7.9.2.ebuild index 5efacdfe2f50..070eb039a639 100644 --- a/app-emacs/org-mode/org-mode-7.9.2.ebuild +++ b/app-emacs/org-mode/org-mode-7.9.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/org-mode/org-mode-7.9.2.ebuild,v 1.4 2012/11/21 20:46:51 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/org-mode/org-mode-7.9.2.ebuild,v 1.5 2012/11/22 00:18:04 ulm Exp $ EAPI=4 NEED_EMACS=22 @@ -15,6 +15,7 @@ LICENSE="GPL-3+ FDL-1.3+ contrib? ( GPL-2+ MIT ) odt-schema? ( OASIS-Open )" SLOT="0" KEYWORDS="amd64 ppc x86 ~x86-fbsd ~x86-macos" IUSE="contrib doc odt-schema" +RESTRICT="test" DEPEND="doc? ( virtual/texi2dvi )" |