diff options
author | 2004-07-14 14:48:46 +0000 | |
---|---|---|
committer | 2004-07-14 14:48:46 +0000 | |
commit | 0fe028a189d4ba5f41a730a6c2cfae27a68af573 (patch) | |
tree | 2e0666dea4f98e69ab68b975a17750952c9c9ddb | |
parent | stable on amd64 (diff) | |
download | historical-0fe028a189d4ba5f41a730a6c2cfae27a68af573.tar.gz historical-0fe028a189d4ba5f41a730a6c2cfae27a68af573.tar.bz2 historical-0fe028a189d4ba5f41a730a6c2cfae27a68af573.zip |
sync IUSE (missing), don't dep on arch for gnuconfig_update
-rw-r--r-- | dev-libs/libunicode/libunicode-0.4-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/libunicode/libunicode-0.4-r1.ebuild b/dev-libs/libunicode/libunicode-0.4-r1.ebuild index 55734c30eeb5..17ccb21209f9 100644 --- a/dev-libs/libunicode/libunicode-0.4-r1.ebuild +++ b/dev-libs/libunicode/libunicode-0.4-r1.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/dev-libs/libunicode/libunicode-0.4-r1.ebuild,v 1.26 2004/07/02 04:50:48 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libunicode/libunicode-0.4-r1.ebuild,v 1.27 2004/07/14 14:48:46 agriffis Exp $ inherit gnuconfig @@ -11,14 +11,14 @@ HOMEPAGE="http://www.gnome.org/" SLOT="0" LICENSE="GPL-2 LGPL-2" KEYWORDS="x86 ppc sparc alpha hppa amd64" +IUSE="" DEPEND="virtual/libc" src_unpack() { unpack ${A} || die cd ${S} - use alpha && gnuconfig_update - use amd64 && gnuconfig_update + gnuconfig_update } src_compile() { |