diff options
author | Lisa M. Seelye <lisa@gentoo.org> | 2004-04-12 00:33:42 +0000 |
---|---|---|
committer | Lisa M. Seelye <lisa@gentoo.org> | 2004-04-12 00:33:42 +0000 |
commit | 8688de22f8e6f8a760397cd868e641a1b476fdf8 (patch) | |
tree | 46ca296971e18c6a89c06176559c3dcdda750558 /sys-devel/distcc/distcc-2.13-r1.ebuild | |
parent | add patch from Sascha Silbe to fix use static linking (bug #47361) (diff) | |
download | historical-8688de22f8e6f8a760397cd868e641a1b476fdf8.tar.gz historical-8688de22f8e6f8a760397cd868e641a1b476fdf8.tar.bz2 historical-8688de22f8e6f8a760397cd868e641a1b476fdf8.zip |
bumping 2.13-r1 to stable
Diffstat (limited to 'sys-devel/distcc/distcc-2.13-r1.ebuild')
-rw-r--r-- | sys-devel/distcc/distcc-2.13-r1.ebuild | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/sys-devel/distcc/distcc-2.13-r1.ebuild b/sys-devel/distcc/distcc-2.13-r1.ebuild index 614e01f10b08..8b7e14e54998 100644 --- a/sys-devel/distcc/distcc-2.13-r1.ebuild +++ b/sys-devel/distcc/distcc-2.13-r1.ebuild @@ -1,6 +1,9 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-2.13-r1.ebuild,v 1.2 2004/03/12 11:20:20 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-2.13-r1.ebuild,v 1.3 2004/04/12 00:33:42 lisa Exp $ + +# If you change this in any way please email lisa@gentoo.org and make an +# entry in the ChangeLog (this means you spanky :P). (2004-04-11) Lisa Seelye inherit eutils gcc flag-o-matic @@ -12,12 +15,13 @@ SRC_URI="http://distcc.samba.org/ftp/distcc/distcc-${PV}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~alpha hppa ~mips ~ia64 ~amd64" +KEYWORDS="x86 ppc sparc alpha hppa mips ia64 amd64" IUSE="gnome gtk selinux ipv6" DEPEND=">=sys-apps/portage-2.0.49-r6 >=sys-devel/gcc-config-1.3.1 - sys-apps/shadow" + sys-apps/shadow + dev-util/pkgconfig" RDEPEND="!mips? ( gnome? ( >=x11-libs/gtk+-2.0.0 >=gnome-base/libgnome-2.0.0 |