fix app-editors/sublime-text
This commit is contained in:
parent
2fe196b8f1
commit
49fe05671d
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ inherit desktop xdg-utils
|
|||
|
||||
DESCRIPTION="Sophisticated text editor for code, markup and prose"
|
||||
HOMEPAGE="https://www.sublimetext.com"
|
||||
SRC_URI="https://download.sublimetext.com/sublime_text_build_${PV}_x64.tar.bz2"
|
||||
SRC_URI="https://download.sublimetext.com/sublime_text_build_${PV}_x64.tar.xz"
|
||||
|
||||
LICENSE="Sublime"
|
||||
SLOT="0"
|
||||
|
@ -22,7 +22,7 @@ RDEPEND="
|
|||
dbus? ( sys-apps/dbus )"
|
||||
|
||||
QA_PREBUILT="*"
|
||||
S="${WORKDIR}/sublime_text_${MV}"
|
||||
S="${WORKDIR}/sublime_text"
|
||||
|
||||
# Sublime bundles the kitchen sink, which includes python and other assorted
|
||||
# modules. Do not try to unbundle these because you are guaranteed to fail.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue