diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-01-26 12:24:09 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-01-26 12:24:09 +0000 |
commit | 36de632fc962a61fced3cd4888b2e04088df1b84 (patch) | |
tree | 28aae2bdaf07c31b43987607b4af8c5d5fa7d792 /x11-themes | |
parent | Stable for sparc, wrt bug #498566 (diff) | |
download | gentoo-2-36de632fc962a61fced3cd4888b2e04088df1b84.tar.gz gentoo-2-36de632fc962a61fced3cd4888b2e04088df1b84.tar.bz2 gentoo-2-36de632fc962a61fced3cd4888b2e04088df1b84.zip |
Stable for sparc, wrt bug #498660
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/qtcurve/ChangeLog | 5 | ||||
-rw-r--r-- | x11-themes/qtcurve/qtcurve-1.8.17-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-themes/qtcurve/ChangeLog b/x11-themes/qtcurve/ChangeLog index d137de1585c3..9a51a1975635 100644 --- a/x11-themes/qtcurve/ChangeLog +++ b/x11-themes/qtcurve/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-themes/qtcurve # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve/ChangeLog,v 1.81 2014/01/20 09:18:05 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve/ChangeLog,v 1.82 2014/01/26 12:24:09 ago Exp $ + + 26 Jan 2014; Agostino Sarubbo <ago@gentoo.org> qtcurve-1.8.17-r1.ebuild: + Stable for sparc, wrt bug #498660 20 Jan 2014; Ben de Groot <yngwin@gentoo.org> qtcurve-1.8.17-r1.ebuild: Add qtdeclarative:5 dep for masked qt5 useflag (bug #497308) diff --git a/x11-themes/qtcurve/qtcurve-1.8.17-r1.ebuild b/x11-themes/qtcurve/qtcurve-1.8.17-r1.ebuild index 50c02fa65afe..a141d54e442f 100644 --- a/x11-themes/qtcurve/qtcurve-1.8.17-r1.ebuild +++ b/x11-themes/qtcurve/qtcurve-1.8.17-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve/qtcurve-1.8.17-r1.ebuild,v 1.3 2014/01/20 09:18:05 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve/qtcurve-1.8.17-r1.ebuild,v 1.4 2014/01/26 12:24:09 ago Exp $ EAPI=5 KDE_REQUIRED="optional" @@ -16,7 +16,7 @@ if [[ ${PV} == *9999* ]]; then else SRC_URI="https://github.com/QtCurve/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz https://github.com/QtCurve/${PN}/commit/69047935dd4a9549d238cbc457e9c3cfa37386ae.patch -> ${P}-old_config_file.patch" - KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" + KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 sparc ~x86" fi LICENSE="GPL-2" |