diff options
author | Zac Medico <zmedico@gentoo.org> | 2012-06-04 07:10:44 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2012-06-04 07:10:44 +0000 |
commit | bf2c1449d4cee1e24bc725e3a3833a40f41b5efa (patch) | |
tree | b00db6744cac93cf15612d0d5abeed3ae7b6ea65 /dev-dotnet/monocalendar/monocalendar-0.7.2.ebuild | |
parent | inherit multilib for get_libdir (diff) | |
download | gentoo-2-bf2c1449d4cee1e24bc725e3a3833a40f41b5efa.tar.gz gentoo-2-bf2c1449d4cee1e24bc725e3a3833a40f41b5efa.tar.bz2 gentoo-2-bf2c1449d4cee1e24bc725e3a3833a40f41b5efa.zip |
inherit multilib for get_libdir
(Portage version: 2.2.0_alpha109_p5/cvs/Linux i686)
Diffstat (limited to 'dev-dotnet/monocalendar/monocalendar-0.7.2.ebuild')
-rw-r--r-- | dev-dotnet/monocalendar/monocalendar-0.7.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-dotnet/monocalendar/monocalendar-0.7.2.ebuild b/dev-dotnet/monocalendar/monocalendar-0.7.2.ebuild index bae1a05b0ac6..f6b2c2f2ee6c 100644 --- a/dev-dotnet/monocalendar/monocalendar-0.7.2.ebuild +++ b/dev-dotnet/monocalendar/monocalendar-0.7.2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/monocalendar/monocalendar-0.7.2.ebuild,v 1.3 2011/01/25 21:24:54 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/monocalendar/monocalendar-0.7.2.ebuild,v 1.4 2012/06/04 07:10:44 zmedico Exp $ -inherit mono eutils +inherit mono eutils multilib S="${WORKDIR}/MonoCalendar" |