diff options
author | Samuli Suominen <drac@gentoo.org> | 2007-04-12 14:48:37 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2007-04-12 14:48:37 +0000 |
commit | 75544aac6bcecc5ea3d5ebd2788a566ccab43aec (patch) | |
tree | 561cc3f7b3ebb97abdd56502e5d886d20f45e696 /xfce-base/xfce-utils | |
parent | Version bump for 4.4.1. (diff) | |
download | gentoo-2-75544aac6bcecc5ea3d5ebd2788a566ccab43aec.tar.gz gentoo-2-75544aac6bcecc5ea3d5ebd2788a566ccab43aec.tar.bz2 gentoo-2-75544aac6bcecc5ea3d5ebd2788a566ccab43aec.zip |
Fix inherits.
(Portage version: 2.1.2.3)
Diffstat (limited to 'xfce-base/xfce-utils')
-rw-r--r-- | xfce-base/xfce-utils/ChangeLog | 5 | ||||
-rw-r--r-- | xfce-base/xfce-utils/xfce-utils-4.4.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/xfce-base/xfce-utils/ChangeLog b/xfce-base/xfce-utils/ChangeLog index 4d54b9140cad..8a713e6bfe6d 100644 --- a/xfce-base/xfce-utils/ChangeLog +++ b/xfce-base/xfce-utils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for xfce-base/xfce-utils # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/ChangeLog,v 1.101 2007/04/12 14:42:13 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/ChangeLog,v 1.102 2007/04/12 14:48:37 drac Exp $ + + 12 Apr 2007; Samuli Suominen <drac@gentoo.org> xfce-utils-4.4.1.ebuild: + Remove eutils from inherit, not used. *xfce-utils-4.4.1 (11 Apr 2007) diff --git a/xfce-base/xfce-utils/xfce-utils-4.4.1.ebuild b/xfce-base/xfce-utils/xfce-utils-4.4.1.ebuild index 5eaa9ddb760d..0b19119990d1 100644 --- a/xfce-base/xfce-utils/xfce-utils-4.4.1.ebuild +++ b/xfce-base/xfce-utils/xfce-utils-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-utils/xfce-utils-4.4.1.ebuild,v 1.1 2007/04/12 14:42:13 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/xfce-utils-4.4.1.ebuild,v 1.2 2007/04/12 14:48:37 drac Exp $ -inherit eutils xfce44 +inherit xfce44 XFCE_VERSION=4.4.1 xfce44 |