commit:     04a480fb350c265c45e938568e660a130471a183
Author:     David Michael <fedora.dm0 <AT> gmail <DOT> com>
AuthorDate: Mon Mar 22 10:06:19 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Mar 22 10:06:19 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04a480fb

dev-vcs/git: move Emacs to BDEPEND

The elisp-compile function needs a natively executable Emacs, and
it does not need to be in RDEPEND due to a few lisp files.

Closes: https://bugs.gentoo.org/759004
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: David Michael <fedora.dm0 <AT> gmail.com>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 dev-vcs/git/git-2.26.2.ebuild    | 2 +-
 dev-vcs/git/git-2.26.3.ebuild    | 2 +-
 dev-vcs/git/git-2.28.1.ebuild    | 2 +-
 dev-vcs/git/git-2.29.3.ebuild    | 2 +-
 dev-vcs/git/git-2.30.2.ebuild    | 2 +-
 dev-vcs/git/git-2.31.0-r1.ebuild | 2 +-
 dev-vcs/git/git-9999-r1.ebuild   | 2 +-
 dev-vcs/git/git-9999-r2.ebuild   | 2 +-
 dev-vcs/git/git-9999-r3.ebuild   | 2 +-
 dev-vcs/git/git-9999.ebuild      | 2 +-
 10 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/dev-vcs/git/git-2.26.2.ebuild b/dev-vcs/git/git-2.26.2.ebuild
index f4c8b88dbf9..5c1c3d2155b 100644
--- a/dev-vcs/git/git-2.26.2.ebuild
+++ b/dev-vcs/git/git-2.26.2.ebuild
@@ -72,7 +72,6 @@ DEPEND="
                net-misc/curl
                webdav? ( dev-libs/expat )
        )
-       emacs? ( >=app-editors/emacs-23.1:* )
        iconv? ( virtual/libiconv )
 "
 
@@ -116,6 +115,7 @@ BDEPEND="
                app-text/xmlto
                sys-apps/texinfo
        )
+       emacs? ( >=app-editors/emacs-23.1:* )
        gnome-keyring? ( virtual/pkgconfig )
        nls? ( sys-devel/gettext )
        test? ( app-crypt/gnupg )

diff --git a/dev-vcs/git/git-2.26.3.ebuild b/dev-vcs/git/git-2.26.3.ebuild
index 4bbcac28a0d..894ae4d66de 100644
--- a/dev-vcs/git/git-2.26.3.ebuild
+++ b/dev-vcs/git/git-2.26.3.ebuild
@@ -72,7 +72,6 @@ DEPEND="
                net-misc/curl
                webdav? ( dev-libs/expat )
        )
-       emacs? ( >=app-editors/emacs-23.1:* )
        iconv? ( virtual/libiconv )
 "
 
@@ -116,6 +115,7 @@ BDEPEND="
                app-text/xmlto
                sys-apps/texinfo
        )
+       emacs? ( >=app-editors/emacs-23.1:* )
        gnome-keyring? ( virtual/pkgconfig )
        nls? ( sys-devel/gettext )
        test? ( app-crypt/gnupg )

diff --git a/dev-vcs/git/git-2.28.1.ebuild b/dev-vcs/git/git-2.28.1.ebuild
index b52504ad1b2..72f0e2d91b1 100644
--- a/dev-vcs/git/git-2.28.1.ebuild
+++ b/dev-vcs/git/git-2.28.1.ebuild
@@ -72,7 +72,6 @@ DEPEND="
                net-misc/curl
                webdav? ( dev-libs/expat )
        )
-       emacs? ( >=app-editors/emacs-23.1:* )
        iconv? ( virtual/libiconv )
 "
 
@@ -116,6 +115,7 @@ BDEPEND="
                app-text/xmlto
                sys-apps/texinfo
        )
+       emacs? ( >=app-editors/emacs-23.1:* )
        gnome-keyring? ( virtual/pkgconfig )
        nls? ( sys-devel/gettext )
        test? ( app-crypt/gnupg )

diff --git a/dev-vcs/git/git-2.29.3.ebuild b/dev-vcs/git/git-2.29.3.ebuild
index a5dd77688d1..a0cd70ca495 100644
--- a/dev-vcs/git/git-2.29.3.ebuild
+++ b/dev-vcs/git/git-2.29.3.ebuild
@@ -72,7 +72,6 @@ DEPEND="
                net-misc/curl
                webdav? ( dev-libs/expat )
        )
-       emacs? ( >=app-editors/emacs-23.1:* )
        iconv? ( virtual/libiconv )
 "
 
@@ -117,6 +116,7 @@ BDEPEND="
                app-text/xmlto
                sys-apps/texinfo
        )
+       emacs? ( >=app-editors/emacs-23.1:* )
        gnome-keyring? ( virtual/pkgconfig )
        nls? ( sys-devel/gettext )
        test? ( app-crypt/gnupg )

diff --git a/dev-vcs/git/git-2.30.2.ebuild b/dev-vcs/git/git-2.30.2.ebuild
index 4a85546fc4f..2c446b27556 100644
--- a/dev-vcs/git/git-2.30.2.ebuild
+++ b/dev-vcs/git/git-2.30.2.ebuild
@@ -72,7 +72,6 @@ DEPEND="
                net-misc/curl
                webdav? ( dev-libs/expat )
        )
