x11-misc/nitrogen: use BDEPEND in EAPI 7, style

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2021-03-17 02:24:07 +00:00
parent ef66bfa492
commit 5c858fcfbc
2 changed files with 7 additions and 6 deletions

View File

@@ -2,6 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit autotools flag-o-matic gnome2-utils xdg-utils
DESCRIPTION="A background browser and setter for X"
@@ -13,6 +14,7 @@ SLOT="0"
KEYWORDS="amd64 ~ppc x86"
IUSE="nls xinerama"
BDEPEND="virtual/pkgconfig"
RDEPEND="
>=dev-cpp/gtkmm-2.10:2.4
>=gnome-base/librsvg-2.20:2
@@ -21,7 +23,6 @@ RDEPEND="
"
DEPEND="
${RDEPEND}
virtual/pkgconfig
nls? ( sys-devel/gettext )
xinerama? ( x11-base/xorg-proto )
"

View File

@@ -1,27 +1,27 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit autotools flag-o-matic git-r3 xdg-utils
DESCRIPTION="A background browser and setter for X"
HOMEPAGE="https://github.com/l3ib/nitrogen"
EGIT_REPO_URI="https://github.com/l3ib/${PN}"
IUSE="nls xinerama"
KEYWORDS=""
LICENSE="GPL-2"
SLOT="0"
IUSE="nls xinerama"
BDEPEND="virtual/pkgconfig"
RDEPEND="
>=dev-cpp/gtkmm-2.10:2.4
>=gnome-base/librsvg-2.20:2
>=x11-libs/gtk+-2.10:2
xinerama? ( x11-libs/libXinerama )
"
BDEPEND="
DEPEND="
${RDEPEND}
virtual/pkgconfig
nls? ( sys-devel/gettext )
xinerama? ( x11-base/xorg-proto )
"