diff options
author | Markus Rothe <corsair@gentoo.org> | 2006-11-15 13:16:35 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2006-11-15 13:16:35 +0000 |
commit | c22b7b817d5cee5a65d3dea438dea7e2ca3aebc4 (patch) | |
tree | 50187db534abc719985193d043b4f94ff1b6447a /x11-libs/gksu | |
parent | Stable on sparc wrt #153918 (diff) | |
download | gentoo-2-c22b7b817d5cee5a65d3dea438dea7e2ca3aebc4.tar.gz gentoo-2-c22b7b817d5cee5a65d3dea438dea7e2ca3aebc4.tar.bz2 gentoo-2-c22b7b817d5cee5a65d3dea438dea7e2ca3aebc4.zip |
Added ~ppc64; bug #154290
(Portage version: 2.1.1-r1)
Diffstat (limited to 'x11-libs/gksu')
-rw-r--r-- | x11-libs/gksu/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/gksu/gksu-2.0.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/gksu/ChangeLog b/x11-libs/gksu/ChangeLog index 854094c8dac6..e1e0da8bead6 100644 --- a/x11-libs/gksu/ChangeLog +++ b/x11-libs/gksu/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/gksu # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gksu/ChangeLog,v 1.28 2006/10/04 16:28:33 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gksu/ChangeLog,v 1.29 2006/11/15 13:16:35 corsair Exp $ + + 15 Nov 2006; Markus Rothe <corsair@gentoo.org> gksu-2.0.0.ebuild: + Added ~ppc64; bug #154290 04 Oct 2006; Daniel Gryniewicz <dang@gentoo.org> -gksu-1.0.5.ebuild: 1.9.1 is stable now; remove 1.0.5 diff --git a/x11-libs/gksu/gksu-2.0.0.ebuild b/x11-libs/gksu/gksu-2.0.0.ebuild index 10666f75f0a8..094c3729ff0b 100644 --- a/x11-libs/gksu/gksu-2.0.0.ebuild +++ b/x11-libs/gksu/gksu-2.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gksu/gksu-2.0.0.ebuild,v 1.4 2006/11/12 04:54:47 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gksu/gksu-2.0.0.ebuild,v 1.5 2006/11/15 13:16:35 corsair Exp $ inherit gnome2 fixheadtails @@ -10,7 +10,7 @@ SRC_URI="http://people.debian.org/~kov/gksu/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="doc gnome" RDEPEND=">=x11-libs/libgksu-2 |