diff options
author | 2010-10-08 08:40:19 +0000 | |
---|---|---|
committer | 2010-10-08 08:40:19 +0000 | |
commit | ebf445994116de333e7a8123afe5880dde877693 (patch) | |
tree | 15144fd56b652bd84fb7dfea023aa969a63c7dae /app-admin | |
parent | Remove old. (diff) | |
download | gentoo-2-ebf445994116de333e7a8123afe5880dde877693.tar.gz gentoo-2-ebf445994116de333e7a8123afe5880dde877693.tar.bz2 gentoo-2-ebf445994116de333e7a8123afe5880dde877693.zip |
removed old, unused patch, bug #339373
(Portage version: 2.2_rc89/cvs/Linux x86_64)
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/keepassx/ChangeLog | 6 | ||||
-rw-r--r-- | app-admin/keepassx/files/keepassx-0.4.1-compile-with-qt-4.6.patch | 11 |
2 files changed, 5 insertions, 12 deletions
diff --git a/app-admin/keepassx/ChangeLog b/app-admin/keepassx/ChangeLog index d8263a35ac42..dd36b561627c 100644 --- a/app-admin/keepassx/ChangeLog +++ b/app-admin/keepassx/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-admin/keepassx # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/keepassx/ChangeLog,v 1.54 2010/04/16 17:52:07 spatz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/keepassx/ChangeLog,v 1.55 2010/10/08 08:40:19 wired Exp $ + + 08 Oct 2010; Alex Alexander <wired@gentoo.org> + -files/keepassx-0.4.1-compile-with-qt-4.6.patch: + removed old, unused patch, bug #339373 16 Apr 2010; Dror Levin <spatz@gentoo.org> -keepassx-0.4.1.ebuild: Drop old. diff --git a/app-admin/keepassx/files/keepassx-0.4.1-compile-with-qt-4.6.patch b/app-admin/keepassx/files/keepassx-0.4.1-compile-with-qt-4.6.patch deleted file mode 100644 index 26aa51dc0836..000000000000 --- a/app-admin/keepassx/files/keepassx-0.4.1-compile-with-qt-4.6.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- trunk/src/Database.h 2009/12/12 23:06:47 349 -+++ trunk/src/Database.h 2009/12/12 23:28:46 350 -@@ -233,7 +233,7 @@ - /*! - This is the common base interface for databases. Every database class must implement this interface necessarily. - */ --class IDatabase:public QObject{ -+class IDatabase{ - public: - virtual ~IDatabase(){}; - |