diff options
author | Rolf Eike Beer <eike@sf-mail.de> | 2021-03-10 22:40:24 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2021-03-10 21:52:07 +0000 |
commit | 6c3038221631132a7405687fd4348c25f389be73 (patch) | |
tree | c9f8e047371a84ea96a4f9c3645ee2ebabcdbe38 /sys-fs/extundelete | |
parent | www-apps/moodle: version bumps to 3.5.17, 3.8.8, 3.9.5, 3.10.2 (diff) | |
download | gentoo-6c3038221631132a7405687fd4348c25f389be73.tar.gz gentoo-6c3038221631132a7405687fd4348c25f389be73.tar.bz2 gentoo-6c3038221631132a7405687fd4348c25f389be73.zip |
sys-fs/extundelete: keyworded 0.2.4 for sparc
Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'sys-fs/extundelete')
-rw-r--r-- | sys-fs/extundelete/extundelete-0.2.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/extundelete/extundelete-0.2.4.ebuild b/sys-fs/extundelete/extundelete-0.2.4.ebuild index cb98d1828d50..8a426e12a632 100644 --- a/sys-fs/extundelete/extundelete-0.2.4.ebuild +++ b/sys-fs/extundelete/extundelete-0.2.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT=0 -KEYWORDS="amd64 ~arm x86" +KEYWORDS="amd64 ~arm ~sparc x86" RDEPEND="sys-fs/e2fsprogs sys-libs/e2fsprogs-libs" |