diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-05-21 18:59:25 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-05-21 18:59:25 +0000 |
commit | 4fa9790fe2032c8cbfa21910793952a3ec7526d9 (patch) | |
tree | 2e692c0f0140235126768d143dc0256265383fc6 /gnome-base/libgnomeprint | |
parent | Add missing inheritance of eutils.eclass (diff) | |
download | gentoo-2-4fa9790fe2032c8cbfa21910793952a3ec7526d9.tar.gz gentoo-2-4fa9790fe2032c8cbfa21910793952a3ec7526d9.tar.bz2 gentoo-2-4fa9790fe2032c8cbfa21910793952a3ec7526d9.zip |
Need eutils for epatch.
(Portage version: 2.2.0_alpha107/cvs/Linux x86_64)
Diffstat (limited to 'gnome-base/libgnomeprint')
-rw-r--r-- | gnome-base/libgnomeprint/ChangeLog | 6 | ||||
-rw-r--r-- | gnome-base/libgnomeprint/libgnomeprint-2.18.8.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/gnome-base/libgnomeprint/ChangeLog b/gnome-base/libgnomeprint/ChangeLog index 4d7a38e79468..6dc5a47833b1 100644 --- a/gnome-base/libgnomeprint/ChangeLog +++ b/gnome-base/libgnomeprint/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gnome-base/libgnomeprint # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/ChangeLog,v 1.192 2012/05/05 05:38:09 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/ChangeLog,v 1.193 2012/05/21 18:59:25 tetromino Exp $ + + 21 May 2012; Alexandre Rostovtsev <tetromino@gentoo.org> + libgnomeprint-2.18.8.ebuild: + Need eutils for epatch. 05 May 2012; Jeff Horelick <jdhore@gentoo.org> libgnomeprint-2.18.8.ebuild: dev-util/pkgconfig -> virtual/pkgconfig diff --git a/gnome-base/libgnomeprint/libgnomeprint-2.18.8.ebuild b/gnome-base/libgnomeprint/libgnomeprint-2.18.8.ebuild index f15214159a00..8c92c34b286d 100644 --- a/gnome-base/libgnomeprint/libgnomeprint-2.18.8.ebuild +++ b/gnome-base/libgnomeprint/libgnomeprint-2.18.8.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/libgnomeprint-2.18.8.ebuild,v 1.9 2012/05/05 05:38:09 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/libgnomeprint-2.18.8.ebuild,v 1.10 2012/05/21 18:59:25 tetromino Exp $ EAPI="3" GCONF_DEBUG="no" -inherit gnome2 +inherit eutils gnome2 DESCRIPTION="Printer handling for Gnome" HOMEPAGE="http://www.gnome.org/" |