15 lines
301 B
Bash
15 lines
301 B
Bash
|
# Copyright 2008 Ingmar Vanhassel <ingmar@exherbo.org>
|
||
|
# Distributed under the terms of the GNU General Public License v2
|
||
|
|
||
|
require emacs
|
||
|
|
||
|
PLATFORMS="~amd64 ~x86"
|
||
|
|
||
|
DEPENDENCIES="
|
||
|
build+run:
|
||
|
dev-libs/gnutls[>=2.8]
|
||
|
"
|
||
|
|
||
|
DEFAULT_SRC_PREPARE_PATCHES=( "${FILES}"/emacs-python-docstrings.patch )
|
||
|
|