diff options
author | David Michael <fedora.dm0@gmail.com> | 2020-12-25 21:48:36 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2021-01-18 16:09:57 -0500 |
commit | ab6f6d86b7ac0e3ecc4319f0f1641b4c8b00baff (patch) | |
tree | 7b43de315b8c2d9925cb1a984c2ccf18c68e21f4 /x11-themes | |
parent | net-libs/libndp: EAPI 7 (diff) | |
download | gentoo-ab6f6d86b7ac0e3ecc4319f0f1641b4c8b00baff.tar.gz gentoo-ab6f6d86b7ac0e3ecc4319f0f1641b4c8b00baff.tar.bz2 gentoo-ab6f6d86b7ac0e3ecc4319f0f1641b4c8b00baff.zip |
x11-themes/sound-theme-freedesktop: EAPI 7
Signed-off-by: David Michael <fedora.dm0@gmail.com>
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/sound-theme-freedesktop/sound-theme-freedesktop-0.8.ebuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/x11-themes/sound-theme-freedesktop/sound-theme-freedesktop-0.8.ebuild b/x11-themes/sound-theme-freedesktop/sound-theme-freedesktop-0.8.ebuild index f9fb1e97c178..f5677afbdc4c 100644 --- a/x11-themes/sound-theme-freedesktop/sound-theme-freedesktop-0.8.ebuild +++ b/x11-themes/sound-theme-freedesktop/sound-theme-freedesktop-0.8.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="5" +EAPI=7 DESCRIPTION="Default freedesktop.org sound theme following the XDG theming specification" HOMEPAGE="https://www.freedesktop.org/wiki/Specifications/sound-theme-spec" @@ -10,9 +10,8 @@ SRC_URI="https://people.freedesktop.org/~mccann/dist/${P}.tar.bz2" LICENSE="GPL-2 LGPL-2 CC-BY-3.0 CC-BY-SA-2.0" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x86-solaris" -IUSE="" -RDEPEND="" -DEPEND="sys-devel/gettext - dev-libs/glib:2 - >=dev-util/intltool-0.40" +BDEPEND=" + >=dev-util/intltool-0.40 + sys-devel/gettext +" |