diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2012-05-21 18:46:24 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2012-05-21 18:46:24 +0000 |
commit | 5862bfa9fb8dfac2243672444d6cdc63a5e024ac (patch) | |
tree | 01dc3257ab0f57236fd704b2d1a9e1a325cb7361 /dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild | |
parent | Need eutils for epatch. (diff) | |
download | gentoo-2-5862bfa9fb8dfac2243672444d6cdc63a5e024ac.tar.gz gentoo-2-5862bfa9fb8dfac2243672444d6cdc63a5e024ac.tar.bz2 gentoo-2-5862bfa9fb8dfac2243672444d6cdc63a5e024ac.zip |
Add missing inheritance of eutils.eclass
(Portage version: 2.2.0_alpha104/cvs/Linux x86_64)
Diffstat (limited to 'dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild')
-rw-r--r-- | dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild b/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild index b9e44d781f32..3f782f760773 100644 --- a/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild +++ b/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild @@ -1,9 +1,9 @@ -# 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/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild,v 1.5 2011/11/10 19:20:20 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild,v 1.6 2012/05/21 18:46:24 xarthisius Exp $ EAPI=4 -inherit autotools mono +inherit autotools eutils mono MY_P=${PN}-${PV#*_pre} |