diff options
author | Joonas Niilola <juippis@gentoo.org> | 2022-04-13 17:11:26 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2022-04-14 06:46:04 +0300 |
commit | 6f3af22480ce29a13035a08df492b54f1d299389 (patch) | |
tree | e62552f5dd33c94066cd961410511d2cf4fef71c /media-libs/liboggz | |
parent | games-rpg/the-longest-journey: but not the longest DESCRIPTION (anymore) (diff) | |
download | gentoo-6f3af22480ce29a13035a08df492b54f1d299389.tar.gz gentoo-6f3af22480ce29a13035a08df492b54f1d299389.tar.bz2 gentoo-6f3af22480ce29a13035a08df492b54f1d299389.zip |
media-libs/liboggz: update DESCRIPTION
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'media-libs/liboggz')
-rw-r--r-- | media-libs/liboggz/liboggz-1.1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/liboggz/liboggz-1.1.1.ebuild b/media-libs/liboggz/liboggz-1.1.1.ebuild index 99c9083902df..7a548e7c20c7 100644 --- a/media-libs/liboggz/liboggz-1.1.1.ebuild +++ b/media-libs/liboggz/liboggz-1.1.1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit autotools -DESCRIPTION="Oggz provides a simple programming interface for reading and writing Ogg files and streams" +DESCRIPTION="A simple programming interface for reading and writing Ogg files and streams" HOMEPAGE="https://www.xiph.org/oggz/" SRC_URI="https://downloads.xiph.org/releases/${PN}/${P}.tar.gz" |