summaryrefslogtreecommitdiff
path: root/app-misc/calamares-runtime
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-12-18 17:32:03 +0000
committerV3n3RiX <venerix@redcorelinux.org>2017-12-18 17:32:03 +0000
commit929e61184c24f4226517390ec38e1f5d5f4ed45a (patch)
treea9b2eb24cf04fef2a6afe0d8c3ff6a40e114e916 /app-misc/calamares-runtime
parent5a6110ba8efdf8273cb9c45d7e1ea747455e55c7 (diff)
app-misc/calamares-runtime : fix broken ebuild
Diffstat (limited to 'app-misc/calamares-runtime')
-rw-r--r--app-misc/calamares-runtime/calamares-runtime-1710-r3.ebuild (renamed from app-misc/calamares-runtime/calamares-runtime-1710-r2.ebuild)24
1 files changed, 24 insertions, 0 deletions
diff --git a/app-misc/calamares-runtime/calamares-runtime-1710-r2.ebuild b/app-misc/calamares-runtime/calamares-runtime-1710-r3.ebuild
index af9080a1..ce2b2733 100644
--- a/app-misc/calamares-runtime/calamares-runtime-1710-r2.ebuild
+++ b/app-misc/calamares-runtime/calamares-runtime-1710-r3.ebuild
@@ -6,6 +6,8 @@ EAPI=5
PYTHON_COMPAT=( python3_{4,5,6} )
+inherit eutils python-r1
+
DESCRIPTION="Calamares distribution-independent installer framework runtime meta-package (containing all the runtime dependencies)"
SRC_URI=""
@@ -57,3 +59,25 @@ RDEPEND="
sys-auth/polkit-qt5
sys-fs/udisks:2
virtual/udev"
+
+S=${WORKDIR}
+
+src_unpack() {
+ :
+}
+
+src_prepare() {
+ :
+}
+
+src_configure() {
+ :
+}
+
+src_compile() {
+ :
+}
+
+src_install() {
+ :
+}