From 9f2e4ff990e123eaa812054fb5568905a2d76df5 Mon Sep 17 00:00:00 2001 From: Diego Elio Pettenò Date: Mon, 19 Jun 2006 22:22:19 +0000 Subject: Add missing eutils inherit, thanks to Alberto Zennaro for letting me know. (Portage version: 2.1.1_pre1-r1) --- sys-block/unieject/ChangeLog | 6 +++++- sys-block/unieject/unieject-5.2-r1.ebuild | 4 ++-- sys-block/unieject/unieject-5.3.ebuild | 4 ++-- 3 files changed, 9 insertions(+), 5 deletions(-) (limited to 'sys-block') diff --git a/sys-block/unieject/ChangeLog b/sys-block/unieject/ChangeLog index f317ed0b81e9..1ff054f348c4 100644 --- a/sys-block/unieject/ChangeLog +++ b/sys-block/unieject/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-block/unieject # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/unieject/ChangeLog,v 1.26 2006/06/16 12:39:00 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/unieject/ChangeLog,v 1.27 2006/06/19 22:22:19 flameeyes Exp $ + + 19 Jun 2006; Diego Pettenò unieject-5.2-r1.ebuild, + unieject-5.3.ebuild: + Add missing eutils inherit, thanks to Alberto Zennaro for letting me know. *unieject-5.3 (16 Jun 2006) diff --git a/sys-block/unieject/unieject-5.2-r1.ebuild b/sys-block/unieject/unieject-5.2-r1.ebuild index bbac2a114e70..c56275285c57 100644 --- a/sys-block/unieject/unieject-5.2-r1.ebuild +++ b/sys-block/unieject/unieject-5.2-r1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/unieject/unieject-5.2-r1.ebuild,v 1.2 2006/06/15 12:52:34 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/unieject/unieject-5.2-r1.ebuild,v 1.3 2006/06/19 22:22:19 flameeyes Exp $ -inherit libtool +inherit eutils libtool DESCRIPTION="Multiplatform command to eject and load CD-Rom drives" HOMEPAGE="http://dev.gentoo.org/~flameeyes/projects" diff --git a/sys-block/unieject/unieject-5.3.ebuild b/sys-block/unieject/unieject-5.3.ebuild index 28f8b0e53397..29665c94502e 100644 --- a/sys-block/unieject/unieject-5.3.ebuild +++ b/sys-block/unieject/unieject-5.3.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/unieject/unieject-5.3.ebuild,v 1.1 2006/06/16 12:39:00 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/unieject/unieject-5.3.ebuild,v 1.2 2006/06/19 22:22:19 flameeyes Exp $ -inherit libtool +inherit eutils libtool DESCRIPTION="Multiplatform command to eject and load CD-Rom drives" HOMEPAGE="http://dev.gentoo.org/~flameeyes/projects" -- cgit v1.2.3-65-gdbad