diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2011-11-16 20:54:48 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2011-11-16 20:54:48 +0000 |
commit | 6f659569e2600b0b9e268503cfb75d368f4d013c (patch) | |
tree | 17576322bd54960ffe6ba7e300100573da09c062 /x11-libs | |
parent | Version bump. (diff) | |
download | gentoo-2-6f659569e2600b0b9e268503cfb75d368f4d013c.tar.gz gentoo-2-6f659569e2600b0b9e268503cfb75d368f4d013c.tar.bz2 gentoo-2-6f659569e2600b0b9e268503cfb75d368f4d013c.zip |
Forgot to inherit eutils. Brown paper bag commit.
(Portage version: 2.2.0_alpha74/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/vte/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/vte/vte-0.28.2-r201.ebuild | 4 | ||||
-rw-r--r-- | x11-libs/vte/vte-0.30.1-r1.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/x11-libs/vte/ChangeLog b/x11-libs/vte/ChangeLog index 2d1895ab0589..01a11e5db6e6 100644 --- a/x11-libs/vte/ChangeLog +++ b/x11-libs/vte/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/vte # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.298 2011/11/16 08:12:53 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.299 2011/11/16 20:54:48 tetromino Exp $ + + 16 Nov 2011; Alexandre Rostovtsev <tetromino@gentoo.org> + vte-0.28.2-r201.ebuild, vte-0.30.1-r1.ebuild: + Forgot to inherit eutils. *vte-0.28.2-r201 (16 Nov 2011) diff --git a/x11-libs/vte/vte-0.28.2-r201.ebuild b/x11-libs/vte/vte-0.28.2-r201.ebuild index 57e63f7a3b10..2ed069a11282 100644 --- a/x11-libs/vte/vte-0.28.2-r201.ebuild +++ b/x11-libs/vte/vte-0.28.2-r201.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.28.2-r201.ebuild,v 1.1 2011/11/16 08:12:53 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.28.2-r201.ebuild,v 1.2 2011/11/16 20:54:48 tetromino Exp $ EAPI="4" GCONF_DEBUG="yes" GNOME2_LA_PUNT="yes" PYTHON_DEPEND="python? 2:2.4" -inherit gnome2 python +inherit eutils gnome2 python DESCRIPTION="GNOME terminal widget" HOMEPAGE="http://git.gnome.org/browse/vte" diff --git a/x11-libs/vte/vte-0.30.1-r1.ebuild b/x11-libs/vte/vte-0.30.1-r1.ebuild index b901b3835ade..238ee7b73993 100644 --- a/x11-libs/vte/vte-0.30.1-r1.ebuild +++ b/x11-libs/vte/vte-0.30.1-r1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.30.1-r1.ebuild,v 1.1 2011/11/15 08:30:04 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.30.1-r1.ebuild,v 1.2 2011/11/16 20:54:48 tetromino Exp $ EAPI="4" GCONF_DEBUG="yes" GNOME2_LA_PUNT="yes" -inherit gnome2 +inherit eutils gnome2 DESCRIPTION="GNOME terminal widget" HOMEPAGE="http://git.gnome.org/browse/vte" |