diff options
Diffstat (limited to 'dev-java/libglade-java/libglade-java-2.12.1.ebuild')
-rw-r--r-- | dev-java/libglade-java/libglade-java-2.12.1.ebuild | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/dev-java/libglade-java/libglade-java-2.12.1.ebuild b/dev-java/libglade-java/libglade-java-2.12.1.ebuild index b2480253dac2..2f8f7169f826 100644 --- a/dev-java/libglade-java/libglade-java-2.12.1.ebuild +++ b/dev-java/libglade-java/libglade-java-2.12.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/libglade-java/libglade-java-2.12.1.ebuild,v 1.2 2005/11/13 00:05:27 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/libglade-java/libglade-java-2.12.1.ebuild,v 1.3 2005/11/15 03:53:21 compnerd Exp $ # Must be before the gnome.org inherit GNOME_TARBALL_SUFFIX="gz" @@ -31,12 +31,14 @@ RDEPEND=">=virtual/jre-1.4 ${DEPS}" pkg_setup() { - if use gcj -a ! built_with_use sys-devel/gcc gcj ; then - ewarn - ewarn "You must build gcc with the gcj support to build with gcj" - ewarn - ebeep 5 - die "No GCJ support found!" + if use gcj ; then + if ! built_with_use sys-devel/gcc gcj ; then + ewarn + ewarn "You must build gcc with the gcj support to build with gcj" + ewarn + ebeep 5 + die "No GCJ support found!" + fi fi } |