summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKacper Kowalik <xarthisius@gentoo.org>2012-05-21 19:15:30 +0000
committerKacper Kowalik <xarthisius@gentoo.org>2012-05-21 19:15:30 +0000
commit3ef4d74887037c16894e5278421daf1ad511226d (patch)
treebeb62da5703dd9cf125b7b5da5f7fb7607597428 /net-misc/openrdate/openrdate-1.2.ebuild
parentMarking ssm-1.1 ppc for bug 413815 (diff)
downloadgentoo-2-3ef4d74887037c16894e5278421daf1ad511226d.tar.gz
gentoo-2-3ef4d74887037c16894e5278421daf1ad511226d.tar.bz2
gentoo-2-3ef4d74887037c16894e5278421daf1ad511226d.zip
Add missing inheritance of eutils.eclass
(Portage version: 2.2.0_alpha104/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/openrdate/openrdate-1.2.ebuild')
-rw-r--r--net-misc/openrdate/openrdate-1.2.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-misc/openrdate/openrdate-1.2.ebuild b/net-misc/openrdate/openrdate-1.2.ebuild
index 28855ab75ea9..0ff50923e898 100644
--- a/net-misc/openrdate/openrdate-1.2.ebuild
+++ b/net-misc/openrdate/openrdate-1.2.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/openrdate/openrdate-1.2.ebuild,v 1.6 2010/10/16 14:03:56 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/openrdate/openrdate-1.2.ebuild,v 1.7 2012/05/21 19:15:30 xarthisius Exp $
WANT_AUTOMAKE=1.9
-inherit autotools
+inherit autotools eutils
DESCRIPTION="use TCP or UDP to retrieve the current time of another machine"
HOMEPAGE="http://sourceforge.net/projects/openrdate/"