diff options
author | Alastair Tse <liquidx@gentoo.org> | 2006-02-10 21:39:52 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2006-02-10 21:39:52 +0000 |
commit | 00f6cd10af4e62552735a4233651777a7f054c81 (patch) | |
tree | 794624ce823c7f0fcea4e858584f32e34ef55db6 /app-i18n/unicon/unicon-3.0.4-r1.ebuild | |
parent | Change plugin remerge message to only show up when plugins are present and al... (diff) | |
download | gentoo-2-00f6cd10af4e62552735a4233651777a7f054c81.tar.gz gentoo-2-00f6cd10af4e62552735a4233651777a7f054c81.tar.bz2 gentoo-2-00f6cd10af4e62552735a4233651777a7f054c81.zip |
immediate stable bump because both the stable and unstable version are horribly broken and this is the only way to get any working version for users. (#115114)
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'app-i18n/unicon/unicon-3.0.4-r1.ebuild')
-rw-r--r-- | app-i18n/unicon/unicon-3.0.4-r1.ebuild | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/app-i18n/unicon/unicon-3.0.4-r1.ebuild b/app-i18n/unicon/unicon-3.0.4-r1.ebuild index 661bf55c3f95..1106cf488a0f 100644 --- a/app-i18n/unicon/unicon-3.0.4-r1.ebuild +++ b/app-i18n/unicon/unicon-3.0.4-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/unicon/unicon-3.0.4-r1.ebuild,v 1.1 2005/04/23 12:07:29 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/unicon/unicon-3.0.4-r1.ebuild,v 1.2 2006/02/10 21:39:52 liquidx Exp $ inherit eutils @@ -17,13 +17,16 @@ SRC_URI="http://vdlinux.sourceforge.jp/dists/${VD_P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="-x86" IUSE="" -DEPEND="virtual/linux-sources +RDEPEND="virtual/linux-sources dev-libs/newt dev-libs/pth - virtual/x11" + || ( x11-libs/libX11 virtual/x11 )" + +DEPEND="${RDEPEND} + || ( x11-proto/xproto virtual/x11 )" src_unpack() { unpack ${VD_P}.tar.gz |