diff options
author | Fabian Groffen <grobian@gentoo.org> | 2014-01-23 21:17:20 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2014-01-23 21:17:20 +0000 |
commit | 33aac0e912257ea782bae71b2613608f5c5fe844 (patch) | |
tree | eea8222ec5e964287fb254dbb3f0c04d5a6f0c27 /x11-libs | |
parent | Initial version, ebuild by me (diff) | |
download | gentoo-2-33aac0e912257ea782bae71b2613608f5c5fe844.tar.gz gentoo-2-33aac0e912257ea782bae71b2613608f5c5fe844.tar.bz2 gentoo-2-33aac0e912257ea782bae71b2613608f5c5fe844.zip |
Depend on virtual/pkgconfig like it was initially, repoman seems to always complain about it, either way
(Portage version: 2.2.8-prefix/cvs/Darwin i386, signed Manifest commit with key 0x5F75F607C5C74E89)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/gtk-mac-integration/ChangeLog | 7 | ||||
-rw-r--r-- | x11-libs/gtk-mac-integration/gtk-mac-integration-2.0.5.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/x11-libs/gtk-mac-integration/ChangeLog b/x11-libs/gtk-mac-integration/ChangeLog index d8050b073311..7bad47af9c4f 100644 --- a/x11-libs/gtk-mac-integration/ChangeLog +++ b/x11-libs/gtk-mac-integration/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-libs/gtk-mac-integration # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk-mac-integration/ChangeLog,v 1.1 2014/01/23 21:14:25 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk-mac-integration/ChangeLog,v 1.2 2014/01/23 21:17:20 grobian Exp $ + + 23 Jan 2014; Fabian Groffen <grobian@gentoo.org> + gtk-mac-integration-2.0.5.ebuild: + Depend on virtual/pkgconfig like it was initially, repoman seems to always + complain about it, either way *gtk-mac-integration-2.0.5 (23 Jan 2014) diff --git a/x11-libs/gtk-mac-integration/gtk-mac-integration-2.0.5.ebuild b/x11-libs/gtk-mac-integration/gtk-mac-integration-2.0.5.ebuild index 909a344730cc..2b12859ec4d5 100644 --- a/x11-libs/gtk-mac-integration/gtk-mac-integration-2.0.5.ebuild +++ b/x11-libs/gtk-mac-integration/gtk-mac-integration-2.0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk-mac-integration/gtk-mac-integration-2.0.5.ebuild,v 1.1 2014/01/23 21:14:25 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk-mac-integration/gtk-mac-integration-2.0.5.ebuild,v 1.2 2014/01/23 21:17:20 grobian Exp $ EAPI=5 @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~x64-macos" IUSE="" -DEPEND=">=dev-util/pkgconfig-0.12 +DEPEND="virtual/pkgconfig >=dev-libs/glib-2.14.0 x11-libs/gtk+[aqua]" |