diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-05-04 17:04:42 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-05-04 17:04:42 +0000 |
commit | c239710b54f5eca99e91da973b1ca0e70d7be497 (patch) | |
tree | 761e713ba0b6d27068fcd159082c89fda4b9a1f1 /x11-libs/libXaw | |
parent | Move use_ functions out of global scope. (diff) | |
download | gentoo-2-c239710b54f5eca99e91da973b1ca0e70d7be497.tar.gz gentoo-2-c239710b54f5eca99e91da973b1ca0e70d7be497.tar.bz2 gentoo-2-c239710b54f5eca99e91da973b1ca0e70d7be497.zip |
Make repoman happy by defining empty IUSE
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/libXaw')
-rw-r--r-- | x11-libs/libXaw/libXaw-1.0.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/libXaw/libXaw-1.0.5.ebuild b/x11-libs/libXaw/libXaw-1.0.5.ebuild index 9d97eef6e3ee..f4fd0e76804d 100644 --- a/x11-libs/libXaw/libXaw-1.0.5.ebuild +++ b/x11-libs/libXaw/libXaw-1.0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw/libXaw-1.0.5.ebuild,v 1.8 2009/04/16 02:13:33 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw/libXaw-1.0.5.ebuild,v 1.9 2009/05/04 17:04:42 ssuominen Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -8,8 +8,8 @@ inherit x-modular DESCRIPTION="X.Org Xaw library" - KEYWORDS="~alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~s390 sh sparc x86 ~x86-fbsd" +IUSE="" RDEPEND="x11-libs/libX11 x11-libs/libXt |