summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2020-07-28 13:38:49 -0400
committerAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2020-07-28 13:38:49 -0400
commitd85ccc3098a292e8b5591f6e89a8d12ec535b0fa (patch)
treeaf893c86e96a5c94b81a188dd96379100da3c072
parentd3f22535221f3b99a9b3f4f8f7a5558ef731749b (diff)
downloadgentoo-overlay-d85ccc3098a292e8b5591f6e89a8d12ec535b0fa.tar.xz
gentoo-overlay-d85ccc3098a292e8b5591f6e89a8d12ec535b0fa.zip
tree-wide fixes
-rw-r--r--virtual/notification-daemon/notification-daemon-1.ebuild4
-rw-r--r--virtual/rust/rust-1.44.0.ebuild15
-rw-r--r--x11-apps/mesa-progs/mesa-progs-8.4.0-r1.ebuild2
-rw-r--r--x11-apps/mesa-progs/mesa-progs-9999.ebuild2
-rw-r--r--x11-misc/redshift/redshift-1.12-r4.ebuild2
5 files changed, 5 insertions, 20 deletions
diff --git a/virtual/notification-daemon/notification-daemon-1.ebuild b/virtual/notification-daemon/notification-daemon-1.ebuild
index 6e0d476..ed472a5 100644
--- a/virtual/notification-daemon/notification-daemon-1.ebuild
+++ b/virtual/notification-daemon/notification-daemon-1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DESCRIPTION="Virtual for notification daemon dbus service"
SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE="gnome kde wayland"
RDEPEND="
diff --git a/virtual/rust/rust-1.44.0.ebuild b/virtual/rust/rust-1.44.0.ebuild
deleted file mode 100644
index 3d33a14..0000000
--- a/virtual/rust/rust-1.44.0.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit multilib-build
-
-DESCRIPTION="Virtual for Rust language compiler"
-
-LICENSE=""
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-
-BDEPEND=""
-RDEPEND="|| ( =dev-lang/rust-bin-${PV}*[${MULTILIB_USEDEP}] =dev-lang/rust-${PV}*[${MULTILIB_USEDEP}] )"
diff --git a/x11-apps/mesa-progs/mesa-progs-8.4.0-r1.ebuild b/x11-apps/mesa-progs/mesa-progs-8.4.0-r1.ebuild
index 295d0d1..1e36b3e 100644
--- a/x11-apps/mesa-progs/mesa-progs-8.4.0-r1.ebuild
+++ b/x11-apps/mesa-progs/mesa-progs-8.4.0-r1.ebuild
@@ -27,7 +27,7 @@ IUSE="egl gles2"
RDEPEND="
media-libs/mesa[egl?,gles2?]
- media-libs/glew
+ media-libs/glew:=
virtual/opengl
x11-libs/libX11"
DEPEND="${RDEPEND}
diff --git a/x11-apps/mesa-progs/mesa-progs-9999.ebuild b/x11-apps/mesa-progs/mesa-progs-9999.ebuild
index 96677b7..a20e558 100644
--- a/x11-apps/mesa-progs/mesa-progs-9999.ebuild
+++ b/x11-apps/mesa-progs/mesa-progs-9999.ebuild
@@ -26,7 +26,7 @@ SLOT="0"
IUSE="egl gles2"
RDEPEND="
- media-libs/glew
+ media-libs/glew:=
media-libs/mesa[egl?,gles2?]
virtual/opengl
x11-libs/libX11"
diff --git a/x11-misc/redshift/redshift-1.12-r4.ebuild b/x11-misc/redshift/redshift-1.12-r4.ebuild
index 6e03f65..2009403 100644
--- a/x11-misc/redshift/redshift-1.12-r4.ebuild
+++ b/x11-misc/redshift/redshift-1.12-r4.ebuild
@@ -33,7 +33,7 @@ DEPEND="${COMMON_DEPEND}
"
REQUIRED_USE="gtk? ( ${PYTHON_REQUIRED_USE} )"
-PATCHES+=( ${FILESDIR}/redshift-wlroots-gamma.patch )
+PATCHES+=( "${FILESDIR}/redshift-wlroots-gamma.patch" )
src_prepare() {
default