diff options
author | Aron Griffis <agriffis@gentoo.org> | 2003-03-18 20:04:24 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2003-03-18 20:04:24 +0000 |
commit | af08ff30304a0accd46ab187d3f88985a4d0a28e (patch) | |
tree | 7febb49428a933eb4a56634192116f9289bb52fe /gnome-extra/libgail-gnome | |
parent | set ppc in keywords (diff) | |
download | gentoo-2-af08ff30304a0accd46ab187d3f88985a4d0a28e.tar.gz gentoo-2-af08ff30304a0accd46ab187d3f88985a4d0a28e.tar.bz2 gentoo-2-af08ff30304a0accd46ab187d3f88985a4d0a28e.zip |
add ~alpha
Diffstat (limited to 'gnome-extra/libgail-gnome')
-rw-r--r-- | gnome-extra/libgail-gnome/ChangeLog | 5 | ||||
-rw-r--r-- | gnome-extra/libgail-gnome/libgail-gnome-1.0.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/gnome-extra/libgail-gnome/ChangeLog b/gnome-extra/libgail-gnome/ChangeLog index 6c9122231a06..9d460caf870a 100644 --- a/gnome-extra/libgail-gnome/ChangeLog +++ b/gnome-extra/libgail-gnome/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for gnome-extra/libgail-gnome # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgail-gnome/ChangeLog,v 1.10 2003/03/16 17:49:50 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgail-gnome/ChangeLog,v 1.11 2003/03/18 20:04:24 agriffis Exp $ *libgail-gnome-1.0.2 (16 Mar 2003) + 18 Mar 2003; Aron Griffis <agriffis@gentoo.org> libgail-gnome-1.0.2.ebuild: + Add ~alpha to KEYWORDS + 16 Mar 2003; foser <foser@gentoo.org> libgail-gnome-1.0.2.ebuild : New version, removed SRC_URI in favour of gnome2 eclass function diff --git a/gnome-extra/libgail-gnome/libgail-gnome-1.0.2.ebuild b/gnome-extra/libgail-gnome/libgail-gnome-1.0.2.ebuild index 1e9aaf1ad5c9..d78bf93a7b34 100644 --- a/gnome-extra/libgail-gnome/libgail-gnome-1.0.2.ebuild +++ b/gnome-extra/libgail-gnome/libgail-gnome-1.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgail-gnome/libgail-gnome-1.0.2.ebuild,v 1.1 2003/03/16 17:49:50 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgail-gnome/libgail-gnome-1.0.2.ebuild,v 1.2 2003/03/18 20:04:24 agriffis Exp $ inherit gnome2 @@ -8,7 +8,7 @@ S=${WORKDIR}/${P} DESCRIPTION="GAIL libraries for Gnome2 " HOMEPAGE="http://www.gnome.org/" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc" +KEYWORDS="~x86 ~ppc ~sparc ~alpha" LICENSE="LGPL-2" |