mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-19 13:31:28 +02:00
sys-kernel/coreos-sources: Drop the bison+flex dependencies
They were added in the upstream eclass.
This commit is contained in:
parent
8790f59573
commit
ac8dd32dc2
@ -6,9 +6,9 @@ HOMEPAGE=http://www.kernel.org
|
|||||||
IUSE=symlink build
|
IUSE=symlink build
|
||||||
KEYWORDS=amd64
|
KEYWORDS=amd64
|
||||||
LICENSE=GPL-2
|
LICENSE=GPL-2
|
||||||
RDEPEND=sys-devel/bison sys-devel/flex !build? ( dev-lang/perl sys-devel/bc sys-devel/bison sys-devel/flex sys-devel/make >=sys-libs/ncurses-5.2 virtual/libelf )
|
RDEPEND=!build? ( dev-lang/perl sys-devel/bc sys-devel/bison sys-devel/flex sys-devel/make >=sys-libs/ncurses-5.2 virtual/libelf )
|
||||||
RESTRICT=binchecks strip
|
RESTRICT=binchecks strip
|
||||||
SLOT=4.19.46
|
SLOT=4.19.46
|
||||||
SRC_URI=mirror://kernel/linux/kernel/v4.x/patch-4.19.46.xz mirror://kernel/linux/kernel/v4.x/linux-4.19.tar.xz
|
SRC_URI=mirror://kernel/linux/kernel/v4.x/patch-4.19.46.xz mirror://kernel/linux/kernel/v4.x/linux-4.19.tar.xz
|
||||||
_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 kernel-2 b2fdd65b5edb72d87dedaa82df19553c ltprune 2729691420b6deeda2a90b1f1183fb55 multilib 1d91b03d42ab6308b5f4f6b598ed110e preserve-libs ef207dc62baddfddfd39a164d9797648 python-any-r1 4900ae970f827a22d33d41bd8b8f9ace python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf
|
_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 kernel-2 b2fdd65b5edb72d87dedaa82df19553c ltprune 2729691420b6deeda2a90b1f1183fb55 multilib 1d91b03d42ab6308b5f4f6b598ed110e preserve-libs ef207dc62baddfddfd39a164d9797648 python-any-r1 4900ae970f827a22d33d41bd8b8f9ace python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf
|
||||||
_md5_=54be679df5ad779d11123c95cb8c0ed8
|
_md5_=d79cabc85557a16224cb73e5803fb741
|
||||||
|
@ -25,10 +25,6 @@ fi
|
|||||||
|
|
||||||
KEYWORDS="amd64"
|
KEYWORDS="amd64"
|
||||||
IUSE=""
|
IUSE=""
|
||||||
RDEPEND+="
|
|
||||||
sys-devel/bison
|
|
||||||
sys-devel/flex
|
|
||||||
"
|
|
||||||
|
|
||||||
# XXX: Note we must prefix the patch filenames with "z" to ensure they are
|
# XXX: Note we must prefix the patch filenames with "z" to ensure they are
|
||||||
# applied _after_ a potential patch-${KV}.patch file, present when building a
|
# applied _after_ a potential patch-${KV}.patch file, present when building a
|
||||||
|
Loading…
x
Reference in New Issue
Block a user