mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-emacs/emacs-common: IDEPEND instead of RDEPEND for postinst/postrm
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
This commit is contained in:
@@ -16,9 +16,9 @@ IUSE="games gsettings gui"
|
||||
|
||||
DEPEND="games? ( acct-group/gamestat )"
|
||||
RDEPEND="!=app-editors/emacs-29.1_rc1-r0
|
||||
${DEPEND}
|
||||
gui? ( gsettings? ( dev-libs/glib ) )"
|
||||
${DEPEND}"
|
||||
PDEPEND=">=app-editors/emacs-23.1:*"
|
||||
IDEPEND="gui? ( gsettings? ( dev-libs/glib ) )"
|
||||
|
||||
src_install() {
|
||||
insinto "${SITELISP}"
|
||||
|
||||
Reference in New Issue
Block a user