diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-10-10 13:15:32 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-10-10 13:16:23 +0200 |
commit | 74c1a2dd55137294624d5164f7f6cbf7e3bde32a (patch) | |
tree | 97c8d44681d6554bebcae89ac4f030163dd674b0 | |
parent | dev-python/django: Version Bump (diff) | |
download | gentoo-74c1a2dd55137294624d5164f7f6cbf7e3bde32a.tar.gz gentoo-74c1a2dd55137294624d5164f7f6cbf7e3bde32a.tar.bz2 gentoo-74c1a2dd55137294624d5164f7f6cbf7e3bde32a.zip |
dev-vcs/git: Fix @ -> <at> conversion
Package-Manager: portage-2.2.22
Signed-off-by: Justin Lecher <jlec@gentoo.org>
-rw-r--r-- | dev-vcs/git/files/git-2.6.0-am_configure_gpg_at_startup.patch | 8 | ||||
-rw-r--r-- | dev-vcs/git/git-2.6.1-r2.ebuild (renamed from dev-vcs/git/git-2.6.1-r1.ebuild) | 0 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-vcs/git/files/git-2.6.0-am_configure_gpg_at_startup.patch b/dev-vcs/git/files/git-2.6.0-am_configure_gpg_at_startup.patch index bc60708b1d25..b5e3af106804 100644 --- a/dev-vcs/git/files/git-2.6.0-am_configure_gpg_at_startup.patch +++ b/dev-vcs/git/files/git-2.6.0-am_configure_gpg_at_startup.patch @@ -1,4 +1,4 @@ -From: Renee Margaret McConahy <nepella <at> gmail.com> +From: Renee Margaret McConahy <nepella@gmail.com> Subject: [PATCH v2] am: configure gpg at startup Newsgroups: gmane.comp.version-control.git Date: 2015-09-30 17:49:44 GMT (5 days, 14 hours and 45 minutes ago) @@ -11,7 +11,7 @@ Perhaps git_gpg_config's functionality ought to be merged into git_default_config, but this is simpler and in keeping with the current practice. -Signed-off-by: Renee Margaret McConahy <nepella <at> gmail.com> +Signed-off-by: Renee Margaret McConahy <nepella@gmail.com> --- builtin/am.c | 13 ++++++++++++- @@ -21,7 +21,7 @@ diff --git a/builtin/am.c b/builtin/am.c index 4f77e07..3bd4fd7 100644 --- a/builtin/am.c +++ b/builtin/am.c - <at> <at> -2208,6 +2208,17 <at> <at> enum resume_mode { +@@ -2208,6 +2208,17 @@ enum resume_mode { RESUME_ABORT }; @@ -39,7 +39,7 @@ index 4f77e07..3bd4fd7 100644 int cmd_am(int argc, const char **argv, const char *prefix) { struct am_state state; - <at> <at> -2308,7 +2319,7 <at> <at> int cmd_am(int argc, const char **argv, const char *prefix) +@@ -2308,7 +2319,7 @@ int cmd_am(int argc, const char **argv, const char *prefix) OPT_END() }; diff --git a/dev-vcs/git/git-2.6.1-r1.ebuild b/dev-vcs/git/git-2.6.1-r2.ebuild index b7cc65b3d621..b7cc65b3d621 100644 --- a/dev-vcs/git/git-2.6.1-r1.ebuild +++ b/dev-vcs/git/git-2.6.1-r2.ebuild |