diff options
author | Ian Stakenvicius <axs@gentoo.org> | 2012-12-11 03:38:32 +0000 |
---|---|---|
committer | Ian Stakenvicius <axs@gentoo.org> | 2012-12-11 03:38:32 +0000 |
commit | a8447c3e344f69abaa1b0f3c51823a1696099c02 (patch) | |
tree | be51a51d11c393ffdc1dfe7dea6b620e7037e9ce /net-print | |
parent | Put them back again as the js engine needs them (diff) | |
download | gentoo-2-a8447c3e344f69abaa1b0f3c51823a1696099c02.tar.gz gentoo-2-a8447c3e344f69abaa1b0f3c51823a1696099c02.tar.bz2 gentoo-2-a8447c3e344f69abaa1b0f3c51823a1696099c02.zip |
virtualized the udev dependency
(Portage version: 2.1.11.33/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED)
Diffstat (limited to 'net-print')
-rw-r--r-- | net-print/foo2zjs/ChangeLog | 5 | ||||
-rw-r--r-- | net-print/foo2zjs/foo2zjs-99999999.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-print/foo2zjs/ChangeLog b/net-print/foo2zjs/ChangeLog index c65405ee064b..db007906e95f 100644 --- a/net-print/foo2zjs/ChangeLog +++ b/net-print/foo2zjs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-print/foo2zjs # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/foo2zjs/ChangeLog,v 1.47 2012/01/18 21:01:33 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/foo2zjs/ChangeLog,v 1.48 2012/12/11 03:38:32 axs Exp $ + + 11 Dec 2012; Ian Stakenvicius <axs@gentoo.org> foo2zjs-99999999.ebuild: + virtualized the udev dependency 18 Jan 2012; Andreas K. Huettel <dilfridge@gentoo.org> +files/foo2zjs-udev.patch, foo2zjs-99999999.ebuild: diff --git a/net-print/foo2zjs/foo2zjs-99999999.ebuild b/net-print/foo2zjs/foo2zjs-99999999.ebuild index 176fc58b46f4..b055cd7ace77 100644 --- a/net-print/foo2zjs/foo2zjs-99999999.ebuild +++ b/net-print/foo2zjs/foo2zjs-99999999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/foo2zjs/foo2zjs-99999999.ebuild,v 1.7 2012/01/18 21:01:33 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/foo2zjs/foo2zjs-99999999.ebuild,v 1.8 2012/12/11 03:38:32 axs Exp $ EAPI="4" @@ -19,7 +19,7 @@ RESTRICT="bindist" RDEPEND="net-print/cups net-print/foomatic-db-engine net-print/foomatic-filters - sys-fs/udev + virtual/udev !!net-print/hplip" DEPEND="${RDEPEND} app-arch/unzip |