From 93211fc4775bfee9407892b8a6793533572c63c6 Mon Sep 17 00:00:00 2001 From: Martin Väth Date: Wed, 2 Jan 2013 21:41:49 +0100 Subject: Fix udev dependency --- net-print/foo2zjs/ChangeLog | 5 ++++- net-print/foo2zjs/foo2zjs-20081129-r1.ebuild | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/net-print/foo2zjs/ChangeLog b/net-print/foo2zjs/ChangeLog index 34c6ba2b..41314c5e 100644 --- a/net-print/foo2zjs/ChangeLog +++ b/net-print/foo2zjs/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for net-print/foo2zjs -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 02 Jan 2013; Martin Väth + Depend only on virtual/udev + 12 Sep 2012; Martin Väth Bump to EAPI=5 diff --git a/net-print/foo2zjs/foo2zjs-20081129-r1.ebuild b/net-print/foo2zjs/foo2zjs-20081129-r1.ebuild index c9865353..d2f57b82 100644 --- a/net-print/foo2zjs/foo2zjs-20081129-r1.ebuild +++ b/net-print/foo2zjs/foo2zjs-20081129-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -78,7 +78,7 @@ DEPEND="app-arch/unzip" RDEPEND="cups? ( net-print/cups ) foomaticdb? ( net-print/foomatic-db-engine ) net-print/foomatic-filters - sys-fs/udev" + virtual/udev" KEYWORDS="~x86 ~amd64 ~ppc" S="${WORKDIR}/${PN}" -- cgit v1.2.3-65-gdbad