diff options
author | Don Seiler <rizzo@gentoo.org> | 2005-07-28 03:25:51 +0000 |
---|---|---|
committer | Don Seiler <rizzo@gentoo.org> | 2005-07-28 03:25:51 +0000 |
commit | 500f1303849c9962afbb5939fe060665ad3b3080 (patch) | |
tree | c0f687af2966e6b8da2871a6973e666ba451ccf4 /x11-plugins/guifications/guifications-2.10.ebuild | |
parent | Fix an out of bounds crash when using Digikam #96065 by Quintin Pan. (diff) | |
download | gentoo-2-500f1303849c9962afbb5939fe060665ad3b3080.tar.gz gentoo-2-500f1303849c9962afbb5939fe060665ad3b3080.tar.bz2 gentoo-2-500f1303849c9962afbb5939fe060665ad3b3080.zip |
2.10 stable x86
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'x11-plugins/guifications/guifications-2.10.ebuild')
-rw-r--r-- | x11-plugins/guifications/guifications-2.10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-plugins/guifications/guifications-2.10.ebuild b/x11-plugins/guifications/guifications-2.10.ebuild index e83bc871f4fa..c7289b8d2158 100644 --- a/x11-plugins/guifications/guifications-2.10.ebuild +++ b/x11-plugins/guifications/guifications-2.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/guifications/guifications-2.10.ebuild,v 1.1 2005/04/10 23:22:11 rizzo Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/guifications/guifications-2.10.ebuild,v 1.2 2005/07/28 03:25:51 rizzo Exp $ DESCRIPTION="Guifications are graphical notification plugin for the open source instant message client gaim" HOMEPAGE="http://guifications.sourceforge.net" @@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~amd64 ~ppc ~sparc" +KEYWORDS="x86 ~amd64 ~ppc ~sparc" IUSE="debug" DEPEND=">=net-im/gaim-1.0.0" |