diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-08-05 15:52:27 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-08-05 15:52:27 +0200 |
commit | 4bfe84c6160fdcae36c57ad8affe3bb08e8a8d7d (patch) | |
tree | c4e1da032a9840f6eaa3841f6bbcbc386ab1e526 /x11-themes/fvwm-crystal | |
parent | net-misc/omniORB: amd64 stable wrt bug #735424 (diff) | |
download | gentoo-4bfe84c6160fdcae36c57ad8affe3bb08e8a8d7d.tar.gz gentoo-4bfe84c6160fdcae36c57ad8affe3bb08e8a8d7d.tar.bz2 gentoo-4bfe84c6160fdcae36c57ad8affe3bb08e8a8d7d.zip |
x11-themes/fvwm-crystal: amd64 stable wrt bug #735508
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
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 302413058458..b9953e40b09e 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="" + KEYWORDS="amd64" S="${WORKDIR}/${PN}" src_unpack() { subversion_src_unpack |