summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKacper Kowalik <xarthisius@gentoo.org>2012-05-21 18:12:18 +0000
committerKacper Kowalik <xarthisius@gentoo.org>2012-05-21 18:12:18 +0000
commit5067cfb947eacdafc31f8fdfaccdd632cfa8a3d3 (patch)
treef38d67182917b77c8bd258817da2c84e858fc55f /x11-libs/xforms
parentmarked x86 per bug 416861 (diff)
downloadgentoo-2-5067cfb947eacdafc31f8fdfaccdd632cfa8a3d3.tar.gz
gentoo-2-5067cfb947eacdafc31f8fdfaccdd632cfa8a3d3.tar.bz2
gentoo-2-5067cfb947eacdafc31f8fdfaccdd632cfa8a3d3.zip
Add missing inheritance of eutils.eclass
(Portage version: 2.2.0_alpha104/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/xforms')
-rw-r--r--x11-libs/xforms/ChangeLog7
-rw-r--r--x11-libs/xforms/xforms-1.0.90-r1.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-libs/xforms/ChangeLog b/x11-libs/xforms/ChangeLog
index 076d78aece1b..f2d3c391a765 100644
--- a/x11-libs/xforms/ChangeLog
+++ b/x11-libs/xforms/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/xforms
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/xforms/ChangeLog,v 1.49 2011/02/26 22:40:48 signals Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/xforms/ChangeLog,v 1.50 2012/05/21 18:12:18 xarthisius Exp $
+
+ 21 May 2012; Kacper Kowalik <xarthisius@gentoo.org> xforms-1.0.90-r1.ebuild:
+ Add missing inheritance of eutils.eclass
26 Feb 2011; Kevin McCarthy <signals@gentoo.org> xforms-1.0.90-r1.ebuild,
xforms-1.0.92.ebuild, xforms-1.0.92_p2.ebuild, xforms-1.0.93_p1.ebuild:
diff --git a/x11-libs/xforms/xforms-1.0.90-r1.ebuild b/x11-libs/xforms/xforms-1.0.90-r1.ebuild
index ecd8180f0b76..b9e431b07680 100644
--- a/x11-libs/xforms/xforms-1.0.90-r1.ebuild
+++ b/x11-libs/xforms/xforms-1.0.90-r1.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/x11-libs/xforms/xforms-1.0.90-r1.ebuild,v 1.16 2011/02/26 22:40:48 signals Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/xforms/xforms-1.0.90-r1.ebuild,v 1.17 2012/05/21 18:12:18 xarthisius Exp $
-inherit autotools
+inherit autotools eutils
DESCRIPTION="A graphical user interface toolkit for X"
HOMEPAGE="http://www.nongnu.org/xforms/"