diff options
author | 2013-10-13 16:08:04 +0200 | |
---|---|---|
committer | 2013-10-13 16:08:04 +0200 | |
commit | 042481a54080b3799909ba07da9320e6cf92b33e (patch) | |
tree | c8f2aa2f8ee4d1e81c53af5dce0dffbb69c6cefa /dev-util | |
parent | dev-util/entomologist: QA fixes (diff) | |
download | betagarden-042481a54080b3799909ba07da9320e6cf92b33e.tar.gz betagarden-042481a54080b3799909ba07da9320e6cf92b33e.tar.bz2 betagarden-042481a54080b3799909ba07da9320e6cf92b33e.zip |
dev-util/vng: QA fixes
Package-Manager: portage-2.2.7
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/vng/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/vng/vng-20081021.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/dev-util/vng/ChangeLog b/dev-util/vng/ChangeLog index 6eecfaf..93e2ad0 100644 --- a/dev-util/vng/ChangeLog +++ b/dev-util/vng/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for dev-util/vng -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 13 Oct 2013; Justin Lecher <jlec@gentoo.org> vng-20081021.ebuild: + QA fixes + 19 Dec 2012; Justin Lecher <jlec@gentoo.org> vng-20081021.ebuild, +metadata.xml: Use qt4-r2.eclass diff --git a/dev-util/vng/vng-20081021.ebuild b/dev-util/vng/vng-20081021.ebuild index 47ec822..5a59d1b 100644 --- a/dev-util/vng/vng-20081021.ebuild +++ b/dev-util/vng/vng-20081021.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -10,7 +10,6 @@ MY_PV="f1e52457212860960122064cc008ee2f307a5797" MY_P="${PN}-${MY_PV}" DESCRIPTION="Darcs-like Git porcelain" - HOMEPAGE="http://repo.or.cz/w/vng.git" SRC_URI="http://www.hartwork.org/public/${MY_P}.tar.gz" @@ -21,7 +20,7 @@ IUSE="" RDEPEND=" dev-vcs/git - x11-libs/qt-core:4" + dev-qt/qtcore:4" DEPEND="${RDEPEND}" S="${WORKDIR}/${PN}" |