diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 14:47:08 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 14:47:08 +0000 |
commit | 153434eb6d8a3f373960c7a1b4bac73b78b098dd (patch) | |
tree | 5efb6b216ca55c7cd12985b506f085dae5d55ce8 /dev-libs/libstroke | |
parent | sync IUSE (missing) (diff) | |
download | historical-153434eb6d8a3f373960c7a1b4bac73b78b098dd.tar.gz historical-153434eb6d8a3f373960c7a1b4bac73b78b098dd.tar.bz2 historical-153434eb6d8a3f373960c7a1b4bac73b78b098dd.zip |
sync IUSE (missing), don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'dev-libs/libstroke')
-rw-r--r-- | dev-libs/libstroke/libstroke-0.4.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/libstroke/libstroke-0.5.1.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-libs/libstroke/libstroke-0.4.ebuild b/dev-libs/libstroke/libstroke-0.4.ebuild index 70b9a975dfd9..cf25b47d54ae 100644 --- a/dev-libs/libstroke/libstroke-0.4.ebuild +++ b/dev-libs/libstroke/libstroke-0.4.ebuild @@ -1,8 +1,7 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libstroke/libstroke-0.4.ebuild,v 1.17 2004/06/24 23:23:24 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libstroke/libstroke-0.4.ebuild,v 1.18 2004/07/14 14:47:08 agriffis Exp $ -S=${WORKDIR}/${P} DESCRIPTION="A Stroke and Guesture recognition Library" SRC_URI="http://www.etla.net/libstroke/${P}.tar.gz" HOMEPAGE="http://www.etla.net/libstroke" @@ -10,6 +9,7 @@ HOMEPAGE="http://www.etla.net/libstroke" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 sparc alpha ppc" +IUSE="" DEPEND=">=sys-libs/glibc-2.1.3 virtual/x11" diff --git a/dev-libs/libstroke/libstroke-0.5.1.ebuild b/dev-libs/libstroke/libstroke-0.5.1.ebuild index db74da688a8f..5e80f356a01c 100644 --- a/dev-libs/libstroke/libstroke-0.5.1.ebuild +++ b/dev-libs/libstroke/libstroke-0.5.1.ebuild @@ -1,10 +1,9 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libstroke/libstroke-0.5.1.ebuild,v 1.9 2004/06/24 23:23:24 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libstroke/libstroke-0.5.1.ebuild,v 1.10 2004/07/14 14:47:08 agriffis Exp $ inherit gnuconfig -S=${WORKDIR}/${P} DESCRIPTION="A Stroke and Guesture recognition Library" SRC_URI="http://www.etla.net/${PN}/${P}.tar.gz" HOMEPAGE="http://www.etla.net/libstroke" @@ -12,6 +11,7 @@ HOMEPAGE="http://www.etla.net/libstroke" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 sparc alpha ppc amd64" +IUSE="" DEPEND=">=sys-libs/glibc-2.1.3 >=x11-libs/gtk+-1.2.10 |