diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-05 04:53:46 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-05 04:53:46 +0000 |
commit | 99743e10df11e4409424250436b87fcf31779365 (patch) | |
tree | 5e8b36fdee62d6c799ab5060acd12183e5d6e29a /x11-libs/xfc | |
parent | Remove debug.eclass usage for bug #160119. (diff) | |
download | gentoo-2-99743e10df11e4409424250436b87fcf31779365.tar.gz gentoo-2-99743e10df11e4409424250436b87fcf31779365.tar.bz2 gentoo-2-99743e10df11e4409424250436b87fcf31779365.zip |
Remove debug.eclass usage.
(Portage version: 2.1.2_rc4-r5)
Diffstat (limited to 'x11-libs/xfc')
-rw-r--r-- | x11-libs/xfc/ChangeLog | 7 | ||||
-rw-r--r-- | x11-libs/xfc/xfc-4.3.0.ebuild | 5 |
2 files changed, 7 insertions, 5 deletions
diff --git a/x11-libs/xfc/ChangeLog b/x11-libs/xfc/ChangeLog index 881e6d3281bc..7e8b2d5cc858 100644 --- a/x11-libs/xfc/ChangeLog +++ b/x11-libs/xfc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/xfc -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/xfc/ChangeLog,v 1.1 2005/03/02 21:49:42 bcowan Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xfc/ChangeLog,v 1.2 2007/01/05 04:53:46 flameeyes Exp $ + + 05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> xfc-4.3.0.ebuild: + Remove debug.eclass usage. *xfc-4.3.0 (02 Mar 2005) diff --git a/x11-libs/xfc/xfc-4.3.0.ebuild b/x11-libs/xfc/xfc-4.3.0.ebuild index 5eaacf3bb3a5..f4daecc4f581 100644 --- a/x11-libs/xfc/xfc-4.3.0.ebuild +++ b/x11-libs/xfc/xfc-4.3.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/xfc/xfc-4.3.0.ebuild,v 1.1 2005/03/02 21:49:42 bcowan Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xfc/xfc-4.3.0.ebuild,v 1.2 2007/01/05 04:53:46 flameeyes Exp $ DESCRIPTION="C++ bindings for gtk+ related to Xfce" HOMEPAGE="http://xfc.xfce.org" @@ -20,7 +20,6 @@ RDEPEND=">=dev-libs/glib-2.4.0 DEPEND="${RDEPEND} dev-util/pkgconfig" -inherit debug src_compile() { local myconf |