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 | |
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')
-rw-r--r-- | x11-themes/fusionx-aqua/ChangeLog | 6 | ||||
-rw-r--r-- | x11-themes/fusionx-aqua/fusionx-aqua-1.1.ebuild | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/x11-themes/fusionx-aqua/ChangeLog b/x11-themes/fusionx-aqua/ChangeLog index 38dcb1b906ef..53644935bf7d 100644 --- a/x11-themes/fusionx-aqua/ChangeLog +++ b/x11-themes/fusionx-aqua/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-themes/fusionx-aqua # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/fusionx-aqua/ChangeLog,v 1.12 2006/11/28 00:15:06 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/fusionx-aqua/ChangeLog,v 1.13 2006/11/28 00:16:44 flameeyes Exp $ + + 28 Nov 2006; Diego Pettenò <flameeyes@gentoo.org> + fusionx-aqua-1.1.ebuild: + Restrict binchecks as the package only installs datafiles. 28 Nov 2006; Diego Pettenò <flameeyes@gentoo.org> fusionx-aqua-1.1.ebuild: 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() { |