summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <mvath@google.com>2019-08-24 16:12:59 +0200
committerMartin Väth <mvath@google.com>2019-08-24 18:31:43 +0200
commit7d6f78039697a44af0605458ae4ddfd54af235e5 (patch)
treeec6a3f9af92b55f45bd782d61813035ab4b416cb
parentfast-syntax-highlighting, schily-tools, squashfs-tools: Version bumps (diff)
downloadmv-7d6f78039697a44af0605458ae4ddfd54af235e5.tar.gz
mv-7d6f78039697a44af0605458ae4ddfd54af235e5.tar.bz2
mv-7d6f78039697a44af0605458ae4ddfd54af235e5.zip
dev-libs/weston: remove vanished .xz, sys-block/zram-init: RESTRICT=mirror
Signed-off-by: Martin Väth <mvath@google.com>
-rw-r--r--dev-libs/weston/Manifest2
-rw-r--r--dev-libs/weston/weston-6.0.93.ebuild2
-rw-r--r--sys-block/zram-init/zram-init-9.0.ebuild1
3 files changed, 3 insertions, 2 deletions
diff --git a/dev-libs/weston/Manifest b/dev-libs/weston/Manifest
index eca27a05..58b58560 100644
--- a/dev-libs/weston/Manifest
+++ b/dev-libs/weston/Manifest
@@ -1,2 +1,2 @@
DIST weston-5.0.0.tar.xz 1467496 SHA512 b6f97eca014ea47f3de0c5ddd89712f896cd66423d0eb499e1d88d35aab616cef1e735ebb8e0cefd8b60085314b6ec3d56b39d7c4776188bb56d58efc84a52cf
-DIST weston-6.0.93.tar.xz 1085908 SHA512 daf11e2b275ccc012ce8c19ebdf39156dbcb196c2f60002cb062fe7f647e4ca889e3a64f2dba0c3e7460aeef8caf2872c607531c2e89c464ad7622c4a950248f
+DIST weston-6.0.93.tar.bz2 1180746 SHA512 3fb6d06c8fc5d8e5d3f6306f278a1227230f9ba47120475278b8cfbeee6da168834ce2c7ab25f52b382b315febf424f355cf92315c6aafbf7626522b4df4de19
diff --git a/dev-libs/weston/weston-6.0.93.ebuild b/dev-libs/weston/weston-6.0.93.ebuild
index 49de77a1..a67d9ede 100644
--- a/dev-libs/weston/weston-6.0.93.ebuild
+++ b/dev-libs/weston/weston-6.0.93.ebuild
@@ -18,7 +18,7 @@ if [[ $PV = 9999* ]]; then
SRC_URI="${SRC_PATCHES}"
KEYWORDS=""
else
- SRC_URI="https://gitlab.freedesktop.org/wayland/${PN}/-/archive/${PV}/${P}.tar.xz"
+ SRC_URI="https://gitlab.freedesktop.org/wayland/${PN}/-/archive/${PV}/${P}.tar.bz2"
KEYWORDS="~amd64 ~arm ~x86"
fi
diff --git a/sys-block/zram-init/zram-init-9.0.ebuild b/sys-block/zram-init/zram-init-9.0.ebuild
index 05abac63..4c8b2dc2 100644
--- a/sys-block/zram-init/zram-init-9.0.ebuild
+++ b/sys-block/zram-init/zram-init-9.0.ebuild
@@ -3,6 +3,7 @@
EAPI=7
inherit readme.gentoo-r1 systemd
+RESTRICT="mirror" # until available on gentoo mirrors
DESCRIPTION="Scripts to support compressed swap devices or ramdisks with zram"
HOMEPAGE="https://github.com/vaeth/zram-init/"