diff options
author | V3n3RiX <venerix@rogentos.ro> | 2015-06-01 23:24:54 +0100 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2015-06-01 23:24:54 +0100 |
commit | a8f61d83e00fb631a6adcfa7ffb363222e8ee74d (patch) | |
tree | 84e08a3488f74be140c83e55da57711ab48b80b6 | |
parent | b86f58929431b391f1a838a8beb59296c5761095 (diff) |
bump calamares ebuild && make sure we have squashfs-tools and rsync with proper useflags enabled
-rw-r--r-- | app-admin/calamares/calamares-999.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app-admin/calamares/calamares-999.ebuild b/app-admin/calamares/calamares-999.ebuild index a50537a0..dceb06b2 100644 --- a/app-admin/calamares/calamares-999.ebuild +++ b/app-admin/calamares/calamares-999.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_3 ) inherit eutils cmake-utils python-r1 git-2 EGIT_BRANCH="kogaion" -EGIT_COMMIT="78c94b4ac9ed926c5558c3efe9b21762e10357bd" +EGIT_COMMIT="5ea749b20f0a41b286d6ade6e9fc1b7b48f62632" EGIT_REPO_URI="https://gitlab.com/rogentos/calamares.git https://github.com/Rogentos/calamares.git" @@ -64,8 +64,10 @@ RDEPEND=">=dev-qt/designer-5.4.0:5 >=kde-frameworks/ki18n-5.10.0 >=kde-frameworks/kcoreaddons-5.10.0 >=kde-frameworks/solid-5.10.0 + >=net-misc/rsync-3.1[xattr] >=sys-block/parted-3.0 >=sys-apps/gptfdisk-0.8.10 + >=sys-fs/squashfs-tools-4.3:0[xattr] sys-auth/polkit-qt[qt5] sys-fs/udisks:2[systemd] virtual/udev[systemd]" |