summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKacper Kowalik <xarthisius@gentoo.org>2012-05-21 18:08:18 +0000
committerKacper Kowalik <xarthisius@gentoo.org>2012-05-21 18:08:18 +0000
commit3b961906d072294bdecf4b59a45703a5763970f7 (patch)
tree9eb0904bada02a609e50d05e1fe608b45e1f6211 /x11-terms
parentRemove calls to python-distutils-ng_redoscript, it is automated in eclass. (diff)
downloadgentoo-2-3b961906d072294bdecf4b59a45703a5763970f7.tar.gz
gentoo-2-3b961906d072294bdecf4b59a45703a5763970f7.tar.bz2
gentoo-2-3b961906d072294bdecf4b59a45703a5763970f7.zip
Add missing inheritance of eutils.eclass
(Portage version: 2.2.0_alpha104/cvs/Linux x86_64)
Diffstat (limited to 'x11-terms')
-rw-r--r--x11-terms/rxvt-unicode/ChangeLog5
-rw-r--r--x11-terms/rxvt-unicode/rxvt-unicode-9.15.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-terms/rxvt-unicode/ChangeLog b/x11-terms/rxvt-unicode/ChangeLog
index 3c6bc381acae..58b842eebbb5 100644
--- a/x11-terms/rxvt-unicode/ChangeLog
+++ b/x11-terms/rxvt-unicode/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-terms/rxvt-unicode
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog,v 1.219 2012/05/03 07:11:35 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog,v 1.220 2012/05/21 18:08:18 xarthisius Exp $
+
+ 21 May 2012; Kacper Kowalik <xarthisius@gentoo.org> rxvt-unicode-9.15.ebuild:
+ Add missing inheritance of eutils.eclass
03 May 2012; Jeff Horelick <jdhore@gentoo.org> rxvt-unicode-9.15.ebuild:
dev-util/pkgconfig -> virtual/pkgconfig
diff --git a/x11-terms/rxvt-unicode/rxvt-unicode-9.15.ebuild b/x11-terms/rxvt-unicode/rxvt-unicode-9.15.ebuild
index 8c03b00f9e62..d429bddb2f3e 100644
--- a/x11-terms/rxvt-unicode/rxvt-unicode-9.15.ebuild
+++ b/x11-terms/rxvt-unicode/rxvt-unicode-9.15.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.15.ebuild,v 1.13 2012/05/03 07:11:35 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.15.ebuild,v 1.14 2012/05/21 18:08:18 xarthisius Exp $
EAPI="4"
-inherit autotools
+inherit autotools eutils
DESCRIPTION="rxvt clone with xft and unicode support"
HOMEPAGE="http://software.schmorp.de/pkg/rxvt-unicode.html"