diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-07-06 21:40:10 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-07-06 21:40:10 +0000 |
commit | ef118f151ea7061b41756b0076773234951bec0f (patch) | |
tree | d73e464bf0d82b7cbeb348f5d6a8ba3a661313ec /app-backup | |
parent | sync IUSE (+mailwrapper) (diff) | |
download | gentoo-2-ef118f151ea7061b41756b0076773234951bec0f.tar.gz gentoo-2-ef118f151ea7061b41756b0076773234951bec0f.tar.bz2 gentoo-2-ef118f151ea7061b41756b0076773234951bec0f.zip |
sync IUSE (-pic)
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'app-backup')
-rw-r--r-- | app-backup/amanda/amanda-2.4.4_p3.ebuild | 4 | ||||
-rw-r--r-- | app-backup/amanda/amanda-2.4.5.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-backup/amanda/amanda-2.4.4_p3.ebuild b/app-backup/amanda/amanda-2.4.4_p3.ebuild index 7f0e4141311f..28e45c74f7ef 100644 --- a/app-backup/amanda/amanda-2.4.4_p3.ebuild +++ b/app-backup/amanda/amanda-2.4.4_p3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-backup/amanda/amanda-2.4.4_p3.ebuild,v 1.1 2005/07/04 01:48:56 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-backup/amanda/amanda-2.4.4_p3.ebuild,v 1.2 2005/07/06 21:40:10 agriffis Exp $ inherit eutils @@ -30,7 +30,7 @@ DEPEND="${RDEPEND} sys-devel/autoconf sys-devel/automake" -IUSE="pic debug gdbm berkdb samba xfs" +IUSE="berkdb debug gdbm samba xfs" S=${WORKDIR}/${P/_/} MYFILESDIR=${WORKDIR}/files diff --git a/app-backup/amanda/amanda-2.4.5.ebuild b/app-backup/amanda/amanda-2.4.5.ebuild index bae0c0c4720e..a8b7e3e1e6e2 100644 --- a/app-backup/amanda/amanda-2.4.5.ebuild +++ b/app-backup/amanda/amanda-2.4.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-backup/amanda/amanda-2.4.5.ebuild,v 1.1 2005/07/04 01:48:56 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-backup/amanda/amanda-2.4.5.ebuild,v 1.2 2005/07/06 21:40:10 agriffis Exp $ inherit eutils @@ -30,7 +30,7 @@ DEPEND="${RDEPEND} sys-devel/autoconf sys-devel/automake" -IUSE="pic debug gdbm berkdb samba xfs" +IUSE="berkdb debug gdbm samba xfs" S="${WORKDIR}/${P/_/}" MYFILESDIR="${WORKDIR}/files" |