diff options
author | Samuli Suominen <drac@gentoo.org> | 2007-04-12 14:56:32 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2007-04-12 14:56:32 +0000 |
commit | 02f240417858ba09e7353af3777684e4e628a3a2 (patch) | |
tree | 792feb49ff13784a2966e468e76342878777b4b6 /xfce-base/xfce-mcs-plugins | |
parent | Fix inherits. (diff) | |
download | gentoo-2-02f240417858ba09e7353af3777684e4e628a3a2.tar.gz gentoo-2-02f240417858ba09e7353af3777684e4e628a3a2.tar.bz2 gentoo-2-02f240417858ba09e7353af3777684e4e628a3a2.zip |
Fix inherits.
(Portage version: 2.1.2.3)
Diffstat (limited to 'xfce-base/xfce-mcs-plugins')
-rw-r--r-- | xfce-base/xfce-mcs-plugins/ChangeLog | 6 | ||||
-rw-r--r-- | xfce-base/xfce-mcs-plugins/xfce-mcs-plugins-4.4.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/xfce-base/xfce-mcs-plugins/ChangeLog b/xfce-base/xfce-mcs-plugins/ChangeLog index f74d4252d52e..c63ab17a7aae 100644 --- a/xfce-base/xfce-mcs-plugins/ChangeLog +++ b/xfce-base/xfce-mcs-plugins/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for xfce-base/xfce-mcs-plugins # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-mcs-plugins/ChangeLog,v 1.88 2007/04/12 14:42:13 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-mcs-plugins/ChangeLog,v 1.89 2007/04/12 14:56:32 drac Exp $ + + 12 Apr 2007; Samuli Suominen <drac@gentoo.org> + xfce-mcs-plugins-4.4.1.ebuild: + Fix inherits, eutils. *xfce-mcs-plugins-4.4.1 (11 Apr 2007) diff --git a/xfce-base/xfce-mcs-plugins/xfce-mcs-plugins-4.4.1.ebuild b/xfce-base/xfce-mcs-plugins/xfce-mcs-plugins-4.4.1.ebuild index 0756c6ffff7f..467ba762b2fc 100644 --- a/xfce-base/xfce-mcs-plugins/xfce-mcs-plugins-4.4.1.ebuild +++ b/xfce-base/xfce-mcs-plugins/xfce-mcs-plugins-4.4.1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-mcs-plugins/xfce-mcs-plugins-4.4.1.ebuild,v 1.1 2007/04/12 14:42:13 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-mcs-plugins/xfce-mcs-plugins-4.4.1.ebuild,v 1.2 2007/04/12 14:56:32 drac Exp $ -inherit eutils xfce44 +inherit xfce44 XFCE_VERSION=4.4.1 xfce44 |