diff options
author | Ulrich Müller <ulm@gentoo.org> | 2017-09-22 18:01:19 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2017-09-22 18:07:01 +0200 |
commit | e40ee6dcd25c3749bc1aad485a7c4e23a85e38cb (patch) | |
tree | 66c57a410af7239e908b1b884e3ad805cc2a8c46 /app-emacs | |
parent | kde-apps/akonadi: Block instead of depend (diff) | |
download | gentoo-e40ee6dcd25c3749bc1aad485a7c4e23a85e38cb.tar.gz gentoo-e40ee6dcd25c3749bc1aad485a7c4e23a85e38cb.tar.bz2 gentoo-e40ee6dcd25c3749bc1aad485a7c4e23a85e38cb.zip |
app-emacs/bbdb: RESTRICT=test
Closes: https://bugs.gentoo.org/631700
Package-Manager: Portage-2.3.10, Repoman-2.3.3
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/bbdb/bbdb-3.1.2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-emacs/bbdb/bbdb-3.1.2.ebuild b/app-emacs/bbdb/bbdb-3.1.2.ebuild index 6f3ff45a2ad9..58c9da5277c0 100644 --- a/app-emacs/bbdb/bbdb-3.1.2.ebuild +++ b/app-emacs/bbdb/bbdb-3.1.2.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 @@ -13,6 +13,7 @@ LICENSE="GPL-3+ GPL-1+ FDL-1.3+" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris" IUSE="tex vm" +RESTRICT="test" #631700 DEPEND="tex? ( virtual/tex-base ) vm? ( app-emacs/vm )" |