diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 00:46:06 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 00:46:06 +0000 |
commit | 10b51de4fd55a16e9b4d984bb7f5f8148b6e4cf1 (patch) | |
tree | 1ddc6b4959ad71ee529b6e7e065f1acc5796ea5e /net-irc | |
parent | don't dep on arch for gnuconfig_update (Manifest recommit) (diff) | |
download | gentoo-2-10b51de4fd55a16e9b4d984bb7f5f8148b6e4cf1.tar.gz gentoo-2-10b51de4fd55a16e9b4d984bb7f5f8148b6e4cf1.tar.bz2 gentoo-2-10b51de4fd55a16e9b4d984bb7f5f8148b6e4cf1.zip |
sync IUSE (+mysql)
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/ptlink-services/ptlink-services-2.24.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-irc/ptlink-services/ptlink-services-2.24.1.ebuild b/net-irc/ptlink-services/ptlink-services-2.24.1.ebuild index a3b9315b2ec0..bcca84243719 100644 --- a/net-irc/ptlink-services/ptlink-services-2.24.1.ebuild +++ b/net-irc/ptlink-services/ptlink-services-2.24.1.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/net-irc/ptlink-services/ptlink-services-2.24.1.ebuild,v 1.1 2004/07/10 23:09:39 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/ptlink-services/ptlink-services-2.24.1.ebuild,v 1.2 2004/07/15 00:46:06 agriffis Exp $ inherit fixheadtails eutils @@ -12,7 +12,7 @@ SRC_URI="ftp://ftp.sunsite.dk/projects/ptlink/services/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" -IUSE="" +IUSE="mysql" DEPEND="mysql? ( dev-db/mysql )" |