diff options
author | 2013-04-07 21:48:31 +0000 | |
---|---|---|
committer | 2013-04-07 21:48:31 +0000 | |
commit | 96d3808c70c0106f37239c9ad5abc958ea5824d2 (patch) | |
tree | 4ce561bad5bafcf4a06aa1b8e2a055441963666b /dev-libs | |
parent | remove old (diff) | |
download | gentoo-2-96d3808c70c0106f37239c9ad5abc958ea5824d2.tar.gz gentoo-2-96d3808c70c0106f37239c9ad5abc958ea5824d2.tar.bz2 gentoo-2-96d3808c70c0106f37239c9ad5abc958ea5824d2.zip |
Apply team policy.
(Portage version: 2.2.0_alpha171/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/gdl/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/gdl/gdl-3.8.0.ebuild | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/dev-libs/gdl/ChangeLog b/dev-libs/gdl/ChangeLog index 7ad1a6a6fef7..54311e348715 100644 --- a/dev-libs/gdl/ChangeLog +++ b/dev-libs/gdl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/gdl # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/gdl/ChangeLog,v 1.91 2013/04/01 18:23:54 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gdl/ChangeLog,v 1.92 2013/04/07 21:48:31 eva Exp $ + + 07 Apr 2013; Gilles Dartiguelongue <eva@gentoo.org> gdl-3.8.0.ebuild: + Apply team policy. 01 Apr 2013; Agostino Sarubbo <ago@gentoo.org> gdl-3.6.2.ebuild: Stable for sparc, wrt bug #458984 diff --git a/dev-libs/gdl/gdl-3.8.0.ebuild b/dev-libs/gdl/gdl-3.8.0.ebuild index 8621893b9a67..77a11427e1bb 100644 --- a/dev-libs/gdl/gdl-3.8.0.ebuild +++ b/dev-libs/gdl/gdl-3.8.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/gdl/gdl-3.8.0.ebuild,v 1.1 2013/03/28 16:38:19 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gdl/gdl-3.8.0.ebuild,v 1.2 2013/04/07 21:48:31 eva Exp $ EAPI="5" GCONF_DEBUG="no" @@ -29,7 +29,5 @@ DEPEND="${RDEPEND} src_configure() { DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README" - G2CONF="${G2CONF} - $(use_enable introspection)" - gnome2_src_configure + gnome2_src_configure $(use_enable introspection) } |