summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2018-11-11 13:51:48 +0100
committerPacho Ramos <pacho@gentoo.org>2018-11-11 14:07:28 +0100
commita45386a59aa2f04eb2db74e4a05386928be7b9a0 (patch)
tree7bf46fef13d21c722b2d4f98f2575cf011a648b1 /virtual/dev-manager/dev-manager-0-r2.ebuild
parentdev-python/celery: couchdb will be removed (diff)
downloadgentoo-a45386a59aa2f04eb2db74e4a05386928be7b9a0.tar.gz
gentoo-a45386a59aa2f04eb2db74e4a05386928be7b9a0.tar.bz2
gentoo-a45386a59aa2f04eb2db74e4a05386928be7b9a0.zip
virtual/dev-manager: devfsd is being removed (#664680)
Signed-off-by: Pacho Ramos <pacho@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'virtual/dev-manager/dev-manager-0-r2.ebuild')
-rw-r--r--virtual/dev-manager/dev-manager-0-r2.ebuild15
1 files changed, 15 insertions, 0 deletions
diff --git a/virtual/dev-manager/dev-manager-0-r2.ebuild b/virtual/dev-manager/dev-manager-0-r2.ebuild
new file mode 100644
index 000000000000..705da285bc14
--- /dev/null
+++ b/virtual/dev-manager/dev-manager-0-r2.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+DESCRIPTION="Virtual for the device filesystem manager"
+SLOT="0"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
+
+RDEPEND="|| (
+ virtual/udev
+ sys-apps/busybox[mdev]
+ sys-fs/static-dev
+ sys-freebsd/freebsd-sbin
+ )"