diff options
author | 2002-05-01 14:39:32 +0000 | |
---|---|---|
committer | 2002-05-01 14:39:32 +0000 | |
commit | 6083b1c7c26c6a37833cba231210b89814726a68 (patch) | |
tree | 25a3e6194c79aa914b49ad9aa9675085c6182360 /x11-libs/gtkmm | |
parent | removing some old stuff (diff) | |
download | gentoo-2-6083b1c7c26c6a37833cba231210b89814726a68.tar.gz gentoo-2-6083b1c7c26c6a37833cba231210b89814726a68.tar.bz2 gentoo-2-6083b1c7c26c6a37833cba231210b89814726a68.zip |
lintool fix of the oldies as well. sorry achim
Diffstat (limited to 'x11-libs/gtkmm')
-rw-r--r-- | x11-libs/gtkmm/gtkmm-1.2.8.ebuild | 9 | ||||
-rw-r--r-- | x11-libs/gtkmm/gtkmm-1.2.9.ebuild | 8 |
2 files changed, 10 insertions, 7 deletions
diff --git a/x11-libs/gtkmm/gtkmm-1.2.8.ebuild b/x11-libs/gtkmm/gtkmm-1.2.8.ebuild index 994520aa42de..f33c7e066660 100644 --- a/x11-libs/gtkmm/gtkmm-1.2.8.ebuild +++ b/x11-libs/gtkmm/gtkmm-1.2.8.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. +# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkmm/gtkmm-1.2.8.ebuild,v 1.1 2001/11/05 22:42:29 azarah Exp $ +# Author: Achim Gottinger <achim@gentoo.org> +# Maintainer: Achim Gottinger <achim@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkmm/gtkmm-1.2.8.ebuild,v 1.2 2002/05/01 14:39:32 spider Exp $ S=${WORKDIR}/${P} DESCRIPTION="C++ interface for GTK+" @@ -14,7 +15,7 @@ DEPEND="virtual/glibc >=x11-libs/gtk+-1.2.10-r4 >=dev-libs/libsigc++-1.0.4" - +RDEPEND=${DEPEND} src_compile() { local myconf diff --git a/x11-libs/gtkmm/gtkmm-1.2.9.ebuild b/x11-libs/gtkmm/gtkmm-1.2.9.ebuild index cb5d415fd489..a03dccdc838a 100644 --- a/x11-libs/gtkmm/gtkmm-1.2.9.ebuild +++ b/x11-libs/gtkmm/gtkmm-1.2.9.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. +# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkmm/gtkmm-1.2.9.ebuild,v 1.1 2002/04/09 19:08:15 spider Exp $ +# Author: Achim Gottinger <achim@gentoo.org> +# Maintainer: Achim Gottinger <achim@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkmm/gtkmm-1.2.9.ebuild,v 1.2 2002/05/01 14:39:32 spider Exp $ S=${WORKDIR}/${P} DESCRIPTION="C++ interface for GTK+" @@ -14,6 +15,7 @@ DEPEND="virtual/glibc >=x11-libs/gtk+-1.2.10-r4 >=dev-libs/libsigc++-1.0.4" +RDEPEND=${DEPEND} src_compile() { |