diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-02-23 16:26:46 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-02-23 16:26:46 +0000 |
commit | f4affd119b44bc06b8d0a19a97bde1c2a7bf64b3 (patch) | |
tree | 55e33650afeae403ee23c5de91150af656e48aa0 /kde-base/kdesu | |
parent | Add ~ppc64, wrt bug #455960 (diff) | |
download | gentoo-2-f4affd119b44bc06b8d0a19a97bde1c2a7bf64b3.tar.gz gentoo-2-f4affd119b44bc06b8d0a19a97bde1c2a7bf64b3.tar.bz2 gentoo-2-f4affd119b44bc06b8d0a19a97bde1c2a7bf64b3.zip |
Add ~ppc64, wrt bug #455960
(Portage version: 2.1.11.50/cvs/Linux ppc64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'kde-base/kdesu')
-rw-r--r-- | kde-base/kdesu/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/kdesu/kdesu-4.10.0.ebuild | 4 | ||||
-rw-r--r-- | kde-base/kdesu/kdesu-4.9.5.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/kde-base/kdesu/ChangeLog b/kde-base/kdesu/ChangeLog index 69fa7cfe0433..993da84a7d91 100644 --- a/kde-base/kdesu/ChangeLog +++ b/kde-base/kdesu/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/kdesu # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdesu/ChangeLog,v 1.247 2013/02/07 04:57:24 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdesu/ChangeLog,v 1.248 2013/02/23 16:26:46 ago Exp $ + + 23 Feb 2013; Agostino Sarubbo <ago@gentoo.org> kdesu-4.10.0.ebuild, + kdesu-4.9.5.ebuild: + Add ~ppc64, wrt bug #455960 06 Feb 2013; Naohiro Aota <naota@gentoo.org> kdesu-4.9.5.ebuild: Add ~x86-fbsd wrt bug #430072 diff --git a/kde-base/kdesu/kdesu-4.10.0.ebuild b/kde-base/kdesu/kdesu-4.10.0.ebuild index 668bc9c73f88..50fecb900301 100644 --- a/kde-base/kdesu/kdesu-4.10.0.ebuild +++ b/kde-base/kdesu/kdesu-4.10.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdesu/kdesu-4.10.0.ebuild,v 1.1 2013/02/07 04:57:24 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdesu/kdesu-4.10.0.ebuild,v 1.2 2013/02/23 16:26:46 ago Exp $ EAPI=5 @@ -11,7 +11,7 @@ inherit kde4-meta # FIXME: Is default command ( su/sudo ) still configurable, # if not, USE-flag ? DESCRIPTION="KDE: gui for su(1)" -KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="debug" src_configure() { diff --git a/kde-base/kdesu/kdesu-4.9.5.ebuild b/kde-base/kdesu/kdesu-4.9.5.ebuild index 966c961d0705..38401e1d3907 100644 --- a/kde-base/kdesu/kdesu-4.9.5.ebuild +++ b/kde-base/kdesu/kdesu-4.9.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdesu/kdesu-4.9.5.ebuild,v 1.5 2013/02/06 23:21:10 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdesu/kdesu-4.9.5.ebuild,v 1.6 2013/02/23 16:26:46 ago Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit kde4-meta # FIXME: Is default command ( su/sudo ) still configurable, # if not, USE-flag ? DESCRIPTION="KDE: gui for su(1)" -KEYWORDS="amd64 ~arm ppc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="debug" src_configure() { |