diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-06-16 10:07:01 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-06-16 10:07:01 +0000 |
commit | e0338375aca18da4b3df02c83b9b2b25244f6712 (patch) | |
tree | 67719730b987f55eec00330827aa79ea43d2040a /eclass/mono-env.eclass | |
parent | Cleanup due #200380 (diff) | |
download | historical-e0338375aca18da4b3df02c83b9b2b25244f6712.tar.gz historical-e0338375aca18da4b3df02c83b9b2b25244f6712.tar.bz2 historical-e0338375aca18da4b3df02c83b9b2b25244f6712.zip |
Set a default SRC_URI
Diffstat (limited to 'eclass/mono-env.eclass')
-rw-r--r-- | eclass/mono-env.eclass | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/eclass/mono-env.eclass b/eclass/mono-env.eclass index 7bf53588c853..f65e9c53abab 100644 --- a/eclass/mono-env.eclass +++ b/eclass/mono-env.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mono-env.eclass,v 1.1 2013/05/24 18:08:10 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mono-env.eclass,v 1.2 2013/06/16 10:07:01 pacho Exp $ # @ECLASS: mono-env.eclass # @MAINTAINER: @@ -9,6 +9,8 @@ # @DESCRIPTION: # Set environment variables commonly used by dotnet packages. +SRC_URI="http://download.mono-project.com/sources/${PN}/${P}.tar.bz2" + EXPORT_FUNCTIONS pkg_setup if [[ ! ${_MONO_ENV} ]]; then |