summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Rostovtsev <tetromino@gentoo.org>2012-05-21 19:12:07 +0000
committerAlexandre Rostovtsev <tetromino@gentoo.org>2012-05-21 19:12:07 +0000
commit6658276a539dc43dc1764b64ce60784e281eeb34 (patch)
tree97d4291e54f8d4b00585442abd3ded413506aec8 /x11-wm/muffin
parentNeed eutils for epatch. (diff)
downloadgentoo-2-6658276a539dc43dc1764b64ce60784e281eeb34.tar.gz
gentoo-2-6658276a539dc43dc1764b64ce60784e281eeb34.tar.bz2
gentoo-2-6658276a539dc43dc1764b64ce60784e281eeb34.zip
Need eutils for epatch.
(Portage version: 2.2.0_alpha107/cvs/Linux x86_64)
Diffstat (limited to 'x11-wm/muffin')
-rw-r--r--x11-wm/muffin/ChangeLog6
-rw-r--r--x11-wm/muffin/muffin-1.0.2-r1.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-wm/muffin/ChangeLog b/x11-wm/muffin/ChangeLog
index 930647934837..b4739875f4b1 100644
--- a/x11-wm/muffin/ChangeLog
+++ b/x11-wm/muffin/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-wm/muffin
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/muffin/ChangeLog,v 1.5 2012/05/04 08:58:56 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/muffin/ChangeLog,v 1.6 2012/05/21 19:12:07 tetromino Exp $
+
+ 21 May 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
+ muffin-1.0.2-r1.ebuild:
+ Need eutils for epatch.
04 May 2012; Jeff Horelick <jdhore@gentoo.org> muffin-1.0.1.ebuild,
muffin-1.0.2.ebuild, muffin-1.0.2-r1.ebuild:
diff --git a/x11-wm/muffin/muffin-1.0.2-r1.ebuild b/x11-wm/muffin/muffin-1.0.2-r1.ebuild
index d203d92a799c..57dfeeba5a44 100644
--- a/x11-wm/muffin/muffin-1.0.2-r1.ebuild
+++ b/x11-wm/muffin/muffin-1.0.2-r1.ebuild
@@ -1,12 +1,12 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/muffin/muffin-1.0.2-r1.ebuild,v 1.2 2012/05/04 08:58:56 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/muffin/muffin-1.0.2-r1.ebuild,v 1.3 2012/05/21 19:12:07 tetromino Exp $
EAPI="4"
GCONF_DEBUG="no"
GNOME2_LA_PUNT="yes"
-inherit gnome2
+inherit eutils gnome2
DESCRIPTION="Compositing window manager forked from Mutter for use with Cinnamon"
HOMEPAGE="http://cinnamon.linuxmint.com/"