diff options
author | Serkan Kaba <serkan@gentoo.org> | 2009-05-31 18:52:33 +0000 |
---|---|---|
committer | Serkan Kaba <serkan@gentoo.org> | 2009-05-31 18:52:33 +0000 |
commit | 18ecabd39eda9706af0fa05c2f9b6f8e430ca520 (patch) | |
tree | 2001441b047a6077578b512d29b11b44a0444fd7 /x11-libs/libsexy | |
parent | Version bump. (diff) | |
download | gentoo-2-18ecabd39eda9706af0fa05c2f9b6f8e430ca520.tar.gz gentoo-2-18ecabd39eda9706af0fa05c2f9b6f8e430ca520.tar.bz2 gentoo-2-18ecabd39eda9706af0fa05c2f9b6f8e430ca520.zip |
Add missing eutils inherit for epatch.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/libsexy')
-rw-r--r-- | x11-libs/libsexy/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/libsexy/libsexy-0.1.11-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/libsexy/ChangeLog b/x11-libs/libsexy/ChangeLog index 3149c3285180..0adafc31a782 100644 --- a/x11-libs/libsexy/ChangeLog +++ b/x11-libs/libsexy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/libsexy # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libsexy/ChangeLog,v 1.38 2009/05/31 16:24:46 serkan Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libsexy/ChangeLog,v 1.39 2009/05/31 18:52:33 serkan Exp $ + + 31 May 2009; Serkan Kaba <serkan@gentoo.org> libsexy-0.1.11-r1.ebuild: + Add missing eutils inherit for epatch. *libsexy-0.1.11-r1 (31 May 2009) diff --git a/x11-libs/libsexy/libsexy-0.1.11-r1.ebuild b/x11-libs/libsexy/libsexy-0.1.11-r1.ebuild index 1b45a32c2cf0..cec079bcb68c 100644 --- a/x11-libs/libsexy/libsexy-0.1.11-r1.ebuild +++ b/x11-libs/libsexy/libsexy-0.1.11-r1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libsexy/libsexy-0.1.11-r1.ebuild,v 1.1 2009/05/31 16:24:46 serkan Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libsexy/libsexy-0.1.11-r1.ebuild,v 1.2 2009/05/31 18:52:33 serkan Exp $ EAPI="2" -inherit gnome2 +inherit gnome2 eutils DESCRIPTION="Sexy GTK+ Widgets" HOMEPAGE="http://www.chipx86.com/wiki/Libsexy" |