mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
x11-misc/xdg-utils: reintroduce 'perl' USE flag
Closes: https://bugs.gentoo.org/947658 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
This commit is contained in:
@@ -19,11 +19,11 @@ fi
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="dbus doc gnome plasma X"
|
||||
IUSE="dbus doc gnome perl plasma X"
|
||||
REQUIRED_USE="gnome? ( dbus )"
|
||||
|
||||
# dev-perl/File-MimeInfo: mimeopen used by xdg-open
|
||||
RDEPEND="
|
||||
dev-perl/File-MimeInfo
|
||||
dev-util/desktop-file-utils
|
||||
x11-misc/shared-mime-info
|
||||
dbus? (
|
||||
@@ -33,6 +33,7 @@ RDEPEND="
|
||||
dev-perl/X11-Protocol
|
||||
)
|
||||
)
|
||||
perl? ( dev-perl/File-MimeInfo )
|
||||
plasma? (
|
||||
virtual/pkgconfig
|
||||
)
|
||||
Reference in New Issue
Block a user