summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2007-02-03 13:06:30 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2007-02-03 13:06:30 +0000
commitf44c39c594dd513c1cc4dde81d65a961d363597b (patch)
treeee07991ccb9ddf9aac9a5cc875861f3b29dbcf55 /x11-misc
parentamd64 stable, bug 162410 (diff)
downloadgentoo-2-f44c39c594dd513c1cc4dde81d65a961d363597b.tar.gz
gentoo-2-f44c39c594dd513c1cc4dde81d65a961d363597b.tar.bz2
gentoo-2-f44c39c594dd513c1cc4dde81d65a961d363597b.zip
Add missing eutils to inherit, see bug #165122.
(Portage version: 2.1.2-r5)
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/root-portal/ChangeLog6
-rw-r--r--x11-misc/root-portal/root-portal-0.5.2.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-misc/root-portal/ChangeLog b/x11-misc/root-portal/ChangeLog
index 7fb9465b70d0..e94d457f1e1c 100644
--- a/x11-misc/root-portal/ChangeLog
+++ b/x11-misc/root-portal/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/root-portal
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/root-portal/ChangeLog,v 1.24 2007/01/05 04:49:53 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/root-portal/ChangeLog,v 1.25 2007/02/03 13:06:30 nelchael Exp $
+
+ 03 Feb 2007; Krzysiek Pawlik <nelchael@gentoo.org>
+ root-portal-0.5.2.ebuild:
+ Add missing eutils to inherit, see bug #165122.
05 Jan 2007; Ryan Hill <dirtyepic@gentoo.org> root-portal-0.5.2.ebuild:
Remove debug.eclass usage for bug #160119.
diff --git a/x11-misc/root-portal/root-portal-0.5.2.ebuild b/x11-misc/root-portal/root-portal-0.5.2.ebuild
index d557620eabaf..21e525da2db3 100644
--- a/x11-misc/root-portal/root-portal-0.5.2.ebuild
+++ b/x11-misc/root-portal/root-portal-0.5.2.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/root-portal/root-portal-0.5.2.ebuild,v 1.8 2007/01/05 04:49:53 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/root-portal/root-portal-0.5.2.ebuild,v 1.9 2007/02/03 13:06:30 nelchael Exp $
-inherit gnome2
+inherit gnome2 eutils
DESCRIPTION="A program to draw text and graphs in the root window"
HOMEPAGE="http://root-portal.sourceforge.net"