diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-10-05 20:28:24 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-10-07 16:00:19 +0200 |
commit | 3a3164d9ed110d37f9f9d1f9c70a34445603de08 (patch) | |
tree | c9bfbefd98dab312303370770d97916ef2e142d3 /media-libs/libggi | |
parent | dev-python/sip: add -fno-strict-aliasing for python2 (diff) | |
download | gentoo-3a3164d9ed110d37f9f9d1f9c70a34445603de08.tar.gz gentoo-3a3164d9ed110d37f9f9d1f9c70a34445603de08.tar.bz2 gentoo-3a3164d9ed110d37f9f9d1f9c70a34445603de08.zip |
media-libs/libggi: fix HOMEPAGE, use HTTPS, update DESCRIPTION
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/10081
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-libs/libggi')
-rw-r--r-- | media-libs/libggi/libggi-2.2.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-libs/libggi/libggi-2.2.2.ebuild b/media-libs/libggi/libggi-2.2.2.ebuild index 49ee65b7e717..521bb6974d00 100644 --- a/media-libs/libggi/libggi-2.2.2.ebuild +++ b/media-libs/libggi/libggi-2.2.2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=0 -DESCRIPTION="Fast and safe graphics and drivers for about any graphics card to the Linux kernel (sometimes)" -HOMEPAGE="http://www.ggi-project.org" +DESCRIPTION="Provides an opaque interface to the display's acceleration function" +HOMEPAGE="https://ibiblio.org/ggicore/packages/libggi.html" SRC_URI="mirror://sourceforge/ggi/${P}.src.tar.bz2" LICENSE="MIT" |