Skip to content

Commit

Permalink
app-eselect/eselect-lcdfilter: fix ObsoleteUri
Browse files Browse the repository at this point in the history
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Mar 5, 2021
1 parent abd4551 commit d92d738
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app-eselect/eselect-lcdfilter/eselect-lcdfilter-2.ebuild
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6
EAPI=7

inherit vcs-snapshot readme.gentoo-r1

DESCRIPTION="Eselect module to choose Freetype infinality-enhanced LCD filtering settings"
HOMEPAGE="https://github.com/yngwin/eselect-lcdfilter"
SRC_URI="https://github.com/yngwin/eselect-lcdfilter/tarball/v${PV} -> ${P}.tar.gz"
SRC_URI="https://github.com/yngwin/eselect-lcdfilter/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""

RDEPEND="app-admin/eselect"
PDEPEND="media-libs/freetype[infinality]"
Expand Down

0 comments on commit d92d738

Please sign in to comment.