diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 20:24:57 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 07:03:03 +0100 |
commit | 0c5031cf16c73e2c8c3db86e07c5bb7ec81ccff4 (patch) | |
tree | 82792a1e335a54b11371130fc7741fd1a8b7c6ee /media-sound/gnump3d | |
parent | media-sound/gnump3d: drop superfluous sed DEPEND (diff) | |
download | gentoo-0c5031cf16c73e2c8c3db86e07c5bb7ec81ccff4.tar.gz gentoo-0c5031cf16c73e2c8c3db86e07c5bb7ec81ccff4.tar.bz2 gentoo-0c5031cf16c73e2c8c3db86e07c5bb7ec81ccff4.zip |
media-sound/gnump3d: eutils--
Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-sound/gnump3d')
-rw-r--r-- | media-sound/gnump3d/gnump3d-3.0-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/gnump3d/gnump3d-3.0-r2.ebuild b/media-sound/gnump3d/gnump3d-3.0-r2.ebuild index e43126228278..63c211a36959 100644 --- a/media-sound/gnump3d/gnump3d-3.0-r2.ebuild +++ b/media-sound/gnump3d/gnump3d-3.0-r2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 PERL_EXPORT_PHASE_FUNCTIONS=no -inherit eutils multilib user perl-module +inherit multilib user perl-module DESCRIPTION="A streaming server for MP3, OGG vorbis and other streamable files" HOMEPAGE="https://www.gnu.org/software/gnump3d/" |