diff options
author | Florian Schmaus <flow@gentoo.org> | 2021-12-11 15:44:09 +0100 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2021-12-11 15:44:54 +0100 |
commit | 8313bd7882ebb1d157b85df7b527f451c5068890 (patch) | |
tree | 76adbb22719e9804954ccb01b0c1b89ec48f5b0e /x11-misc | |
parent | media-plugins/imlib2_loaders: Stabilize 1.7.1 amd64, #828865 (diff) | |
download | gentoo-8313bd7882ebb1d157b85df7b527f451c5068890.tar.gz gentoo-8313bd7882ebb1d157b85df7b527f451c5068890.tar.bz2 gentoo-8313bd7882ebb1d157b85df7b527f451c5068890.zip |
x11-misc/autorandr: add RDEPEND on x11-apps/xrandr
Closes: https://bugs.gentoo.org/828925
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/autorandr/autorandr-1.11-r1.ebuild (renamed from x11-misc/autorandr/autorandr-1.11.ebuild) | 1 | ||||
-rw-r--r-- | x11-misc/autorandr/autorandr-9999.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/x11-misc/autorandr/autorandr-1.11.ebuild b/x11-misc/autorandr/autorandr-1.11-r1.ebuild index adc50ea424e0..392d59491a57 100644 --- a/x11-misc/autorandr/autorandr-1.11.ebuild +++ b/x11-misc/autorandr/autorandr-1.11-r1.ebuild @@ -23,6 +23,7 @@ SLOT="0" IUSE="launcher udev" RDEPEND=" + x11-apps/xrandr launcher? ( x11-libs/libxcb ) udev? ( virtual/udev ) " diff --git a/x11-misc/autorandr/autorandr-9999.ebuild b/x11-misc/autorandr/autorandr-9999.ebuild index adc50ea424e0..392d59491a57 100644 --- a/x11-misc/autorandr/autorandr-9999.ebuild +++ b/x11-misc/autorandr/autorandr-9999.ebuild @@ -23,6 +23,7 @@ SLOT="0" IUSE="launcher udev" RDEPEND=" + x11-apps/xrandr launcher? ( x11-libs/libxcb ) udev? ( virtual/udev ) " |