diff options
author | Ulrich Müller <ulm@gentoo.org> | 2011-04-15 21:57:05 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2011-04-15 21:57:05 +0000 |
commit | 360bca9b020777270b0b90c820d2e0bc1a264b57 (patch) | |
tree | cc32fb8f6f16ed9c7ad32319531b6f38120c0350 /sys-fs | |
parent | Don't PROVIDE virtual/dev-manager, it is a new-style virtual now. Bug 361133. (diff) | |
download | gentoo-2-360bca9b020777270b0b90c820d2e0bc1a264b57.tar.gz gentoo-2-360bca9b020777270b0b90c820d2e0bc1a264b57.tar.bz2 gentoo-2-360bca9b020777270b0b90c820d2e0bc1a264b57.zip |
Don't PROVIDE virtual/dev-manager, it is a new-style virtual now. Bug 361133.
(Portage version: 2.1.9.46/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/static-dev/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/static-dev/static-dev-0.1.ebuild | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/sys-fs/static-dev/ChangeLog b/sys-fs/static-dev/ChangeLog index 4794d617a68c..14654ff55065 100644 --- a/sys-fs/static-dev/ChangeLog +++ b/sys-fs/static-dev/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/static-dev # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/static-dev/ChangeLog,v 1.11 2011/02/06 11:05:58 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/static-dev/ChangeLog,v 1.12 2011/04/15 21:57:05 ulm Exp $ + + 15 Apr 2011; Ulrich Mueller <ulm@gentoo.org> static-dev-0.1.ebuild: + Don't PROVIDE virtual/dev-manager, it is a new-style virtual now. Bug 361133. 06 Feb 2011; Mart Raudsepp <leio@gentoo.org> static-dev-0.1.ebuild: Drop to ~mips diff --git a/sys-fs/static-dev/static-dev-0.1.ebuild b/sys-fs/static-dev/static-dev-0.1.ebuild index 88a766629613..68fe60af5fae 100644 --- a/sys-fs/static-dev/static-dev-0.1.ebuild +++ b/sys-fs/static-dev/static-dev-0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/static-dev/static-dev-0.1.ebuild,v 1.12 2011/02/06 11:05:58 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/static-dev/static-dev-0.1.ebuild,v 1.13 2011/04/15 21:57:05 ulm Exp $ inherit toolchain-funcs @@ -15,8 +15,6 @@ IUSE="" RDEPEND="|| ( sys-apps/makedev =sys-apps/baselayout-1* )" -PROVIDE="virtual/dev-manager" - pkg_preinst() { if [[ -d ${ROOT}/dev/.udev || -c ${ROOT}/dev/.devfs ]] ; then echo "" |