diff options
author | Martin Väth <martin@mvath.de> | 2013-01-02 21:41:49 +0100 |
---|---|---|
committer | Martin Väth <martin@mvath.de> | 2015-10-11 10:48:34 +0200 |
commit | 93211fc4775bfee9407892b8a6793533572c63c6 (patch) | |
tree | a0f9ddc33928377f9793b5857e0106e0552a6adb | |
parent | Bump squash_dir, supporting new /etc/conf.d/squash_dir (diff) | |
download | mv-93211fc4775bfee9407892b8a6793533572c63c6.tar.gz mv-93211fc4775bfee9407892b8a6793533572c63c6.tar.bz2 mv-93211fc4775bfee9407892b8a6793533572c63c6.zip |
Fix udev dependency
-rw-r--r-- | net-print/foo2zjs/ChangeLog | 5 | ||||
-rw-r--r-- | 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 <martin@mvath.de> + Depend only on virtual/udev + 12 Sep 2012; Martin Väth <martin@mvath.de> 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}" |