diff options
author | Sam James <sam@gentoo.org> | 2021-04-15 09:36:05 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-16 12:19:57 +0100 |
commit | 29fa8a0648e6e869c3b7f1526a9ad47bd7f191ed (patch) | |
tree | 3c82549c31e5081fb1d4779334332a8297e7af83 /net-misc | |
parent | net-misc/iaxmodem: eutils-- (diff) | |
download | gentoo-29fa8a0648e6e869c3b7f1526a9ad47bd7f191ed.tar.gz gentoo-29fa8a0648e6e869c3b7f1526a9ad47bd7f191ed.tar.bz2 gentoo-29fa8a0648e6e869c3b7f1526a9ad47bd7f191ed.zip |
net-misc/ices: eutils--
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/ices/ices-2.0.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/ices/ices-2.0.2.ebuild b/net-misc/ices/ices-2.0.2.ebuild index 823347eb42e3..02c0a2edefa3 100644 --- a/net-misc/ices/ices-2.0.2.ebuild +++ b/net-misc/ices/ices-2.0.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils user +inherit user DESCRIPTION="Icecast OGG streaming client, supports on the fly re-encoding" HOMEPAGE="http://www.icecast.org/ices.php" |