summaryrefslogtreecommitdiff
path: root/app-portage
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-05-06 20:13:48 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-05-06 20:13:48 +0100
commitb6aeada044ccfcd56cb3959216cf0870893982d6 (patch)
tree4f939b40556894461e70e99663eb0d426e7d99ae /app-portage
parent98803ac9784d4b64311c1f5e8764bb91af43c604 (diff)
app-portage/sisyphus : revision bump
Diffstat (limited to 'app-portage')
-rw-r--r--app-portage/sisyphus/files/30fb816f2482fd06a60b557de5bf7cf6e8212d2a.patch13
-rw-r--r--app-portage/sisyphus/sisyphus-1.1805-r1.ebuild (renamed from app-portage/sisyphus/sisyphus-1.1805.ebuild)2
2 files changed, 15 insertions, 0 deletions
diff --git a/app-portage/sisyphus/files/30fb816f2482fd06a60b557de5bf7cf6e8212d2a.patch b/app-portage/sisyphus/files/30fb816f2482fd06a60b557de5bf7cf6e8212d2a.patch
new file mode 100644
index 00000000..4f65edbb
--- /dev/null
+++ b/app-portage/sisyphus/files/30fb816f2482fd06a60b557de5bf7cf6e8212d2a.patch
@@ -0,0 +1,13 @@
+diff --git a/src/helpers/make_local_csv b/src/helpers/make_local_csv
+index 91e00bb..fadc41e 100755
+--- a/src/helpers/make_local_csv
++++ b/src/helpers/make_local_csv
+@@ -1,7 +1,7 @@
+ #!/usr/bin/env bash
+
+ makecsv() {
+- qlist -ICScv|sed -e "s/\//\,/" -e "s/[\t ]/\,/" -e "s/\:/\,/" >> /tmp/localPackagesPre.csv
++ qlist -ICSv|sed -e "s/\//\,/" -e "s/[\t ]/\,/" -e "s/\:/\,/" >> /tmp/localPackagesPre.csv
+ mv /tmp/localPackagesPre.csv /var/lib/sisyphus/csv/
+ }
+
diff --git a/app-portage/sisyphus/sisyphus-1.1805.ebuild b/app-portage/sisyphus/sisyphus-1.1805-r1.ebuild
index caa492df..1ebe7f8b 100644
--- a/app-portage/sisyphus/sisyphus-1.1805.ebuild
+++ b/app-portage/sisyphus/sisyphus-1.1805-r1.ebuild
@@ -15,6 +15,8 @@ SLOT="0"
KEYWORDS="amd64 x86"
IUSE="+gui"
+PATCHES=( "${FILESDIR}"/30fb816f2482fd06a60b557de5bf7cf6e8212d2a.patch )
+
DEPEND="dev-lang/python[sqlite]"
RDEPEND="${DEPEND}
app-portage/gentoolkit[${PYTHON_USEDEP}]