-       emacs? ( >=app-editors/emacs-23.1:* )
        iconv? ( virtual/libiconv )
 "
 
@@ -117,6 +116,7 @@ BDEPEND="
                app-text/xmlto
                sys-apps/texinfo
        )
+       emacs? ( >=app-editors/emacs-23.1:* )
        gnome-keyring? ( virtual/pkgconfig )
        nls? ( sys-devel/gettext )
        test? ( app-crypt/gnupg )

diff --git a/dev-vcs/git/git-2.31.0-r1.ebuild b/dev-vcs/git/git-2.31.0-r1.ebuild
index b3036ae3ffc..471bbf2322b 100644
--- a/dev-vcs/git/git-2.31.0-r1.ebuild
+++ b/dev-vcs/git/git-2.31.0-r1.ebuild
@@ -69,7 +69,6 @@ DEPEND="
                net-misc/curl
                webdav? ( dev-libs/expat )
        )
-       emacs? ( >=app-editors/emacs-23.1:* )
        iconv? ( virtual/libiconv )
 "
 
@@ -114,6 +113,7 @@ BDEPEND="
                app-text/xmlto
                sys-apps/texinfo
        )
+       emacs? ( >=app-editors/emacs-23.1:* )
        gnome-keyring? ( virtual/pkgconfig )
        nls? ( sys-devel/gettext )
        test? ( app-crypt/gnupg )

diff --git a/dev-vcs/git/git-9999-r1.ebuild b/dev-vcs/git/git-9999-r1.ebuild
index 367d7ed0bed..fdd0f6f7d75 100644
--- a/dev-vcs/git/git-9999-r1.ebuild
+++ b/dev-vcs/git/git-9999-r1.ebuild
@@ -69,7 +69,6 @@ DEPEND="
                net-misc/curl
                webdav? ( dev-libs/expat )
        )
-       emacs? ( >=app-editors/emacs-23.1:* )
        iconv? ( virtual/libiconv )
 "
 
@@ -114,6 +113,7 @@ BDEPEND="
                app-text/xmlto
                sys-apps/texinfo
        )
+       emacs? ( >=app-editors/emacs-23.1:* )
        gnome-keyring? ( virtual/pkgconfig )
        nls? ( sys-devel/gettext )
        test? ( app-crypt/gnupg )

diff --git a/dev-vcs/git/git-9999-r2.ebuild b/dev-vcs/git/git-9999-r2.ebuild
index 367d7ed0bed..fdd0f6f7d75 100644
--- a/dev-vcs/git/git-9999-r2.ebuild
+++ b/dev-vcs/git/git-9999-r2.ebuild
@@ -69,7 +69,6 @@ DEPEND="
                net-misc/curl
                webdav? ( dev-libs/expat )
        )
-       emacs? ( >=app-editors/emacs-23.1:* )
        iconv? ( virtual/libiconv )
 "
 
@@ -114,6 +113,7 @@ BDEPEND="
                app-text/xmlto
                sys-apps/texinfo
        )
+       emacs? ( >=app-editors/emacs-23.1:* )
        gnome-keyring? ( virtual/pkgconfig )
        nls? ( sys-devel/gettext )
        test? ( app-crypt/gnupg )

diff --git a/dev-vcs/git/git-9999-r3.ebuild b/dev-vcs/git/git-9999-r3.ebuild
index 2b86230aabe..3eac33af95b 100644
--- a/dev-vcs/git/git-9999-r3.ebuild
+++ b/dev-vcs/git/git-9999-r3.ebuild
@@ -69,7 +69,6 @@ DEPEND="
                net-misc/curl
                webdav? ( dev-libs/expat )
        )
-       emacs? ( >=app-editors/emacs-23.1:* )
        iconv? ( virtual/libiconv )
 "
 
@@ -114,6 +113,7 @@ BDEPEND="
                app-text/xmlto
                sys-apps/texinfo
        )
+       emacs? ( >=app-editors/emacs-23.1:* )
        gnome-keyring? ( virtual/pkgconfig )
        nls? ( sys-devel/gettext )
        test? ( app-crypt/gnupg )

diff --git a/dev-vcs/git/git-9999.ebuild b/dev-vcs/git/git-9999.ebuild
index 37136eafce0..fb34aa101ae 100644
--- a/dev-vcs/git/git-9999.ebuild
+++ b/dev-vcs/git/git-9999.ebuild
@@ -69,7 +69,6 @@ DEPEND="
                net-misc/curl
                webdav? ( dev-libs/expat )
        )
-       emacs? ( >=app-editors/emacs-23.1:* )
        iconv? ( virtual/libiconv )
 "
 
@@ -114,6 +113,7 @@ BDEPEND="
                app-text/xmlto
                sys-apps/texinfo
        )
+       emacs? ( >=app-editors/emacs-23.1:* )
        gnome-keyring? ( virtual/pkgconfig )
        nls? ( sys-devel/gettext )
        test? ( app-crypt/gnupg )

Reply via email to