diff options
author | Markus Nigbur <pyrania@gentoo.org> | 2004-07-04 10:21:01 +0000 |
---|---|---|
committer | Markus Nigbur <pyrania@gentoo.org> | 2004-07-04 10:21:01 +0000 |
commit | 1b06a6167e22f0da138ca889525e9138d25b820f (patch) | |
tree | d57d6b797977e5357e4954333f39d63dc6978744 /x11-misc/accessx/accessx-0951.ebuild | |
parent | ~sparc and added || dies (Manifest recommit) (diff) | |
download | gentoo-2-1b06a6167e22f0da138ca889525e9138d25b820f.tar.gz gentoo-2-1b06a6167e22f0da138ca889525e9138d25b820f.tar.bz2 gentoo-2-1b06a6167e22f0da138ca889525e9138d25b820f.zip |
IUSE..
Diffstat (limited to 'x11-misc/accessx/accessx-0951.ebuild')
-rw-r--r-- | x11-misc/accessx/accessx-0951.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-misc/accessx/accessx-0951.ebuild b/x11-misc/accessx/accessx-0951.ebuild index 851c5994c4e0..1b8237e7c9fb 100644 --- a/x11-misc/accessx/accessx-0951.ebuild +++ b/x11-misc/accessx/accessx-0951.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # John Stalker <stalker@math.princeton.edu> -# $Header: /var/cvsroot/gentoo-x86/x11-misc/accessx/accessx-0951.ebuild,v 1.1 2004/07/03 15:48:08 pyrania Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/accessx/accessx-0951.ebuild,v 1.2 2004/07/04 10:21:01 pyrania Exp $ S=${WORKDIR}/${PN} DESCRIPTION="Interface to the XKEYBOARD extension in X11" @@ -13,6 +13,7 @@ DEPEND="virtual/x11" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~sparc ~ppc" +IUSE="" src_compile() { make || die |