summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2012-04-18 16:47:30 +0000
committerAlexey Shvetsov <alexxy@gentoo.org>2012-04-18 16:47:30 +0000
commit5a9eb6d72f543a5534ead4ce0e0d2f69693a3635 (patch)
treee6343945d28e198976258d3d9408f45aea23957b /eclass/openib.eclass
parent[sys-infiniband/srptools] Version bump to OFED 1.5.4.1 (diff)
downloadgentoo-2-5a9eb6d72f543a5534ead4ce0e0d2f69693a3635.tar.gz
gentoo-2-5a9eb6d72f543a5534ead4ce0e0d2f69693a3635.tar.bz2
gentoo-2-5a9eb6d72f543a5534ead4ce0e0d2f69693a3635.zip
[eclass] add docs variable
Diffstat (limited to 'eclass/openib.eclass')
-rw-r--r--eclass/openib.eclass4
1 files changed, 3 insertions, 1 deletions
diff --git a/eclass/openib.eclass b/eclass/openib.eclass
index 72dfae3739a6..26635db1f250 100644
--- a/eclass/openib.eclass
+++ b/eclass/openib.eclass
@@ -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/eclass/openib.eclass,v 1.3 2012/04/18 16:29:47 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/openib.eclass,v 1.4 2012/04/18 16:47:30 alexxy Exp $
# @ECLASS: openib.eclass
# @AUTHOR:
@@ -53,6 +53,8 @@ OFED_BASE_VER=$(get_version_component_range 1-3 ${OFED_VER})
SRC_URI="http://www.openfabrics.org/downloads/OFED/ofed-${OFED_BASE_VER}/OFED-${OFED_VER}.tgz"
+DOCS=( AUTHORS ChangeLog README TODO )
+
case ${PN} in
ofed)
MY_PN="ofa_kernel"