diff options
author | Patrick Lauer <patrick@gentoo.org> | 2013-05-11 07:55:07 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2013-05-11 07:55:07 +0000 |
commit | 762856f695d2e1269c902aba93d52a37a0636ffb (patch) | |
tree | f1b32683b46d7f2b21ac4f3483a2a26e4d6bb3fc /x11-wm/notion | |
parent | Fix inherit (diff) | |
download | gentoo-2-762856f695d2e1269c902aba93d52a37a0636ffb.tar.gz gentoo-2-762856f695d2e1269c902aba93d52a37a0636ffb.tar.bz2 gentoo-2-762856f695d2e1269c902aba93d52a37a0636ffb.zip |
Fix inherit
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-wm/notion')
-rw-r--r-- | x11-wm/notion/ChangeLog | 6 | ||||
-rw-r--r-- | x11-wm/notion/notion-3_p2013030200.ebuild | 4 | ||||
-rw-r--r-- | x11-wm/notion/notion-9999.ebuild | 6 |
3 files changed, 10 insertions, 6 deletions
diff --git a/x11-wm/notion/ChangeLog b/x11-wm/notion/ChangeLog index 77a0735ee08c..7ceb9c9927ee 100644 --- a/x11-wm/notion/ChangeLog +++ b/x11-wm/notion/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-wm/notion # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/notion/ChangeLog,v 1.5 2013/04/09 06:49:12 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/notion/ChangeLog,v 1.6 2013/05/11 07:55:07 patrick Exp $ + + 11 May 2013; Patrick Lauer <patrick@gentoo.org> notion-3_p2013030200.ebuild, + notion-9999.ebuild: + Fix inherit *notion-3_p2013030200 (09 Apr 2013) diff --git a/x11-wm/notion/notion-3_p2013030200.ebuild b/x11-wm/notion/notion-3_p2013030200.ebuild index 4011c8a588ef..40c690fc962e 100644 --- a/x11-wm/notion/notion-3_p2013030200.ebuild +++ b/x11-wm/notion/notion-3_p2013030200.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/notion/notion-3_p2013030200.ebuild,v 1.1 2013/04/09 06:49:12 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/notion/notion-3_p2013030200.ebuild,v 1.2 2013/05/11 07:55:07 patrick Exp $ EAPI="4" -inherit eutils toolchain-funcs +inherit eutils toolchain-funcs multilib DESCRIPTION="Notion is a tiling, tabbed window manager for the X window system" HOMEPAGE="http://notion.sourceforge.net" diff --git a/x11-wm/notion/notion-9999.ebuild b/x11-wm/notion/notion-9999.ebuild index 2129937d049d..2f0789034737 100644 --- a/x11-wm/notion/notion-9999.ebuild +++ b/x11-wm/notion/notion-9999.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/notion/notion-9999.ebuild,v 1.5 2012/10/08 12:34:30 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/notion/notion-9999.ebuild,v 1.6 2013/05/11 07:55:07 patrick Exp $ EAPI="4" EGIT_REPO_URI="git://notion.git.sourceforge.net/gitroot/notion/notion" EGIT_HAS_SUBMODULES="1" -inherit eutils git-2 toolchain-funcs +inherit eutils git-2 toolchain-funcs multilib DESCRIPTION="Notion is a tiling, tabbed window manager for the X window system" HOMEPAGE="http://notion.sourceforge.net" |