diff options
author | Bartosch Pixa <darkspecter@gentoo.org> | 2004-02-10 06:45:11 +0000 |
---|---|---|
committer | Bartosch Pixa <darkspecter@gentoo.org> | 2004-02-10 06:45:11 +0000 |
commit | c6a6b16222fafb253e5ecfacba6e18d7a8bf3886 (patch) | |
tree | 90f71d2908ac89d3fdc0536a165c144366d657ec /gnome-base/ORBit2 | |
parent | Newer ebuilds are cleaned up to look similar between each other, contain newe... (diff) | |
download | gentoo-2-c6a6b16222fafb253e5ecfacba6e18d7a8bf3886.tar.gz gentoo-2-c6a6b16222fafb253e5ecfacba6e18d7a8bf3886.tar.bz2 gentoo-2-c6a6b16222fafb253e5ecfacba6e18d7a8bf3886.zip |
set ppc in keywords
Diffstat (limited to 'gnome-base/ORBit2')
-rw-r--r-- | gnome-base/ORBit2/ChangeLog | 5 | ||||
-rw-r--r-- | gnome-base/ORBit2/ORBit2-2.8.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/gnome-base/ORBit2/ChangeLog b/gnome-base/ORBit2/ChangeLog index 5e5f95d77196..8d36ba0500de 100644 --- a/gnome-base/ORBit2/ChangeLog +++ b/gnome-base/ORBit2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for gnome-base/ORBit2 # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/ORBit2/ChangeLog,v 1.44 2004/01/29 04:46:19 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/ORBit2/ChangeLog,v 1.45 2004/02/10 06:45:11 darkspecter Exp $ + + 10 Feb 2004; Bartosch Pixa <darkspecter@gentoo.org> ORBit2-2.8.3.ebuild: + set ppc in keywords 28 Jan 2004; Aron Griffis <agriffis@gentoo.org> ORBit2-2.8.3.ebuild: stable on alpha and ia64 diff --git a/gnome-base/ORBit2/ORBit2-2.8.3.ebuild b/gnome-base/ORBit2/ORBit2-2.8.3.ebuild index 758238bb3ecf..ab0a38c7151b 100644 --- a/gnome-base/ORBit2/ORBit2-2.8.3.ebuild +++ b/gnome-base/ORBit2/ORBit2-2.8.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/ORBit2/ORBit2-2.8.3.ebuild,v 1.5 2004/01/29 04:46:19 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/ORBit2/ORBit2-2.8.3.ebuild,v 1.6 2004/02/10 06:45:11 darkspecter Exp $ inherit gnome2 @@ -10,7 +10,7 @@ LICENSE="GPL-2 LGPL-2" IUSE="doc ssl" SLOT="0" -KEYWORDS="x86 ~ppc alpha sparc hppa amd64 ia64" +KEYWORDS="x86 ppc alpha sparc hppa amd64 ia64" #MAKEOPTS="${MAKEOPTS} -j1" |