1
0
Fork 0

virtual/editor: Override default package

The default *virtual/editor* package does not consider
*sys-apps/busybox* to be a valid editor anymore, and thus anything that
depends on it will end up pulling in another editor. To prevent this,
this override of *virtual/editor* only requires
*app-editors/busybox-vi*.
master
Dustin 2017-06-26 10:18:51 -05:00
parent 27f5a046c3
commit e08b4eb63b
2 changed files with 11 additions and 0 deletions

1
virtual/editor/Manifest Normal file
View File

@ -0,0 +1 @@
EBUILD editor-0.ebuild 466 SHA256 15f258dfb3703362d58699968051e09353df881282a74be79ef4620cc0503721 SHA512 685d198438d21c2b9f34e0205876035886aa88a53a353382351f0cffeac91ebc247bfbeb3fd8ddab4a94c6a32dda850c742be690b4294796c3404620e0b6f2bd WHIRLPOOL a235636c3ce16365e37cd6ba17729ee4c16b7d084ab0aeaac9ad532755ed1a003aec7f4b5c96a531c42b63aa5f758e6f3b7a68ecca1dc90ee8ff6da036130e91

View File

@ -0,0 +1,10 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
DESCRIPTION="Virtual for editor"
SLOT="0"
KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
RDEPEND="app-editors/busybox-vi"