diff options
author | Sam James <sam@gentoo.org> | 2024-10-11 11:50:34 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-10-11 11:50:34 +0100 |
commit | dc3dd52d5dc7da5b857b1caabd4fccf159106f1d (patch) | |
tree | a5202c33070e1321d82e0ebeb9dff7f87dfb87aa /app-pda/libplist | |
parent | app-pda/libplist: Stabilize 2.6.0 x86, #941272 (diff) | |
download | gentoo-dc3dd52d5dc7da5b857b1caabd4fccf159106f1d.tar.gz gentoo-dc3dd52d5dc7da5b857b1caabd4fccf159106f1d.tar.bz2 gentoo-dc3dd52d5dc7da5b857b1caabd4fccf159106f1d.zip |
app-pda/libplist: Stabilize 2.6.0 amd64, #941272
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-pda/libplist')
-rw-r--r-- | app-pda/libplist/libplist-2.6.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-pda/libplist/libplist-2.6.0.ebuild b/app-pda/libplist/libplist-2.6.0.ebuild index bc1f4ff25200..f49d92931881 100644 --- a/app-pda/libplist/libplist-2.6.0.ebuild +++ b/app-pda/libplist/libplist-2.6.0.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://github.com/libimobiledevice/${PN}/releases/download/${PV}/${P}. LICENSE="GPL-2+ LGPL-2.1+" SLOT="0/4" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ppc ~ppc64 ~riscv ~s390 x86" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~loong ppc ~ppc64 ~riscv ~s390 x86" IUSE="test" RESTRICT="!test? ( test )" |