diff options
author | 2015-10-14 17:36:50 +0200 | |
---|---|---|
committer | 2015-10-14 17:36:50 +0200 | |
commit | 96af7dce2249cdf8267d86c1c4aae5a9da80e02b (patch) | |
tree | c7e7a37d6ee2cae33b23db140518554d28a4d989 | |
parent | app-arch/archwrap: Version bump (diff) | |
download | mv-96af7dce2249cdf8267d86c1c4aae5a9da80e02b.tar.gz mv-96af7dce2249cdf8267d86c1c4aae5a9da80e02b.tar.bz2 mv-96af7dce2249cdf8267d86c1c4aae5a9da80e02b.zip |
dev-cpp/cpplint: Fix python deps
-rw-r--r-- | dev-cpp/cpplint/cpplint-99999999.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-cpp/cpplint/cpplint-99999999.ebuild b/dev-cpp/cpplint/cpplint-99999999.ebuild index 127d6581..a3190db7 100644 --- a/dev-cpp/cpplint/cpplint-99999999.ebuild +++ b/dev-cpp/cpplint/cpplint-99999999.ebuild @@ -21,8 +21,7 @@ EMACSNAME="google-c-style" REQUIRED_USE="${PYTHON_REQUIRED_USE}" COMMON="emacs? ( virtual/emacs )" DEPEND="${COMMON}" -RDEPEND="dev-lang/python - ${PYTHON_DEPS} +RDEPEND="${PYTHON_DEPS} ${COMMON}" src_prepare() { |