diff options
author | 2012-05-23 13:11:44 +0000 | |
---|---|---|
committer | 2012-05-23 13:11:44 +0000 | |
commit | 379c9344650f7216e601f501b84d3c764b41b86f (patch) | |
tree | 7168fb3f5600ff1b77e926e7c3a084808ba49506 /gpe-base | |
parent | Marking vigra-1.7.1-r1 ppc64 for bug 401509 (diff) | |
download | gentoo-2-379c9344650f7216e601f501b84d3c764b41b86f.tar.gz gentoo-2-379c9344650f7216e601f501b84d3c764b41b86f.tar.bz2 gentoo-2-379c9344650f7216e601f501b84d3c764b41b86f.zip |
Add missing eutils.eclass for epatch
(Portage version: 2.2.0_alpha105/cvs/Linux x86_64)
Diffstat (limited to 'gpe-base')
-rw-r--r-- | gpe-base/libgpewidget/ChangeLog | 6 | ||||
-rw-r--r-- | gpe-base/libgpewidget/libgpewidget-0.117-r1.ebuild | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/gpe-base/libgpewidget/ChangeLog b/gpe-base/libgpewidget/ChangeLog index 5420209275a5..21930d67453d 100644 --- a/gpe-base/libgpewidget/ChangeLog +++ b/gpe-base/libgpewidget/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gpe-base/libgpewidget # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gpe-base/libgpewidget/ChangeLog,v 1.10 2012/03/03 20:14:56 miknix Exp $ +# $Header: /var/cvsroot/gentoo-x86/gpe-base/libgpewidget/ChangeLog,v 1.11 2012/05/23 13:11:44 xarthisius Exp $ + + 23 May 2012; Kacper Kowalik <xarthisius@gentoo.org> + libgpewidget-0.117-r1.ebuild: + Add missing eutils.eclass for epatch 03 Mar 2012; Angelo Arrifano <miknix@gentoo.org> libgpewidget-0.117-r1.ebuild, +files/libgpewidget-0.117-linguas.patch: diff --git a/gpe-base/libgpewidget/libgpewidget-0.117-r1.ebuild b/gpe-base/libgpewidget/libgpewidget-0.117-r1.ebuild index fe589969d714..01348c734547 100644 --- a/gpe-base/libgpewidget/libgpewidget-0.117-r1.ebuild +++ b/gpe-base/libgpewidget/libgpewidget-0.117-r1.ebuild @@ -1,10 +1,11 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gpe-base/libgpewidget/libgpewidget-0.117-r1.ebuild,v 1.8 2012/03/03 20:14:56 miknix Exp $ +# $Header: /var/cvsroot/gentoo-x86/gpe-base/libgpewidget/libgpewidget-0.117-r1.ebuild,v 1.9 2012/05/23 13:11:44 xarthisius Exp $ EAPI=2 GPE_TARBALL_SUFFIX="bz2" -inherit gpe autotools + +inherit gpe autotools eutils DESCRIPTION="A collection of widgets and other common code shared by many GPE applications." |