diff options
author | 2004-11-11 23:16:15 +0000 | |
---|---|---|
committer | 2004-11-11 23:16:15 +0000 | |
commit | ece8c2a6450fd2ea75737299e6109e2b917ed9a1 (patch) | |
tree | 8c096d99623ad3ca6a70f9112ae1747ae2d1839f /app-arch/rpm/rpm-4.2.ebuild | |
parent | add env_reset to the default (diff) | |
download | historical-ece8c2a6450fd2ea75737299e6109e2b917ed9a1.tar.gz historical-ece8c2a6450fd2ea75737299e6109e2b917ed9a1.tar.bz2 historical-ece8c2a6450fd2ea75737299e6109e2b917ed9a1.zip |
remove ugly ia64? in DEPEND
Diffstat (limited to 'app-arch/rpm/rpm-4.2.ebuild')
-rw-r--r-- | app-arch/rpm/rpm-4.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-arch/rpm/rpm-4.2.ebuild b/app-arch/rpm/rpm-4.2.ebuild index 022f372e25c9..7d583102dba2 100644 --- a/app-arch/rpm/rpm-4.2.ebuild +++ b/app-arch/rpm/rpm-4.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/app-arch/rpm/rpm-4.2.ebuild,v 1.11 2004/11/06 00:39:54 cretin Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/rpm/rpm-4.2.ebuild,v 1.12 2004/11/11 23:16:15 vapier Exp $ inherit python flag-o-matic libtool eutils @@ -22,7 +22,7 @@ RDEPEND="=sys-libs/db-3.2* !dev-libs/beecrypt nls? ( sys-devel/gettext ) python? ( >=dev-lang/python-2.2 ) - !ia64? ( doc? ( app-doc/doxygen ) )" + doc? ( app-doc/doxygen )" src_unpack() { unpack ${A} |