diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-07-31 08:10:03 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-07-31 08:10:03 +0000 |
commit | 0fae33cfcc9ab8142f68690f9508b6709d8e4d90 (patch) | |
tree | 4cc7bc5ab7c0df40f37d6b0049fa73dcec81f538 /x11-themes | |
parent | Stable for HPPA (bug #517128). (diff) | |
download | gentoo-2-0fae33cfcc9ab8142f68690f9508b6709d8e4d90.tar.gz gentoo-2-0fae33cfcc9ab8142f68690f9508b6709d8e4d90.tar.bz2 gentoo-2-0fae33cfcc9ab8142f68690f9508b6709d8e4d90.zip |
Stable for HPPA (bug #498660).
(Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
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 | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/x11-themes/qtcurve/ChangeLog b/x11-themes/qtcurve/ChangeLog index de66b2a567a4..fe0ab110c187 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.89 2014/07/11 17:43:21 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve/ChangeLog,v 1.90 2014/07/31 08:10:03 jer Exp $ + + 31 Jul 2014; Jeroen Roovers <jer@gentoo.org> qtcurve-1.8.17-r1.ebuild: + Stable for HPPA (bug #498660). 11 Jul 2014; Mikle Kolyada <zlogene@gentoo.org> qtcurve-1.8.17-r1.ebuild: ppc64 stable wrt bug #498660 diff --git a/x11-themes/qtcurve/qtcurve-1.8.17-r1.ebuild b/x11-themes/qtcurve/qtcurve-1.8.17-r1.ebuild index 27995309c4a8..91cd3ee155f5 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.9 2014/07/11 17:43:21 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve/qtcurve-1.8.17-r1.ebuild,v 1.10 2014/07/31 08:10:03 jer Exp $ EAPI=5 KDE_REQUIRED="optional" @@ -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="" + KEYWORDS="hppa" 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" |