diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2022-04-05 13:11:31 +0300 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2022-04-05 13:11:44 +0300 |
commit | ca9366298a524330d7792f79a7d213a5a6767fde (patch) | |
tree | 12c8c677731646bf4752033664665e743b62d3b4 /media-gfx/fbgrab | |
parent | app-emacs/icicles: Fix byte-compilation with Emacs 28 (diff) | |
download | gentoo-ca9366298a524330d7792f79a7d213a5a6767fde.tar.gz gentoo-ca9366298a524330d7792f79a7d213a5a6767fde.tar.bz2 gentoo-ca9366298a524330d7792f79a7d213a5a6767fde.zip |
media-gfx/fbgrab-1.5: stable on amd64/x86
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Sergey Popov <pinkbyte@gentoo.org>
Diffstat (limited to 'media-gfx/fbgrab')
-rw-r--r-- | media-gfx/fbgrab/fbgrab-1.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/fbgrab/fbgrab-1.5.ebuild b/media-gfx/fbgrab/fbgrab-1.5.ebuild index cdfb3f5a4edd..47eccaee6389 100644 --- a/media-gfx/fbgrab/fbgrab-1.5.ebuild +++ b/media-gfx/fbgrab/fbgrab-1.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/GunnarMonell/fbgrab/archive/${PV}.tar.gz -> ${P}.tar LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~s390 ~sparc x86" RDEPEND="media-libs/libpng:= sys-libs/zlib" |