diff options
author | Don Seiler <rizzo@gentoo.org> | 2004-08-06 14:40:20 +0000 |
---|---|---|
committer | Don Seiler <rizzo@gentoo.org> | 2004-08-06 14:40:20 +0000 |
commit | 462d22f804c5b8b8a17981901d908055e40d0ecc (patch) | |
tree | 66b4948187ed5053693e013255658069dbc3fe83 /x11-plugins | |
parent | Patch from Stu Tomlinson for gaim-0.81 (Manifest recommit) (diff) | |
download | gentoo-2-462d22f804c5b8b8a17981901d908055e40d0ecc.tar.gz gentoo-2-462d22f804c5b8b8a17981901d908055e40d0ecc.tar.bz2 gentoo-2-462d22f804c5b8b8a17981901d908055e40d0ecc.zip |
Stable on x86, only works for 0.80
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/guifications/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/guifications/guifications-1.10.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/x11-plugins/guifications/ChangeLog b/x11-plugins/guifications/ChangeLog index ed944efc4a24..891951b06746 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.4 2004/08/06 14:39:29 rizzo Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/guifications/ChangeLog,v 1.5 2004/08/06 14:40:20 rizzo Exp $ + + 06 Aug 2004; Don Seiler <rizzo@gentoo.org> guifications-1.10.ebuild: + Stable on x86, only works for 0.80 *guifications-1.10-r1 (06 Aug 2004) diff --git a/x11-plugins/guifications/guifications-1.10.ebuild b/x11-plugins/guifications/guifications-1.10.ebuild index f4854c5dd366..8df9345554be 100644 --- a/x11-plugins/guifications/guifications-1.10.ebuild +++ b/x11-plugins/guifications/guifications-1.10.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.ebuild,v 1.1 2004/07/19 13:41:29 rizzo Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/guifications/guifications-1.10.ebuild,v 1.2 2004/08/06 14:40:20 rizzo Exp $ DESCRIPTION="Guifications are graphical notification plugin for the open source instant message client gaim" HOMEPAGE="http://guifications.sourceforge.net" @@ -8,10 +8,10 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~amd64 ~ppc" +KEYWORDS="x86 ~amd64 ~ppc" IUSE="debug" -DEPEND=">=net-im/gaim-0.80" +DEPEND="~net-im/gaim-0.80" #RDEPEND="" src_compile() { |