Skip to content

Commit

Permalink
app-emacs/color-browser: Fix path depth in patch
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/782595
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Ulrich Müller <[email protected]>
  • Loading branch information
ulm committed Apr 13, 2021
1 parent 2f16e8a commit 0bfdab3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app-emacs/color-browser/color-browser-0.3-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ KEYWORDS="~amd64 ~ppc ~sparc ~x86"
DEPEND="app-emacs/color-theme"
RDEPEND="${DEPEND}"

ELISP_PATCHES="${PV}-gentoo.patch"
PATCHES=("${FILESDIR}"/${P}-gentoo.patch)
SITEFILE="60${PN}-gentoo.el"
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--- color-browser.el.orig 2006-05-17 11:40:18.000000000 -0500
+++ color-browser.el 2006-05-17 11:38:12.000000000 -0500
--- a/color-browser.el
+++ b/color-browser.el
@@ -1028,7 +1028,7 @@
;; make some adjustments

Expand Down

0 comments on commit 0bfdab3

Please sign in to comment.