diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2009-09-06 21:16:27 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2009-09-06 21:16:27 +0000 |
commit | b096a325a7a331815ef7ce5e6934996a172471aa (patch) | |
tree | 0c7862e488e39cf9c58a912483d4ab20ec2c7bcd /sys-cluster/dlm | |
parent | Cleaning up for linux-info work: inherit linux-mod implies inherit linux-info. (diff) | |
download | gentoo-2-b096a325a7a331815ef7ce5e6934996a172471aa.tar.gz gentoo-2-b096a325a7a331815ef7ce5e6934996a172471aa.tar.bz2 gentoo-2-b096a325a7a331815ef7ce5e6934996a172471aa.zip |
Cleaning up for linux-info work: inherit linux-mod implies inherit linux-info.
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'sys-cluster/dlm')
-rw-r--r-- | sys-cluster/dlm/ChangeLog | 6 | ||||
-rw-r--r-- | sys-cluster/dlm/dlm-2.03.09.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-cluster/dlm/ChangeLog b/sys-cluster/dlm/ChangeLog index 9f681e9b443f..04825a471d87 100644 --- a/sys-cluster/dlm/ChangeLog +++ b/sys-cluster/dlm/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-cluster/dlm # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/dlm/ChangeLog,v 1.38 2009/02/10 22:36:42 xmerlin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/dlm/ChangeLog,v 1.39 2009/09/06 21:16:27 robbat2 Exp $ + + 06 Sep 2009; Robin H. Johnson <robbat2@gentoo.org> dlm-2.03.09.ebuild: + Cleaning up for linux-info work: inherit linux-mod implies inherit + linux-info. 10 Feb 2009; Christian Zoffoli <xmerlin@gentoo.org> dlm-2.03.09.ebuild: Stable on x86 and amd64. diff --git a/sys-cluster/dlm/dlm-2.03.09.ebuild b/sys-cluster/dlm/dlm-2.03.09.ebuild index beab09db9359..3de574c0faeb 100644 --- a/sys-cluster/dlm/dlm-2.03.09.ebuild +++ b/sys-cluster/dlm/dlm-2.03.09.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/dlm/dlm-2.03.09.ebuild,v 1.4 2009/02/10 22:36:42 xmerlin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/dlm/dlm-2.03.09.ebuild,v 1.5 2009/09/06 21:16:27 robbat2 Exp $ -inherit eutils linux-mod linux-info versionator +inherit eutils linux-mod versionator CLUSTER_RELEASE="${PV}" MY_P="cluster-${CLUSTER_RELEASE}" |