diff options
author | 2025-02-14 05:01:52 +0000 | |
---|---|---|
committer | 2025-02-14 05:01:52 +0000 | |
commit | 559ecfba51e2b7fdcd795894d26ffc4730381f20 (patch) | |
tree | e7102ea49a85cc19a381a23e60f06702ee1156ec /media-gfx | |
parent | dev-php/pecl-ssh2: restore old SLOT (diff) | |
download | gentoo-559ecfba51e2b7fdcd795894d26ffc4730381f20.tar.gz gentoo-559ecfba51e2b7fdcd795894d26ffc4730381f20.tar.bz2 gentoo-559ecfba51e2b7fdcd795894d26ffc4730381f20.zip |
media-gfx/scrot: Stabilize 1.11.1 x86, #949717
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/scrot/scrot-1.11.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/scrot/scrot-1.11.1.ebuild b/media-gfx/scrot/scrot-1.11.1.ebuild index d383d2bfa6bc..950e73c2a37d 100644 --- a/media-gfx/scrot/scrot-1.11.1.ebuild +++ b/media-gfx/scrot/scrot-1.11.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,7 +13,7 @@ if [[ ${PV} == *9999* ]] ; then LIVE_BDEPEND="dev-build/autoconf-archive" else SRC_URI="https://github.com/resurrecting-open-source-projects/${PN}/releases/download/${PV}/${P}.tar.bz2" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86" fi LICENSE="feh" |