diff options
author | Sam James <sam@gentoo.org> | 2021-03-16 16:55:44 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-16 19:22:09 +0000 |
commit | 156f138420de2c6d5a5f9fa3e154db10c99953d0 (patch) | |
tree | 213d6cc79d42df40e3b35e6c57735a925d597927 /x11-misc/xcave/xcave-2.5.1.ebuild | |
parent | x11-misc/xcave: drop 2.4.0 (diff) | |
download | gentoo-156f138420de2c6d5a5f9fa3e154db10c99953d0.tar.gz gentoo-156f138420de2c6d5a5f9fa3e154db10c99953d0.tar.bz2 gentoo-156f138420de2c6d5a5f9fa3e154db10c99953d0.zip |
x11-misc/xcave: tiny style change
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-misc/xcave/xcave-2.5.1.ebuild')
-rw-r--r-- | x11-misc/xcave/xcave-2.5.1.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/x11-misc/xcave/xcave-2.5.1.ebuild b/x11-misc/xcave/xcave-2.5.1.ebuild index 21223817b379..bb21e3da7208 100644 --- a/x11-misc/xcave/xcave-2.5.1.ebuild +++ b/x11-misc/xcave/xcave-2.5.1.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 + inherit flag-o-matic DESCRIPTION="View and manage contents of your wine cellar" @@ -18,9 +19,7 @@ RDEPEND=" gnome-base/libglade x11-libs/gtk+:2 " -DEPEND=" - ${RDEPEND} -" +DEPEND="${RDEPEND}" BDEPEND=" dev-util/intltool sys-devel/gettext |