summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJauhien Piatlicki <jauhien@gentoo.org>2015-07-29 18:42:31 +0000
committerJauhien Piatlicki <jauhien@gentoo.org>2015-07-29 18:42:31 +0000
commit8c42144b6fb94a7ed6ea872ab1dc6b8e19d28531 (patch)
tree0e7d2c0422f90b7ce00df3eb2c1f61812b9d0271 /x11-misc
parentKeyworded for *-solaris, *-macos, bug #519596 (diff)
downloadgentoo-2-8c42144b6fb94a7ed6ea872ab1dc6b8e19d28531.tar.gz
gentoo-2-8c42144b6fb94a7ed6ea872ab1dc6b8e19d28531.tar.bz2
gentoo-2-8c42144b6fb94a7ed6ea872ab1dc6b8e19d28531.zip
version bump, fix bug 556000, thanks to Heiko Schäfer
(Portage version: 2.2.18/cvs/Linux i686, signed Manifest commit with key B2EFA1D4)
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/obconf-qt/ChangeLog8
-rw-r--r--x11-misc/obconf-qt/obconf-qt-0.9.0_p20150729.ebuild (renamed from x11-misc/obconf-qt/obconf-qt-0.1.0_p20141029.ebuild)9
2 files changed, 8 insertions, 9 deletions
diff --git a/x11-misc/obconf-qt/ChangeLog b/x11-misc/obconf-qt/ChangeLog
index b33f56d2348b..76d91a77a176 100644
--- a/x11-misc/obconf-qt/ChangeLog
+++ b/x11-misc/obconf-qt/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-misc/obconf-qt
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/obconf-qt/ChangeLog,v 1.4 2015/04/03 10:35:58 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/obconf-qt/ChangeLog,v 1.5 2015/07/29 18:42:31 jauhien Exp $
+
+*obconf-qt-0.9.0_p20150729 (29 Jul 2015)
+
+ 29 Jul 2015; Jauhien Piatlicki <jauhien@gentoo.org>
+ +obconf-qt-0.9.0_p20150729.ebuild, -obconf-qt-0.1.0_p20141029.ebuild:
+ version bump, fix bug 556000, thanks to Heiko Schäfer
03 Apr 2015; Yixun Lan <dlan@gentoo.org> obconf-qt-0.1.0_p20141029.ebuild:
keyword arm/arm64, tested on cortex-a9/cortex-a53 hardware
diff --git a/x11-misc/obconf-qt/obconf-qt-0.1.0_p20141029.ebuild b/x11-misc/obconf-qt/obconf-qt-0.9.0_p20150729.ebuild
index 18eebdf297c3..76c9fe0c98b0 100644
--- a/x11-misc/obconf-qt/obconf-qt-0.1.0_p20141029.ebuild
+++ b/x11-misc/obconf-qt/obconf-qt-0.9.0_p20150729.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/obconf-qt/obconf-qt-0.1.0_p20141029.ebuild,v 1.3 2015/04/03 10:35:58 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/obconf-qt/obconf-qt-0.9.0_p20150729.ebuild,v 1.1 2015/07/29 18:42:31 jauhien Exp $
EAPI=5
inherit cmake-utils
@@ -38,10 +38,3 @@ RDEPEND="dev-libs/glib:2
"
DEPEND="${RDEPEND}
virtual/pkgconfig"
-
-src_configure() {
- local mycmakeargs=(
- -DUSE_QT5=ON
- )
- cmake-utils_src_configure
-}