diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-04 03:44:59 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-04 03:44:59 +0000 |
commit | 0a7b7c92509dbd144d3525c9dab77c40e2e56767 (patch) | |
tree | 5d99885064c9b30111919024d8ca6d48e1c7564e /dev-cpp/libsexymm | |
parent | dev-util/pkgconfig -> virtual/pkgconfig (diff) | |
download | historical-0a7b7c92509dbd144d3525c9dab77c40e2e56767.tar.gz historical-0a7b7c92509dbd144d3525c9dab77c40e2e56767.tar.bz2 historical-0a7b7c92509dbd144d3525c9dab77c40e2e56767.zip |
dev-util/pkgconfig -> virtual/pkgconfig
Package-Manager: portage-2.2.0_alpha101/cvs/Linux i686
Diffstat (limited to 'dev-cpp/libsexymm')
-rw-r--r-- | dev-cpp/libsexymm/ChangeLog | 7 | ||||
-rw-r--r-- | dev-cpp/libsexymm/libsexymm-0.1.9.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-cpp/libsexymm/ChangeLog b/dev-cpp/libsexymm/ChangeLog index 7184e1b75f77..29adba780db7 100644 --- a/dev-cpp/libsexymm/ChangeLog +++ b/dev-cpp/libsexymm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-cpp/libsexymm -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libsexymm/ChangeLog,v 1.14 2011/04/10 16:46:31 ssuominen Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libsexymm/ChangeLog,v 1.15 2012/05/04 03:44:58 jdhore Exp $ + + 04 May 2012; Jeff Horelick <jdhore@gentoo.org> libsexymm-0.1.9.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 10 Apr 2011; Samuli Suominen <ssuominen@gentoo.org> libsexymm-0.1.9.ebuild: Remove useless libtool archive wrt #362885 by Cesko Voeten. Remove static diff --git a/dev-cpp/libsexymm/libsexymm-0.1.9.ebuild b/dev-cpp/libsexymm/libsexymm-0.1.9.ebuild index 6f89ae7d463d..1c359043786e 100644 --- a/dev-cpp/libsexymm/libsexymm-0.1.9.ebuild +++ b/dev-cpp/libsexymm/libsexymm-0.1.9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libsexymm/libsexymm-0.1.9.ebuild,v 1.8 2011/04/10 16:46:31 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libsexymm/libsexymm-0.1.9.ebuild,v 1.9 2012/05/04 03:44:58 jdhore Exp $ EAPI="3" @@ -19,7 +19,7 @@ RDEPEND=">=dev-cpp/glibmm-2.4:2 >=dev-cpp/gtkmm-2.4:2.4 >=x11-libs/libsexy-0.1.9" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" pkg_setup() { G2CONF="${G2CONF} --disable-static" |