Depend on `sysutils/e2fsprogs-core' in the remaining three ports
Chase commit 14e733a6bb
and depend on the new port origin which
most utilities and libraries now belong to. This would often go
unnoticed as `sysutils/e2fsprogs-core' would be pulled regardless,
but might cause package build tools to always rebuild consumers.
PR: 268551
This commit is contained in:
parent
e3bd203c5e
commit
154daac90d
3 changed files with 3 additions and 3 deletions
|
@ -46,7 +46,7 @@ ASPELL_CONFIGURE_ENABLE=aspell
|
|||
|
||||
EDITOR_CONFIGURE_WITH= internal-edit
|
||||
|
||||
EXTATTR_LIB_DEPENDS= libe2p.so:sysutils/e2fsprogs
|
||||
EXTATTR_LIB_DEPENDS= libe2p.so:sysutils/e2fsprogs-core
|
||||
|
||||
ICONV_USES= iconv
|
||||
ICONV_CONFIGURE_ENABLE= charset
|
||||
|
|
|
@ -11,7 +11,7 @@ WWW= https://e2tools.github.io/
|
|||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
LIB_DEPENDS= libext2fs.so:sysutils/e2fsprogs
|
||||
LIB_DEPENDS= libext2fs.so:sysutils/e2fsprogs-core
|
||||
|
||||
USES= pkgconfig
|
||||
GNU_CONFIGURE= yes
|
||||
|
|
|
@ -13,7 +13,7 @@ LICENSE= GPLv2+
|
|||
|
||||
RUN_DEPENDS= 7zz:archivers/7-zip \
|
||||
syslinux:sysutils/syslinux \
|
||||
mke2fs:sysutils/e2fsprogs
|
||||
mke2fs:sysutils/e2fsprogs-core
|
||||
|
||||
USES= qt:5
|
||||
USE_QT= buildtools:build linguisttools:build qmake:build \
|
||||
|
|
Loading…
Reference in a new issue