diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 14:48:46 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 14:48:46 +0000 |
commit | 18f25b24f75a91a39503d9665f9db5bc348b31e1 (patch) | |
tree | ff1a7ab959ac1774f285141e538560f196899a45 | |
parent | stable on amd64 (Manifest recommit) (diff) | |
download | gentoo-2-18f25b24f75a91a39503d9665f9db5bc348b31e1.tar.gz gentoo-2-18f25b24f75a91a39503d9665f9db5bc348b31e1.tar.bz2 gentoo-2-18f25b24f75a91a39503d9665f9db5bc348b31e1.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() { |