diff options
author | 2012-09-02 10:42:48 +0000 | |
---|---|---|
committer | 2012-09-02 10:42:48 +0000 | |
commit | aad1abbdc29e94cdeaa86389bbef1ee66d3f7e8f (patch) | |
tree | 87371cec55e2f2a25860cd6afd542a9033be31a2 /x11-misc | |
parent | old (diff) | |
download | gentoo-2-aad1abbdc29e94cdeaa86389bbef1ee66d3f7e8f.tar.gz gentoo-2-aad1abbdc29e94cdeaa86389bbef1ee66d3f7e8f.tar.bz2 gentoo-2-aad1abbdc29e94cdeaa86389bbef1ee66d3f7e8f.zip |
migrate to virtual/pkgconfig, thanks hasufell.
(Portage version: 2.1.11.12/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/simpleswitcher/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/simpleswitcher/simpleswitcher-9999.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/simpleswitcher/ChangeLog b/x11-misc/simpleswitcher/ChangeLog index 01d23932a9b5..9e1469d20466 100644 --- a/x11-misc/simpleswitcher/ChangeLog +++ b/x11-misc/simpleswitcher/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/simpleswitcher # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/simpleswitcher/ChangeLog,v 1.1 2012/08/28 11:29:44 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/simpleswitcher/ChangeLog,v 1.2 2012/09/02 10:42:48 xmw Exp $ + + 02 Sep 2012; Michael Weber <xmw@gentoo.org> simpleswitcher-9999.ebuild: + migrate to virtual/pkgconfig, thanks hasufell. *simpleswitcher-9999 (28 Aug 2012) diff --git a/x11-misc/simpleswitcher/simpleswitcher-9999.ebuild b/x11-misc/simpleswitcher/simpleswitcher-9999.ebuild index 2cf6ee61af4a..6924fb26d626 100644 --- a/x11-misc/simpleswitcher/simpleswitcher-9999.ebuild +++ b/x11-misc/simpleswitcher/simpleswitcher-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-misc/simpleswitcher/simpleswitcher-9999.ebuild,v 1.1 2012/08/28 11:29:44 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/simpleswitcher/simpleswitcher-9999.ebuild,v 1.2 2012/09/02 10:42:48 xmw Exp $ EAPI=4 @@ -19,7 +19,7 @@ RDEPEND="x11-libs/libX11 x11-libs/libXft x11-libs/libXinerama" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" src_compile() { tc-export CC |