diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-07-02 07:15:59 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-07-02 07:15:59 +0000 |
commit | 1952fb49489e15d70dc76da96c41b33e8fca4895 (patch) | |
tree | 411f6563ec3199a6e3e6510004a27be396cac78b /x11-wm | |
parent | Version bump (thanks euscan), drop old (diff) | |
download | gentoo-2-1952fb49489e15d70dc76da96c41b33e8fca4895.tar.gz gentoo-2-1952fb49489e15d70dc76da96c41b33e8fca4895.tar.bz2 gentoo-2-1952fb49489e15d70dc76da96c41b33e8fca4895.zip |
dev-util/pkgconfig -> virtual/pkgconfig
(Portage version: 2.2.0_alpha114/cvs/Linux i686)
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/notion/ChangeLog | 6 | ||||
-rw-r--r-- | x11-wm/notion/notion-9999.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/x11-wm/notion/ChangeLog b/x11-wm/notion/ChangeLog index 8e627f88640a..1207d4739d5e 100644 --- a/x11-wm/notion/ChangeLog +++ b/x11-wm/notion/ChangeLog @@ -1,10 +1,12 @@ # ChangeLog for x11-wm/notion # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/notion/ChangeLog,v 1.1 2012/06/20 18:52:51 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/notion/ChangeLog,v 1.2 2012/07/02 07:15:59 jdhore Exp $ + + 02 Jul 2012; Jeff Horelick <jdhore@gentoo.org> notion-9999.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig *notion-9999 (20 Jun 2012) 20 Jun 2012; Michael Weber <xmw@gentoo.org> +notion-9999.ebuild, +files/notion, +files/notion.desktop, +metadata.xml: Initial import based on Hobbits work (bug 422481) - diff --git a/x11-wm/notion/notion-9999.ebuild b/x11-wm/notion/notion-9999.ebuild index 6893e805c87d..7c53fa020cfa 100644 --- a/x11-wm/notion/notion-9999.ebuild +++ b/x11-wm/notion/notion-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 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.2 2012/06/20 19:49:13 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/notion/notion-9999.ebuild,v 1.3 2012/07/02 07:15:59 jdhore Exp $ EAPI="4" @@ -26,7 +26,7 @@ RDEPEND="dev-lang/lua xrandr? ( x11-libs/libXrandr )" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" src_prepare() { sed -e "/^CFLAGS=/s:=:+=:" \ |