diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-11-28 00:16:44 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-11-28 00:16:44 +0000 |
commit | 2a41fc1fce3d1ffb30a7f610a4f31eeabd663fa2 (patch) | |
tree | 756d7e2448be8a98d80d3ec34b058828fa293960 /x11-themes/fusionx-aqua/fusionx-aqua-1.1.ebuild | |
parent | Stable for HPPA (bug #156293). (diff) | |
download | gentoo-2-2a41fc1fce3d1ffb30a7f610a4f31eeabd663fa2.tar.gz gentoo-2-2a41fc1fce3d1ffb30a7f610a4f31eeabd663fa2.tar.bz2 gentoo-2-2a41fc1fce3d1ffb30a7f610a4f31eeabd663fa2.zip |
Restrict binchecks as the package only installs datafiles.
(Portage version: 2.1.2_rc2-r2)
Diffstat (limited to 'x11-themes/fusionx-aqua/fusionx-aqua-1.1.ebuild')
-rw-r--r-- | x11-themes/fusionx-aqua/fusionx-aqua-1.1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-themes/fusionx-aqua/fusionx-aqua-1.1.ebuild b/x11-themes/fusionx-aqua/fusionx-aqua-1.1.ebuild index 687ed8040635..55807f065099 100644 --- a/x11-themes/fusionx-aqua/fusionx-aqua-1.1.ebuild +++ b/x11-themes/fusionx-aqua/fusionx-aqua-1.1.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-themes/fusionx-aqua/fusionx-aqua-1.1.ebuild,v 1.17 2006/11/28 00:15:06 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/fusionx-aqua/fusionx-aqua-1.1.ebuild,v 1.18 2006/11/28 00:16:44 flameeyes Exp $ MY_P="FusionX-Aqua-${PV}" S=${WORKDIR}/${MY_P} @@ -17,6 +17,8 @@ IUSE="" RDEPEND="|| ( kde-base/kwin kde-base/kdebase )" DEPEND="" +RESTRICT="binchecks strip" + src_compile() { :; } src_install() { |