diff options
author | Jaco Kroon <jaco@uls.co.za> | 2022-12-08 07:35:21 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-12-24 06:59:05 +0000 |
commit | 848784c62c84ee5cc4766a66c8335794bbde02fa (patch) | |
tree | 37daa8c30a7c84933fd4a1d7887637873e65bdb9 /sys-cluster | |
parent | dev-ruby/virtus: remove unused patch(es) (diff) | |
download | gentoo-848784c62c84ee5cc4766a66c8335794bbde02fa.tar.gz gentoo-848784c62c84ee5cc4766a66c8335794bbde02fa.tar.bz2 gentoo-848784c62c84ee5cc4766a66c8335794bbde02fa.zip |
sys-cluster/glusterfs: compile vs build deps.
Closes: https://bugs.gentoo.org/884761
Signed-off-by: Jaco Kroon <jaco@uls.co.za>
Closes: https://github.com/gentoo/gentoo/pull/28596
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/glusterfs/glusterfs-10.2-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-cluster/glusterfs/glusterfs-10.2-r2.ebuild b/sys-cluster/glusterfs/glusterfs-10.2-r2.ebuild index 1628e124f840..e124c2d7fc19 100644 --- a/sys-cluster/glusterfs/glusterfs-10.2-r2.ebuild +++ b/sys-cluster/glusterfs/glusterfs-10.2-r2.ebuild @@ -47,8 +47,6 @@ RDEPEND=" " DEPEND=" ${RDEPEND} - sys-devel/bison - sys-devel/flex virtual/acl test? ( >=dev-util/cmocka-1.0.1 app-benchmarks/dbench @@ -60,6 +58,8 @@ DEPEND=" sys-apps/attr ) " BDEPEND=" + sys-devel/bison + sys-devel/flex virtual/pkgconfig " |