diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-04 03:33:18 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-04 03:33:18 +0000 |
commit | d167bd34636a7036c9df2c541b4af35ba53eecd9 (patch) | |
tree | e4ee6d26fbac3f1a4160ae7b28fccfa193639af3 /app-text/notecase | |
parent | add missing test to IUSE (diff) | |
download | historical-d167bd34636a7036c9df2c541b4af35ba53eecd9.tar.gz historical-d167bd34636a7036c9df2c541b4af35ba53eecd9.tar.bz2 historical-d167bd34636a7036c9df2c541b4af35ba53eecd9.zip |
dev-util/pkgconfig -> virtual/pkgconfig
Package-Manager: portage-2.2.0_alpha101/cvs/Linux i686
Diffstat (limited to 'app-text/notecase')
-rw-r--r-- | app-text/notecase/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/notecase/notecase-1.9.8.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-text/notecase/ChangeLog b/app-text/notecase/ChangeLog index 70144a3e046c..04eec9727a95 100644 --- a/app-text/notecase/ChangeLog +++ b/app-text/notecase/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/notecase -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/notecase/ChangeLog,v 1.28 2011/07/26 18:32:54 armin76 Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/notecase/ChangeLog,v 1.29 2012/05/04 03:33:17 jdhore Exp $ + + 04 May 2012; Jeff Horelick <jdhore@gentoo.org> notecase-1.9.8.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 26 Jul 2011; Raúl Porcel <armin76@gentoo.org> metadata.xml: Fix metadata diff --git a/app-text/notecase/notecase-1.9.8.ebuild b/app-text/notecase/notecase-1.9.8.ebuild index f041614463bb..415cc760e375 100644 --- a/app-text/notecase/notecase-1.9.8.ebuild +++ b/app-text/notecase/notecase-1.9.8.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/app-text/notecase/notecase-1.9.8.ebuild,v 1.4 2011/07/01 15:43:32 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/notecase/notecase-1.9.8.ebuild,v 1.5 2012/05/04 03:33:17 jdhore Exp $ EAPI="1" @@ -17,7 +17,7 @@ IUSE="gnome nls" RDEPEND=">=x11-libs/gtk+-2.6:2" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" # test doesn't work RESTRICT="test" |