diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-08-19 14:39:11 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-08-19 14:39:11 +0000 |
commit | 2eb46779e63f2c68045c823a1a0b09ec7b769305 (patch) | |
tree | bc83a023a6c66eb3af24783c1bdb8732f36f5993 /x11-libs/libXaw | |
parent | s390 stable (diff) | |
download | gentoo-2-2eb46779e63f2c68045c823a1a0b09ec7b769305.tar.gz gentoo-2-2eb46779e63f2c68045c823a1a0b09ec7b769305.tar.bz2 gentoo-2-2eb46779e63f2c68045c823a1a0b09ec7b769305.zip |
s390 stable
(Portage version: 2.1.1_pre4)
Diffstat (limited to 'x11-libs/libXaw')
-rw-r--r-- | x11-libs/libXaw/libXaw-1.0.2.ebuild | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/x11-libs/libXaw/libXaw-1.0.2.ebuild b/x11-libs/libXaw/libXaw-1.0.2.ebuild index 963fa5c1bb4f..6fa056293d9d 100644 --- a/x11-libs/libXaw/libXaw-1.0.2.ebuild +++ b/x11-libs/libXaw/libXaw-1.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw/libXaw-1.0.2.ebuild,v 1.8 2006/07/19 09:22:34 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw/libXaw-1.0.2.ebuild,v 1.9 2006/08/19 14:39:11 vapier Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -8,12 +8,10 @@ inherit x-modular DESCRIPTION="X.Org Xaw library" -#HOMEPAGE="http://foo.bar.com/" -#SRC_URI="ftp://foo.bar.com/${P}.tar.bz2" -#LICENSE="" -#SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 ~s390 sh sparc x86 ~x86-fbsd" + +KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" IUSE="xprint" + RDEPEND="x11-libs/libX11 x11-libs/libXt x11-libs/libXmu @@ -23,7 +21,7 @@ RDEPEND="x11-libs/libX11 DEPEND="${RDEPEND} sys-apps/ed" -CONFIGURE_OPTIONS="`use_enable xprint xaw8`" +CONFIGURE_OPTIONS="$(use_enable xprint xaw8)" pkg_setup() { # No such function yet |