diff options
author | Jason Wever <weeve@gentoo.org> | 2004-08-15 20:14:02 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2004-08-15 20:14:02 +0000 |
commit | 8bcc4a78ccce67b754e24ed833806c78bbcf2005 (patch) | |
tree | 074b6cb2f870749adf7c25583d648c3eaebe4b5a /x11-plugins | |
parent | Bumped to version 0.5.1. Closes bug #59817. (Manifest recommit) (diff) | |
download | gentoo-2-8bcc4a78ccce67b754e24ed833806c78bbcf2005.tar.gz gentoo-2-8bcc4a78ccce67b754e24ed833806c78bbcf2005.tar.bz2 gentoo-2-8bcc4a78ccce67b754e24ed833806c78bbcf2005.zip |
Added ~sparc keyword, resolves bug #59946.
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/guifications/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/guifications/guifications-1.10-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-plugins/guifications/ChangeLog b/x11-plugins/guifications/ChangeLog index 891951b06746..b62337dad417 100644 --- a/x11-plugins/guifications/ChangeLog +++ b/x11-plugins/guifications/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/guifications # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/guifications/ChangeLog,v 1.5 2004/08/06 14:40:20 rizzo Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/guifications/ChangeLog,v 1.6 2004/08/15 20:14:02 weeve Exp $ + + 15 Aug 2004; Jason Wever <weeve@gentoo.org> guifications-1.10-r1.ebuild: + Added ~sparc keyword, resolves bug #59946. 06 Aug 2004; Don Seiler <rizzo@gentoo.org> guifications-1.10.ebuild: Stable on x86, only works for 0.80 diff --git a/x11-plugins/guifications/guifications-1.10-r1.ebuild b/x11-plugins/guifications/guifications-1.10-r1.ebuild index b830b8871002..f07f9b424b7a 100644 --- a/x11-plugins/guifications/guifications-1.10-r1.ebuild +++ b/x11-plugins/guifications/guifications-1.10-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/guifications/guifications-1.10-r1.ebuild,v 1.1 2004/08/06 14:39:29 rizzo Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/guifications/guifications-1.10-r1.ebuild,v 1.2 2004/08/15 20:14:02 weeve Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~amd64 ~ppc" +KEYWORDS="~x86 ~amd64 ~ppc ~sparc" IUSE="debug" DEPEND=">=net-im/gaim-0.81" |