diff options
author | Leonardo Boshell <leonardop@gentoo.org> | 2005-09-20 19:19:29 +0000 |
---|---|---|
committer | Leonardo Boshell <leonardop@gentoo.org> | 2005-09-20 19:19:29 +0000 |
commit | a3f6bf3d7fc322ab62f04292451cfd016d73d0c8 (patch) | |
tree | 40ba71e85627a802cdc1f139f9bcbc933e492662 /app-accessibility | |
parent | Make util-linux conditional to GNU userland, added note for FBSD. (diff) | |
download | gentoo-2-a3f6bf3d7fc322ab62f04292451cfd016d73d0c8.tar.gz gentoo-2-a3f6bf3d7fc322ab62f04292451cfd016d73d0c8.tar.bz2 gentoo-2-a3f6bf3d7fc322ab62f04292451cfd016d73d0c8.zip |
Removing RESTRICT. Moving G2CONF declaration into pkg_setup().
(Portage version: 2.0.52-r1)
Diffstat (limited to 'app-accessibility')
-rw-r--r-- | app-accessibility/gok/gok-1.0.5.ebuild | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/app-accessibility/gok/gok-1.0.5.ebuild b/app-accessibility/gok/gok-1.0.5.ebuild index e1dc55a8f53d..9bccd83be6ff 100644 --- a/app-accessibility/gok/gok-1.0.5.ebuild +++ b/app-accessibility/gok/gok-1.0.5.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/gok/gok-1.0.5.ebuild,v 1.12 2005/09/20 19:12:06 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/gok/gok-1.0.5.ebuild,v 1.13 2005/09/20 19:19:29 leonardop Exp $ -inherit gnome2 virtualx +inherit virtualx gnome2 DESCRIPTION="Gnome Onscreen Keyboard" HOMEPAGE="http://www.gok.ca/" @@ -11,7 +11,6 @@ LICENSE="LGPL-2" SLOT="1" KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86" IUSE="doc static" -RESTRICT="test" RDEPEND=">=x11-libs/gtk+-2.3.1 >=gnome-base/gconf-2 @@ -35,11 +34,14 @@ DEPEND="${RDEPEND} DOCS="AUTHORS ChangeLog NEWS README" -G2CONF="${G2CONF} $(use_enable static)" - # So it doesn't break when building kbd files MAKEOPTS="${MAKEOPTS} -j1" + +pkg_setup() { + G2CONF="$(use_enable static)" +} + src_test() { addpredict / Xmake check || die |