diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2016-03-17 11:49:37 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2016-03-17 11:49:37 +0100 |
commit | 2a5a8c118b40ac4ecb0ee6590878c4e275413d9a (patch) | |
tree | 7428f1189e7a3e848094894f5542b0b34fe03fd0 /x11-themes/qtcurve | |
parent | app-text/stardict: ppc64 stable wrt bug #566380 (diff) | |
download | gentoo-2a5a8c118b40ac4ecb0ee6590878c4e275413d9a.tar.gz gentoo-2a5a8c118b40ac4ecb0ee6590878c4e275413d9a.tar.bz2 gentoo-2a5a8c118b40ac4ecb0ee6590878c4e275413d9a.zip |
x11-themes/qtcurve: ppc64 stable wrt bug #572114
Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'x11-themes/qtcurve')
-rw-r--r-- | x11-themes/qtcurve/qtcurve-1.8.18-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-themes/qtcurve/qtcurve-1.8.18-r1.ebuild b/x11-themes/qtcurve/qtcurve-1.8.18-r1.ebuild index b4428be7cba3..6ff15d2dfb43 100644 --- a/x11-themes/qtcurve/qtcurve-1.8.18-r1.ebuild +++ b/x11-themes/qtcurve/qtcurve-1.8.18-r1.ebuild @@ -12,11 +12,11 @@ HOMEPAGE="https://github.com/QtCurve/qtcurve" if [[ ${PV} == *9999* ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/QtCurve/qtcurve.git" - KEYWORDS="alpha ppc x86" + KEYWORDS="alpha ppc ppc64 x86" else SRC_URI="https://github.com/QtCurve/${PN}/archive/${PV/_/}.tar.gz -> ${P}.tar.gz https://github.com/QtCurve/qtcurve/commit/020b70404f6202490d5ca131f0ec084355cb98e3.patch -> ${PN}-1.8.18-dont_use_c++11.patch" - KEYWORDS="alpha amd64 ~hppa ppc ~ppc64 ~sparc x86" + KEYWORDS="alpha amd64 ~hppa ppc ppc64 ~sparc x86" fi LICENSE="LGPL-2+" |