diff options
author | Sven Wegener <swegener@gentoo.org> | 2004-09-05 05:51:23 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2004-09-05 05:51:23 +0000 |
commit | c57a2a3082de98547d0961e1d8080dd9947d7553 (patch) | |
tree | 4cd4a4469d03e9ff94ab9d170affbb4adf2697fe | |
parent | Fixed the stop() function in shoutcast_trans. Bad Chris.. no cookie.. (Manif... (diff) | |
download | gentoo-2-c57a2a3082de98547d0961e1d8080dd9947d7553.tar.gz gentoo-2-c57a2a3082de98547d0961e1d8080dd9947d7553.tar.bz2 gentoo-2-c57a2a3082de98547d0961e1d8080dd9947d7553.zip |
Added missing IUSE.
-rw-r--r-- | dev-php/savant/ChangeLog | 7 | ||||
-rw-r--r-- | dev-php/savant/savant-1.5.2.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-php/savant/ChangeLog b/dev-php/savant/ChangeLog index ed5bf603fc3e..92116fa8f853 100644 --- a/dev-php/savant/ChangeLog +++ b/dev-php/savant/ChangeLog @@ -1,6 +1,9 @@ -# ChangeLog for dev-php/PEAR-MDB +# ChangeLog for dev-php/savant # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/savant/ChangeLog,v 1.2 2004/07/31 15:19:53 coredumb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/savant/ChangeLog,v 1.3 2004/09/05 05:51:23 swegener Exp $ + + 05 Sep 2004; Sven Wegener <swegener@gentoo.org> savant-1.5.2.ebuild: + Added missing IUSE. *savant-1.5.2 (31 Jul 2004) diff --git a/dev-php/savant/savant-1.5.2.ebuild b/dev-php/savant/savant-1.5.2.ebuild index 8f8ef0aed360..58e6735b336d 100644 --- a/dev-php/savant/savant-1.5.2.ebuild +++ b/dev-php/savant/savant-1.5.2.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/dev-php/savant/savant-1.5.2.ebuild,v 1.1 2004/07/31 15:17:31 coredumb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/savant/savant-1.5.2.ebuild,v 1.2 2004/09/05 05:51:23 swegener Exp $ PHP_PEAR_PKG_NAME="Savant" DESCRIPTION="The simple PHP template alternative to Smarty" @@ -10,6 +10,6 @@ LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~x86" DEPEND="virtual/php" -RDEPEND="$DEPEND" +IUSE="" inherit php-pear |