diff options
author | Ben de Groot <yngwin@gmail.com> | 2012-05-11 17:10:51 +0800 |
---|---|---|
committer | Ben de Groot <yngwin@gmail.com> | 2012-05-11 17:10:51 +0800 |
commit | c9d4a3bc2c9a5ea7dcc1dedae7c22e973019f8e2 (patch) | |
tree | 7925dbb77408dd1a566ae4681684a4ba450d888a /x11-misc | |
parent | Don't forget to add the updated set... (diff) | |
download | qt-c9d4a3bc2c9a5ea7dcc1dedae7c22e973019f8e2.tar.gz qt-c9d4a3bc2c9a5ea7dcc1dedae7c22e973019f8e2.tar.bz2 qt-c9d4a3bc2c9a5ea7dcc1dedae7c22e973019f8e2.zip |
x11-misc/ptbatterysystemtray: .pro file now all lowercase
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/ptbatterysystemtray/ptbatterysystemtray-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/ptbatterysystemtray/ptbatterysystemtray-9999.ebuild b/x11-misc/ptbatterysystemtray/ptbatterysystemtray-9999.ebuild index 9b6f055a..1339b5da 100644 --- a/x11-misc/ptbatterysystemtray/ptbatterysystemtray-9999.ebuild +++ b/x11-misc/ptbatterysystemtray/ptbatterysystemtray-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI="4" +EAPI=4 inherit qt4-r2 git-2 @@ -19,5 +19,5 @@ DEPEND="x11-libs/qt-gui:4" RDEPEND="${DEPEND}" src_configure() { - eqmake4 PtBatterySystemTray.pro INSTALL_PREFIX=/usr + eqmake4 ${PN}.pro INSTALL_PREFIX=/usr } |