compizconfig-python: bump to EAPI 4

This commit is contained in:
Sergey Popov 2012-06-19 05:59:20 +04:00
parent 3bd3344ab6
commit a7c7781fd8
2 changed files with 2 additions and 3 deletions

View File

@ -1,3 +1,3 @@
DIST compizconfig-python-0.8.4.tar.bz2 269812 RMD160 30488991fe80f83b232d2d01bcc2dac2ed189579 SHA1 4e6cfd4d29a9d74c1b0fe21600505006978df9de SHA256 6734ae35ee69d081f35f98a89cd3bccb411a4db7c5b35fbd226270d95ac76f5a
EBUILD compizconfig-python-0.8.4-r9999.ebuild 775 RMD160 b1f4ce15b1173070fe1bdb5b1aaaed1702a7763e SHA1 b28fb53b3ffb386e29711061c22525994fd252f3 SHA256 01b4cf7c0876985ff8faffa25221c576e0fe2ab93f2e134455b986faab957ac1
EBUILD compizconfig-python-0.8.4-r9999.ebuild 741 RMD160 61559f10cd94d14d6e8d41abc4142b2bb67ba3c3 SHA1 907fb08f1dc195cee7d44c6dbe63e9faf4d3b5fe SHA256 aa154161e66f4793cb69f2aa3472b29782593e4a4fc09b9714be251f354355c5
MISC metadata.xml 547 RMD160 7ff4b1d48fadbd0b65d1b4248c5743c524fb5b0b SHA1 d6e1071294f97353127fdb69e00c13837f648940 SHA256 b504e62c3ef8e1a7257e2bfbe60aaef7dd31cf6e8bb917150b2ff4008a9176e7

View File

@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="3"
EAPI="4"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
@ -31,7 +31,6 @@ DEPEND="${RDEPEND}
src_configure() {
python_src_configure \
--disable-dependency-tracking \
--enable-fast-install \
--disable-static
}