diff options
author | Sam James <sam@gentoo.org> | 2022-09-01 01:50:01 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-09-01 01:50:01 +0100 |
commit | deac70db91d7db6807a09cddb8316f509655cfe1 (patch) | |
tree | 660217879efc227ccf26b42d9dfcda4eced3c626 /app-text/gv | |
parent | media-gfx/xfig: fix MissingUseDepDefault (diff) | |
download | gentoo-deac70db91d7db6807a09cddb8316f509655cfe1.tar.gz gentoo-deac70db91d7db6807a09cddb8316f509655cfe1.tar.bz2 gentoo-deac70db91d7db6807a09cddb8316f509655cfe1.zip |
app-text/gv: fix MissingUseDepDefault
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text/gv')
-rw-r--r-- | app-text/gv/gv-3.7.3.90-r1.ebuild (renamed from app-text/gv/gv-3.7.3.90.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/gv/gv-3.7.3.90.ebuild b/app-text/gv/gv-3.7.3.90-r1.ebuild index 697602c649e7..31c99c911a54 100644 --- a/app-text/gv/gv-3.7.3.90.ebuild +++ b/app-text/gv/gv-3.7.3.90-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -20,7 +20,7 @@ RDEPEND=" x11-libs/libICE x11-libs/libSM x11-libs/libX11 - >=x11-libs/libXaw3d-1.6-r1[unicode] + >=x11-libs/libXaw3d-1.6-r1[unicode(+)] x11-libs/libXext x11-libs/libXmu x11-libs/libXpm |