diff options
author | Ulrich Müller <ulm@gentoo.org> | 2023-08-29 21:22:20 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2023-08-29 21:23:24 +0200 |
commit | 6e2546e5ff8c220085a0fb06bba5e72cf97d386d (patch) | |
tree | 827090ba5390f1bc4cc157e63ff2d8a1f88bbcdc /app-emacs/emacs-common | |
parent | media-video/pipewire: add 0.3.79 (diff) | |
download | gentoo-6e2546e5ff8c220085a0fb06bba5e72cf97d386d.tar.gz gentoo-6e2546e5ff8c220085a0fb06bba5e72cf97d386d.tar.bz2 gentoo-6e2546e5ff8c220085a0fb06bba5e72cf97d386d.zip |
app-emacs/emacs-common: Drop old blocker
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs/emacs-common')
-rw-r--r-- | app-emacs/emacs-common/emacs-common-1.9.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-emacs/emacs-common/emacs-common-1.9.ebuild b/app-emacs/emacs-common/emacs-common-1.9.ebuild index cedb36c67cbe..2ff9b7f96afb 100644 --- a/app-emacs/emacs-common/emacs-common-1.9.ebuild +++ b/app-emacs/emacs-common/emacs-common-1.9.ebuild @@ -15,8 +15,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~ IUSE="games gsettings gui" DEPEND="games? ( acct-group/gamestat )" -RDEPEND="!=app-editors/emacs-29.1_rc1-r0 - ${DEPEND}" +RDEPEND="${DEPEND}" PDEPEND=">=app-editors/emacs-23.1:*" IDEPEND="gui? ( gsettings? ( dev-libs/glib ) )" |