summaryrefslogtreecommitdiff
blob: 2fff5981450a9fe62f5ea7f2118b3964a3984630 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

inherit skel

MODULE="CBLAS"
IFACE="cblas"

DESCRIPTION="Manage installed $MODULE implementations"
MAINTAINER="spyderous@gentoo.org"
SVN_DATE='$Date: 2015/03/31 16:47:06 $'
VERSION=$(svn_date_to_version "${SVN_DATE}" )

# vim: set ft=eselect :