diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-08-05 16:09:07 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-08-05 16:09:07 +0200 |
commit | 44db3d21d1c3714d05b70ee87d790b1d731f379c (patch) | |
tree | afeef54b6aaacaf7b3edf1006f38da3f05298b98 /x11-themes/fvwm-crystal | |
parent | net-misc/omniORB: x86 stable wrt bug #735424 (diff) | |
download | gentoo-44db3d21d1c3714d05b70ee87d790b1d731f379c.tar.gz gentoo-44db3d21d1c3714d05b70ee87d790b1d731f379c.tar.bz2 gentoo-44db3d21d1c3714d05b70ee87d790b1d731f379c.zip |
x11-themes/fvwm-crystal: x86 stable wrt bug #735508
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'x11-themes/fvwm-crystal')
-rw-r--r-- | x11-themes/fvwm-crystal/fvwm-crystal-3.6.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-themes/fvwm-crystal/fvwm-crystal-3.6.5.ebuild b/x11-themes/fvwm-crystal/fvwm-crystal-3.6.5.ebuild index b9953e40b09e..0c35ad5f394f 100644 --- a/x11-themes/fvwm-crystal/fvwm-crystal-3.6.5.ebuild +++ b/x11-themes/fvwm-crystal/fvwm-crystal-3.6.5.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-3+" SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~ppc ~ppc64 x86" REQUIRED_USE="${PYTHON_REQUIRED_USE}" case ${PV} in @@ -20,7 +20,7 @@ case ${PV} in inherit subversion ESVN_REPO_URI="svn://svn.code.sf.net/p/fvwm-crystal/code" SRC_URI="" - KEYWORDS="amd64" + KEYWORDS="amd64 x86" S="${WORKDIR}/${PN}" src_unpack() { subversion_src_unpack |