diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-30 14:21:14 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-30 14:21:14 +0000 |
commit | a89d96cb4d685e3166cc51438fe84a036ef1879c (patch) | |
tree | 730ea47de781ecbbc025d0e4c47f8781817ecfdb /sys-apps/apmd/apmd-3.2.0.ebuild | |
parent | fix broken subshells (Manifest recommit) (diff) | |
download | gentoo-2-a89d96cb4d685e3166cc51438fe84a036ef1879c.tar.gz gentoo-2-a89d96cb4d685e3166cc51438fe84a036ef1879c.tar.bz2 gentoo-2-a89d96cb4d685e3166cc51438fe84a036ef1879c.zip |
sync IUSE (+nls)
Diffstat (limited to 'sys-apps/apmd/apmd-3.2.0.ebuild')
-rw-r--r-- | sys-apps/apmd/apmd-3.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/apmd/apmd-3.2.0.ebuild b/sys-apps/apmd/apmd-3.2.0.ebuild index d2cb591490ac..900a8dd8328d 100644 --- a/sys-apps/apmd/apmd-3.2.0.ebuild +++ b/sys-apps/apmd/apmd-3.2.0.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/apmd/apmd-3.2.0.ebuild,v 1.7 2004/06/25 20:18:59 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/apmd/apmd-3.2.0.ebuild,v 1.8 2004/06/30 14:21:14 agriffis Exp $ inherit eutils -IUSE="X" +IUSE="X nls" S=${WORKDIR}/${PN} DESCRIPTION="Advanced Power Management Daemon" |