diff options
-rw-r--r-- | app-portage/sisyphus/files/30fb816f2482fd06a60b557de5bf7cf6e8212d2a.patch | 13 | ||||
-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}] |