diff options
author | Markus Rothe <corsair@gentoo.org> | 2005-04-27 22:31:11 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2005-04-27 22:31:11 +0000 |
commit | dd92e3b6a13b955b4ef79f5a0f7cf13ac8881395 (patch) | |
tree | 7360fcaeb47f288660ca1b14af403f09dfa9cbba /kde-base/kstars | |
parent | Added ~ppc64 to KEYWORDS (diff) | |
download | gentoo-2-dd92e3b6a13b955b4ef79f5a0f7cf13ac8881395.tar.gz gentoo-2-dd92e3b6a13b955b4ef79f5a0f7cf13ac8881395.tar.bz2 gentoo-2-dd92e3b6a13b955b4ef79f5a0f7cf13ac8881395.zip |
Added ~ppc64 to KEYWORDS
(Portage version: 2.0.51.19)
Diffstat (limited to 'kde-base/kstars')
-rw-r--r-- | kde-base/kstars/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/kstars/kstars-3.4.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/kde-base/kstars/ChangeLog b/kde-base/kstars/ChangeLog index 4fe5e14e9fa9..96dbe643c435 100644 --- a/kde-base/kstars/ChangeLog +++ b/kde-base/kstars/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/kstars # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kstars/ChangeLog,v 1.8 2005/03/25 04:02:38 morfic Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kstars/ChangeLog,v 1.9 2005/04/27 22:29:31 corsair Exp $ + + 27 Apr 2005; Markus Rothe <corsair@gentoo.org> kstars-3.4.0.ebuild: + Added ~ppc64 to KEYWORDS 24 Mar 2005; Daniel Goller <morfic@gentoo.org> kstars-3.4.0.ebuild: remove old patch on ppc and ppc64 diff --git a/kde-base/kstars/kstars-3.4.0.ebuild b/kde-base/kstars/kstars-3.4.0.ebuild index b59ce2bc6e45..e009cb630c90 100644 --- a/kde-base/kstars/kstars-3.4.0.ebuild +++ b/kde-base/kstars/kstars-3.4.0.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kstars/kstars-3.4.0.ebuild,v 1.4 2005/03/25 04:02:38 morfic Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kstars/kstars-3.4.0.ebuild,v 1.5 2005/04/27 22:29:31 corsair Exp $ KMNAME=kdeedu MAXKDEVER=$PV KM_DEPRANGE="$PV $MAXKDEVER" inherit kde-meta DESCRIPTION="KDE Desktop Planetarium" -KEYWORDS="~x86 ~amd64 ~ppc ~sparc" +KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~ppc64" IUSE="" DEPEND="$(deprange $PV $MAXKDEVER kde-base/libkdeedu)" OLDDEPEND="~kde-base/libkdeedu-$PV" |