diff options
author | Davide Pesavento <pesa@gentoo.org> | 2016-06-02 22:34:18 +0200 |
---|---|---|
committer | Davide Pesavento <pesa@gentoo.org> | 2016-06-02 22:34:18 +0200 |
commit | c4943d1b9dd0817d0ba7fd68915d1b136fd9b6b0 (patch) | |
tree | 6cd346f0be2293ac30580ca0d26bab656f77cecd /x11-themes | |
parent | www-client/chromium: dev channel bump (52.0.2743.19) (diff) | |
download | gentoo-c4943d1b9dd0817d0ba7fd68915d1b136fd9b6b0.tar.gz gentoo-c4943d1b9dd0817d0ba7fd68915d1b136fd9b6b0.tar.bz2 gentoo-c4943d1b9dd0817d0ba7fd68915d1b136fd9b6b0.zip |
x11-themes/qtcurve: don't define KEYWORDS for 9999
The double declaration confuses some automatic tools.
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/qtcurve/qtcurve-1.8.17-r1.ebuild | 3 | ||||
-rw-r--r-- | x11-themes/qtcurve/qtcurve-1.8.18-r1.ebuild | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/x11-themes/qtcurve/qtcurve-1.8.17-r1.ebuild b/x11-themes/qtcurve/qtcurve-1.8.17-r1.ebuild index 187048cf6d39..97e64c03eec1 100644 --- a/x11-themes/qtcurve/qtcurve-1.8.17-r1.ebuild +++ b/x11-themes/qtcurve/qtcurve-1.8.17-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,6 @@ HOMEPAGE="https://github.com/QtCurve/qtcurve" if [[ ${PV} == *9999* ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/QtCurve/qtcurve.git" - 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" diff --git a/x11-themes/qtcurve/qtcurve-1.8.18-r1.ebuild b/x11-themes/qtcurve/qtcurve-1.8.18-r1.ebuild index c4d051970f50..3b38928c9485 100644 --- a/x11-themes/qtcurve/qtcurve-1.8.18-r1.ebuild +++ b/x11-themes/qtcurve/qtcurve-1.8.18-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,6 @@ 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 ppc64 sparc 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" |