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 | fbab7864b74c9a1e23a44dcb28432ff55a204233 (patch) | |
tree | 4ed525c3db12e121aebee616278c646eef95fa34 /net-irc | |
parent | don't dep on arch for gnuconfig_update (diff) | |
download | historical-fbab7864b74c9a1e23a44dcb28432ff55a204233.tar.gz historical-fbab7864b74c9a1e23a44dcb28432ff55a204233.tar.bz2 historical-fbab7864b74c9a1e23a44dcb28432ff55a204233.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 )" |