diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-05-17 10:49:12 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-05-17 10:49:12 +0100 |
commit | 7237ea09faa3b2d70b42fc11038242069e9627d9 (patch) | |
tree | dee0febcdb9cea6ff71152e3cac313c4d5dcea9b /dev-libs/libisoburn | |
parent | dev-libs/libisofs: stable 1.5.2 for ppc, bug #723354 (diff) | |
download | gentoo-7237ea09faa3b2d70b42fc11038242069e9627d9.tar.gz gentoo-7237ea09faa3b2d70b42fc11038242069e9627d9.tar.bz2 gentoo-7237ea09faa3b2d70b42fc11038242069e9627d9.zip |
dev-libs/libisoburn: stable 1.5.2 for ppc, bug #723354
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-libs/libisoburn')
-rw-r--r-- | dev-libs/libisoburn/libisoburn-1.5.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libisoburn/libisoburn-1.5.2.ebuild b/dev-libs/libisoburn/libisoburn-1.5.2.ebuild index 7142387b37cb..ada6d1f2d652 100644 --- a/dev-libs/libisoburn/libisoburn-1.5.2.ebuild +++ b/dev-libs/libisoburn/libisoburn-1.5.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ SRC_URI="http://files.libburnia-project.org/releases/${P}.tar.gz" LICENSE="GPL-2 GPL-3" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~sparc ~x86" IUSE="acl debug external-filters external-filters-setuid frontend-optional launch-frontend launch-frontend-setuid libedit readline static-libs xattr zlib" |