diff options
Diffstat (limited to 'gnustep-apps/affiche/affiche-0.6.0-r2.ebuild')
-rw-r--r-- | gnustep-apps/affiche/affiche-0.6.0-r2.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/gnustep-apps/affiche/affiche-0.6.0-r2.ebuild b/gnustep-apps/affiche/affiche-0.6.0-r2.ebuild index 3df8d2748d12..b77a8d1a6486 100644 --- a/gnustep-apps/affiche/affiche-0.6.0-r2.ebuild +++ b/gnustep-apps/affiche/affiche-0.6.0-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/affiche/affiche-0.6.0-r2.ebuild,v 1.3 2005/08/25 18:57:12 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/affiche/affiche-0.6.0-r2.ebuild,v 1.1 2004/11/12 03:50:02 fafhrd Exp $ inherit gnustep @@ -9,12 +9,13 @@ S=${WORKDIR}/${PN/a/A} DESCRIPTION="Affiche allows people to 'stick' notes" HOMEPAGE="http://www.collaboration-world.com/cgi-bin/collaboration-world/project/release.cgi?pid=5" SRC_URI="http://www.collaboration-world.com/affiche.data/releases/Stable/${P/a/A}.tar.gz" -KEYWORDS="x86 ppc" +KEYWORDS="~x86 ~ppc" SLOT="0" LICENSE="GPL-2" -IUSE="" +IUSE="${IUSE}" DEPEND="${GS_DEPEND}" RDEPEND="${GS_RDEPEND}" egnustep_install_domain "Local" + |